CVS: cvs.openbsd.org: ports

2018-12-29 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2018/12/29 09:35:00

Modified files:
devel/py-cparser: Makefile distinfo 

Log message:
Update to py-cparser-2.19 ok sthen@



update: py-cparser-2.18 -> 2.19

2018-12-20 Thread Mark Lumsden

Here is an update for py-cparser-2.18 to 2.19.


From the CHANGES file:



+ Version 2.19 (2018.09.19)

  - PR #277: Fix parsing of floating point literals
  - PR #254: Add support for parsing empty structs
  - PR #240: Fix enum formatting in generated C code (also #216)
  - PR #222: Add support for #pragma in struct declarations
  - There are reports that this release doesn't work with Python 2.6 
(#281).
Please note that the minimal supported version is 2.7; the required 
versions are listed in the README file. 



I ran 'make test' with py2 and py3 and they gave the same 
output (see below), I was curious so I ran the same tests on 
Ubuntu, and the test script gave the same output there as well:



  WARNING: 36 shift/reduce conflicts
  WARNING: 1 reduce/reduce conflict
  WARNING: reduce/reduce conflict in state 351 resolved using rule
  (statement -> )
  WARNING: rejected rule (empty -> ) in state 351

  Ran 107 tests in 1.181s

  OK (skipped=3)
-

I also created a simple.c file with a single printf statement and
ran it through cparser:

$ gcc -E -I./ -I/usr/ports/pobj/py-cparser-2.19-python3/pycprser-2.19/ \
utils/fake_libc_include simple.c > s.c
$ python3

import pycparser
pycparser.parse_file('s.c')

FileAST(ext=[Typedef(name=u'size_t',
[...]

It worked ok. Any feedback and/or oks?

Regards,
Mark

Index: Makefile
===
RCS file: /cvs/ports/devel/py-cparser/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile14 Nov 2017 06:52:56 -  1.7
+++ Makefile20 Dec 2018 18:35:33 -
@@ -2,7 +2,7 @@

 COMMENT=   C parser in pure Python

-MODPY_EGG_VERSION= 2.18
+MODPY_EGG_VERSION= 2.19
 DISTNAME=  pycparser-${MODPY_EGG_VERSION}
 PKGNAME=   ${DISTNAME:S/py/py-/}
 CATEGORIES=devel textproc
Index: distinfo
===
RCS file: /cvs/ports/devel/py-cparser/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo14 Nov 2017 06:52:56 -  1.3
+++ distinfo20 Dec 2018 18:35:33 -
@@ -1,2 +1,2 @@
-SHA256 (pycparser-2.18.tar.gz) = majKA+KYUdlmFq0EBLSq19nuFvJcn5cIoR+vKBD3siY=
-SIZE (pycparser-2.18.tar.gz) = 245897
+SHA256 (pycparser-2.19.tar.gz) = qYhxir+tgLaxV6zOe/Ewowh20nYDc4rDnxQJkyRrJbM=
+SIZE (pycparser-2.19.tar.gz) = 158295



CVS: cvs.openbsd.org: ports

2018-12-20 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2018/12/20 10:31:21

Modified files:
security/py-bcrypt: Makefile distinfo 

Log message:
update to py-bcrypt-3.1.5 and add testing to Makefile. ok sthen@



CVS: cvs.openbsd.org: ports

2018-12-19 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2018/12/19 02:59:45

Modified files:
net/py-dnspython: Makefile distinfo 
net/py-dnspython/pkg: PLIST 

Log message:
Update to py-dnspython 1.16.0. Bugfix release. Advice and ok sthen@



CVS: cvs.openbsd.org: ports

2015-01-03 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2015/01/03 15:22:28

Modified files:
sysutils/stress: Makefile distinfo 

Log message:
Update home page and license details. input and ok sthen@



CVS: cvs.openbsd.org: ports

2012-06-08 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2012/06/08 08:27:44

Modified files:
sysutils/toprump: Makefile distinfo 

Log message:
update to toprump-0.14.8
sync with recent changes to top(1).



CVS: cvs.openbsd.org: ports

2011-12-22 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2011/12/22 10:16:49

Modified files:
sysutils/toprump: Makefile distinfo 

Log message:
update to toprump-0.14.6
sync with recent changes to top(1)



CVS: cvs.openbsd.org: ports

2011-09-13 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2011/09/13 21:47:02

Modified files:
net/filezilla  : Makefile distinfo 

Log message:
update to filezilla-3.5.1

ok ajacoutot@



[update] filezilla-3.5.0 - filezilla-3.5.1

2011-09-13 Thread Mark Lumsden
bug fix release.

tested on i386. ok?

-lum


Index: Makefile
===
RCS file: /cvs/ports/net/filezilla/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile25 May 2011 05:21:43 -  1.19
+++ Makefile13 Sep 2011 14:23:35 -
@@ -2,7 +2,7 @@
 
 COMMENT=   fast FTP and SFTP GUI client with a lot of features
 
-V= 3.5.0
+V= 3.5.1
 PKGNAME=   filezilla-$V
 DISTNAME=  FileZilla_$V_src
 EXTRACT_SUFX=  .tar.bz2
Index: distinfo
===
RCS file: /cvs/ports/net/filezilla/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo25 May 2011 05:21:43 -  1.7
+++ distinfo13 Sep 2011 14:23:35 -
@@ -1,5 +1,5 @@
-MD5 (FileZilla_3.5.0_src.tar.bz2) = aoPDr+mcJnnVo6pzYH2Apw==
-RMD160 (FileZilla_3.5.0_src.tar.bz2) = w//GDO0VtwVcNNbvB8l/UW5vJ20=
-SHA1 (FileZilla_3.5.0_src.tar.bz2) = DTUbdLvnDL/qHTFf0HGTCJ5uHJ0=
-SHA256 (FileZilla_3.5.0_src.tar.bz2) = 
5gN/YkgJnPQ082lXjlM4kdq3OE5U9Q7jAHGIFierPXY=
-SIZE (FileZilla_3.5.0_src.tar.bz2) = 3348649
+MD5 (FileZilla_3.5.1_src.tar.bz2) = ivt67kunK2Nj3P5Gm8f77w==
+RMD160 (FileZilla_3.5.1_src.tar.bz2) = b1x+nbB8sbXMQ94ZTzWgMqb5Zrg=
+SHA1 (FileZilla_3.5.1_src.tar.bz2) = 5LIEjPh0DgXP/45ESpBZ95eE4/Y=
+SHA256 (FileZilla_3.5.1_src.tar.bz2) = 
YqvGp87Y6SoqVXxYk1x3PWVr0hGqk3MT9DWg1LdjqwU=
+SIZE (FileZilla_3.5.1_src.tar.bz2) = 3364243



CVS: cvs.openbsd.org: ports

2011-05-24 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2011/05/24 23:21:44

Modified files:
net/filezilla  : Makefile distinfo 

Log message:
update to filezilla-3.5.0
Tested with the new version of wx by myself (on i386) and Amit Kulkarni (amd64).
ok landry@



UPDATE: filezilla-3.5.0

2011-05-24 Thread Mark Lumsden
this updates filezilla-3.4.0 - filezilla-3.5.0

bug fix release, plus sqlite added for transfer q.

tested on i386. ok?

-lum

Index: Makefile
===
RCS file: /cvs/ports/net/filezilla/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile15 Apr 2011 16:10:38 -  1.18
+++ Makefile24 May 2011 03:41:45 -
@@ -2,11 +2,11 @@
 
 COMMENT=   fast FTP and SFTP GUI client with a lot of features
 
-V= 3.4.0
+V= 3.5.0
 PKGNAME=   filezilla-$V
 DISTNAME=  FileZilla_$V_src
 EXTRACT_SUFX=  .tar.bz2
-REVISION=  1
+REVISION=  0
 
 CATEGORIES=net
 
@@ -28,13 +28,14 @@ WANTLIB += pango-1.0 pangocairo-1.0 pang
 WANTLIB += png pthread-stubs xcb xcb-render xcb-shm
 WANTLIB += idn gnutls=13 dbus-1 wx_gtk2_aui wx_base_xml wx_gtk2_adv
 WANTLIB += wx_gtk2_xrc wx_base_net wx_base wx_gtk2_core
-WANTLIB += GL Xxf86vm drm
+WANTLIB += GL Xxf86vm drm sqlite3
 
 MODULES=   devel/gettext
 LIB_DEPENDS=   devel/libidn \
security/gnutls \
x11/dbus \
-   x11/wxWidgets=2.8.6
+   x11/wxWidgets=2.8.6 \
+   databases/sqlite3
 
 BUILD_DEPENDS= devel/cppunit \
devel/xdg-utils
Index: distinfo
===
RCS file: /cvs/ports/net/filezilla/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo31 Mar 2011 12:38:42 -  1.6
+++ distinfo24 May 2011 03:41:45 -
@@ -1,5 +1,5 @@
-MD5 (FileZilla_3.4.0_src.tar.bz2) = g3++oINmufneArFnGZRpfg==
-RMD160 (FileZilla_3.4.0_src.tar.bz2) = OH4+lFExAtdXWxuRSXsvymvEFMo=
-SHA1 (FileZilla_3.4.0_src.tar.bz2) = CfO6i/YtQ8Mc+1niY9jwZVCmOCg=
-SHA256 (FileZilla_3.4.0_src.tar.bz2) = 
sJrdBlyDgiKHIqlD4wUDdI7pRm5L7MzZ9NlziWLhJ/w=
-SIZE (FileZilla_3.4.0_src.tar.bz2) = 3323200
+MD5 (FileZilla_3.5.0_src.tar.bz2) = aoPDr+mcJnnVo6pzYH2Apw==
+RMD160 (FileZilla_3.5.0_src.tar.bz2) = w//GDO0VtwVcNNbvB8l/UW5vJ20=
+SHA1 (FileZilla_3.5.0_src.tar.bz2) = DTUbdLvnDL/qHTFf0HGTCJ5uHJ0=
+SHA256 (FileZilla_3.5.0_src.tar.bz2) = 
5gN/YkgJnPQ082lXjlM4kdq3OE5U9Q7jAHGIFierPXY=
+SIZE (FileZilla_3.5.0_src.tar.bz2) = 3348649



CVS: cvs.openbsd.org: ports

2011-04-14 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2011/04/14 23:40:03

Modified files:
sysutils/toprump: Makefile distinfo 

Log message:
update to toprump-0.14.4.
Sync with recent changes in top(1).



UPDATE: filezilla-3.4.0

2011-03-30 Thread Mark Lumsden
Bug fix release filezilla-3.3.5.1 - filezilla-3.4.0.
Detailed changes can be found at:

http://filezilla-project.org/changelog.php

This diff has been more thoroughly tested than my previous update at christmas 
;)

oks, comments?

-mark

Index: Makefile
===
RCS file: /cvs/ports/net/filezilla/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile2 Jan 2011 23:34:16 -   1.16
+++ Makefile29 Mar 2011 09:17:59 -
@@ -2,7 +2,7 @@
 
 COMMENT=   fast FTP and SFTP GUI client with a lot of features
 
-V= 3.3.5.1
+V= 3.4.0
 PKGNAME=   filezilla-$V
 DISTNAME=  FileZilla_$V_src
 EXTRACT_SUFX=  .tar.bz2
Index: distinfo
===
RCS file: /cvs/ports/net/filezilla/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo30 Dec 2010 20:02:30 -  1.5
+++ distinfo29 Mar 2011 09:17:59 -
@@ -1,5 +1,5 @@
-MD5 (FileZilla_3.3.5.1_src.tar.bz2) = JWF9dRZ9B8DTz87Wmkz3zA==
-RMD160 (FileZilla_3.3.5.1_src.tar.bz2) = Ss3nUoSsdxfxCIrGfkK/Jaz9iRI=
-SHA1 (FileZilla_3.3.5.1_src.tar.bz2) = R9AASoWw0Zv1E9ABKKfR1+6gHjY=
-SHA256 (FileZilla_3.3.5.1_src.tar.bz2) = 
JmivPKtf1xbbBOoJvxlykD4CzSNH97F95wLkiaDoH7A=
-SIZE (FileZilla_3.3.5.1_src.tar.bz2) = 3313867
+MD5 (FileZilla_3.4.0_src.tar.bz2) = g3++oINmufneArFnGZRpfg==
+RMD160 (FileZilla_3.4.0_src.tar.bz2) = OH4+lFExAtdXWxuRSXsvymvEFMo=
+SHA1 (FileZilla_3.4.0_src.tar.bz2) = CfO6i/YtQ8Mc+1niY9jwZVCmOCg=
+SHA256 (FileZilla_3.4.0_src.tar.bz2) = 
sJrdBlyDgiKHIqlD4wUDdI7pRm5L7MzZ9NlziWLhJ/w=
+SIZE (FileZilla_3.4.0_src.tar.bz2) = 3323200
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/filezilla/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   2 Jan 2011 23:34:16 -   1.7
+++ pkg/PLIST   29 Mar 2011 09:17:59 -
@@ -477,9 +477,6 @@ share/locale/fi_FI/
 share/locale/fi_FI/LC_MESSAGES/
 share/locale/fi_FI/LC_MESSAGES/filezilla.mo
 share/locale/fr/LC_MESSAGES/filezilla.mo
-share/locale/fr_CA/
-share/locale/fr_CA/LC_MESSAGES/
-share/locale/fr_CA/LC_MESSAGES/filezilla.mo
 share/locale/gl_ES/
 share/locale/gl_ES/LC_MESSAGES/
 share/locale/gl_ES/LC_MESSAGES/filezilla.mo



CVS: cvs.openbsd.org: ports

2011-03-27 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2011/03/27 08:03:01

Modified files:
sysutils/toprump: Makefile distinfo 
Removed files:
sysutils/toprump/patches: patch-toprump_c 

Log message:
update to toprump-0.14.3.
Bug fix release.
Also remove gcc2 patch, patch now included in toprump source.



CVS: cvs.openbsd.org: ports

2011-01-02 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2011/01/02 16:34:16

Modified files:
net/filezilla  : Makefile 
net/filezilla/pkg: PLIST 
Added files:
net/filezilla/patches: patch-Makefile_in 

Log message:
Fix previous commit, filezilla builds properly.
ok jasper@



CVS: cvs.openbsd.org: ports

2010-12-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/12/30 13:02:30

Modified files:
net/filezilla  : Makefile distinfo 
Removed files:
net/filezilla/patches: patch-Makefile_in 
   patch-src_dbus_wxdbusconnection_cpp 

Log message:
update to filezilla-3.3.5.1
ok jasper@



update: filezilla-3.3.3 - filezilla-3.3.5.1

2010-12-29 Thread Mark Lumsden
Numerous bug fixes since previous version, see changes at:

filezilla-project.org/changelog.php

comments/ok?

-mark


Index: Makefile
===
RCS file: /cvs/ports/net/filezilla/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile22 Nov 2010 10:16:08 -  1.14
+++ Makefile29 Dec 2010 17:18:18 -
@@ -2,7 +2,7 @@
 
 COMMENT=   fast FTP and SFTP GUI client with a lot of features
 
-V= 3.3.3
+V= 3.3.5.1
 PKGNAME=   filezilla-$V
 DISTNAME=  FileZilla_$V_src
 REVISION=  0
@@ -25,9 +25,10 @@ WANTLIB += Xi Xinerama Xrandr Xrender at
 WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
 WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
 WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
-WANTLIB += png pthread-stubs xcb xcb-render xcb-render-util
+WANTLIB += png pthread-stubs xcb xcb-render xcb-shm
 WANTLIB += idn gnutls=13 dbus-1 wx_gtk2_aui wx_base_xml wx_gtk2_adv
 WANTLIB += wx_gtk2_xrc wx_base_net wx_base wx_gtk2_core
+WANTLIB += GL Xxf86vm drm
 
 MODULES=   devel/gettext
 LIB_DEPENDS=   devel/libidn \
Index: distinfo
===
RCS file: /cvs/ports/net/filezilla/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo30 Jun 2010 14:58:58 -  1.4
+++ distinfo29 Dec 2010 16:42:02 -
@@ -1,5 +1,5 @@
-MD5 (FileZilla_3.3.3_src.tar.bz2) = 6YlJ+s8jKZ/3keBGkphSpw==
-RMD160 (FileZilla_3.3.3_src.tar.bz2) = ovXq2jYlPvDSNsU8QQEQnsExeaw=
-SHA1 (FileZilla_3.3.3_src.tar.bz2) = JbfvfkjHSJ6ZtrGya9PX1WMyv0s=
-SHA256 (FileZilla_3.3.3_src.tar.bz2) = 
YfdVZNBFcVc2EEBjgnM9zsKSW4jUKnoLTmmiBvpIKFc=
-SIZE (FileZilla_3.3.3_src.tar.bz2) = 3212044
+MD5 (FileZilla_3.3.5.1_src.tar.bz2) = JWF9dRZ9B8DTz87Wmkz3zA==
+RMD160 (FileZilla_3.3.5.1_src.tar.bz2) = Ss3nUoSsdxfxCIrGfkK/Jaz9iRI=
+SHA1 (FileZilla_3.3.5.1_src.tar.bz2) = R9AASoWw0Zv1E9ABKKfR1+6gHjY=
+SHA256 (FileZilla_3.3.5.1_src.tar.bz2) = 
JmivPKtf1xbbBOoJvxlykD4CzSNH97F95wLkiaDoH7A=
+SIZE (FileZilla_3.3.5.1_src.tar.bz2) = 3313867
Index: patches/patch-Makefile_in
===
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- patches/patch-Makefile_in   30 Dec 2009 13:49:09 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.2 2009/12/30 13:49:09 jasper Exp $
 Makefile.in.orig   Sun Nov 15 15:55:08 2009
-+++ Makefile.inWed Dec 30 14:12:12 2009
-@@ -246,7 +246,7 @@ AUTOMAKE_OPTIONS = 1.6
- SUBDIRS = . $(MAYBE_SRCDIR) $(MAYBE_LOCALES) $(MAYBE_DATADIR) $(MAYBE_TESTS)
- dist_noinst_SCRIPTS = autogen.sh
- dist_noinst_DATA = filezilla.kdevelop GPL.html docs/iconspecs.htm
--docsdir = $(pkgdatadir)/docs
-+docsdir = $(datarootdir)/examples/@PACKAGE@
- dist_docs_DATA = docs/fzdefaults.xml.example
- dist_man1_MANS = docs/filezilla.man \
-docs/fzputtygen.man \
Index: patches/patch-src_dbus_wxdbusconnection_cpp
===
RCS file: patches/patch-src_dbus_wxdbusconnection_cpp
diff -N patches/patch-src_dbus_wxdbusconnection_cpp
--- patches/patch-src_dbus_wxdbusconnection_cpp 30 Dec 2009 13:49:09 -  
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-$OpenBSD: patch-src_dbus_wxdbusconnection_cpp,v 1.1 2009/12/30 13:49:09 jasper 
Exp $
-
-'pthread_t' is used as a type, but is not defined as a type.
-
 src/dbus/wxdbusconnection.cpp.orig Wed Dec 30 14:18:50 2009
-+++ src/dbus/wxdbusconnection.cpp  Wed Dec 30 14:19:30 2009
-@@ -24,6 +24,7 @@ DEALINGS IN THE SOFTWARE.
- 
- #include wxdbusconnection.h
- #include config.h
-+#include pthread.h
- #include poll.h
- #include list
- 



CVS: cvs.openbsd.org: ports

2010-08-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/08/30 21:28:44

Modified files:
.  : README 

Log message:
Repoint URL to OpenBSD Porters Handbook.

ok espie@



CC or CFLAGS

2010-08-05 Thread Mark Lumsden
When I add:

  CC+= -pthread

to a ports Makefile, pthread support is added, however, when I do:

  CFLAGS+= -pthread

pthread support isn't added. make show=CFLAGS displays what I would
expect though:

  -O2 -pipe -pthread

Is this behaviour expected and/or ok? The port is math/R btw.

-mark



CVS: cvs.openbsd.org: ports

2010-08-03 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/08/03 03:05:13

Modified files:
security/gnutls: Makefile 

Log message:
LIB_DEPEND + WANTLIB clean up.



CVS: cvs.openbsd.org: ports

2010-07-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/07/30 07:12:23

Modified files:
security/zebedee: Makefile 

Log message:
Remove unrequired LIB_DEPEND.
ok landry@



CVS: cvs.openbsd.org: ports

2010-07-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/07/30 07:55:10

Modified files:
security/ssh-askpass-fullscreen: Makefile 

Log message:
LIB_DEPEND + WANTLIB clean up.



CVS: cvs.openbsd.org: ports

2010-07-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/07/30 08:01:52

Modified files:
security/pwsafe: Makefile 

Log message:
LIB_DEPEND + WANTLIB clean up.



CVS: cvs.openbsd.org: ports

2010-07-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/07/30 08:15:15

Modified files:
security/otpcalc: Makefile 

Log message:
LIB_DEPEND + WANTLIB clean up.



CVS: cvs.openbsd.org: ports

2010-07-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/07/30 08:28:20

Modified files:
security/openct: Makefile 

Log message:
LIB_DEPEND + WANTLIB clean up.



CVS: cvs.openbsd.org: ports

2010-07-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/07/30 08:53:35

Modified files:
security/nessus/core: Makefile 

Log message:
LIB_DEPEND + WANTLIB clean up.



Re: wip: /math/R update to 2.11.1

2010-07-22 Thread Mark Lumsden
 Here is the latest wip diff:

 http://cyo.freeshell.net/R-2.11.1.wip.v3d.diff

 I've added --enable-prebuilt-html to the configure args, this option
 allows static html help pages to be installed. Without this option, a web
 server has been included with R (since R-2.10.0) to create the web pages
 on the fly, however, I have found the dynamic html creation to be
 unreliable.

 There are also other programmes that will be used by the R installation if
 it finds them on the system. For example, to make DVI or PDF versions of
 the manuals texinfo is required. At the moment if texinfo isn't installed,
 you can't have DVI or PDF versions of the manuals. Should texinfo become a
 dependency? The situation is similar with zlib, libbz2 and PCRE. In the
 port Makefile at the moment there is:

 --with-system-zlib --with-system-bzlib --with-system-pcre

 They are specified as extra CONFIGURE_ARGS. Having those args, means local
 copies of this software will be used, if found. If you don't have them
 installed at compile time, R will use the ones that ship with their
 sources. Is it better to use their sources, instead of those that may or
 may not be found on the compiling system?

 For more info on these quasi dependencies:

 http://cran.r-project.org/doc/manuals/R-admin.html#Essential-and-useful-other-programs-under-Unix

 Lastly, I have configured R_BROWSER as firefox. If this variable isn't
 given a value, configure will check for the existence of numerous browsers
 on the compiling system and use the first one it finds to view the help
 files (or none, if it doesn't find a browser). This can be over-ridden on
 the system where R is installed as a package, of course, but my assumption
 is that firefox is the most popular browser on unix-like systems so by
 default the choice of firefox will 'fit' most peoples installation without
 the need to reconfigure.


Here is a modified wip diff:

http://cyo.freeshell.net/R-2.11.1.wip.v5.diff

It includes good suggestions from Daniel Dickman.

The diff has been tested on amd64 (by daniel) and i386.  Any other tests,
comments welcome.

-mark




wip: /math/R update to 2.11.1

2010-07-21 Thread Mark Lumsden
Here is the latest wip diff:

http://cyo.freeshell.net/R-2.11.1.wip.v3d.diff

I've added --enable-prebuilt-html to the configure args, this option
allows static html help pages to be installed. Without this option, a web
server has been included with R (since R-2.10.0) to create the web pages
on the fly, however, I have found the dynamic html creation to be
unreliable.

There are also other programmes that will be used by the R installation if
it finds them on the system. For example, to make DVI or PDF versions of
the manuals texinfo is required. At the moment if texinfo isn't installed,
you can't have DVI or PDF versions of the manuals. Should texinfo become a
dependency? The situation is similar with zlib, libbz2 and PCRE. In the
port Makefile at the moment there is:

--with-system-zlib --with-system-bzlib --with-system-pcre

They are specified as extra CONFIGURE_ARGS. Having those args, means local
copies of this software will be used, if found. If you don't have them
installed at compile time, R will use the ones that ship with their
sources. Is it better to use their sources, instead of those that may or
may not be found on the compiling system?

For more info on these quasi dependencies:

http://cran.r-project.org/doc/manuals/R-admin.html#Essential-and-useful-other-programs-under-Unix

Lastly, I have configured R_BROWSER as firefox. If this variable isn't
given a value, configure will check for the existence of numerous browsers
on the compiling system and use the first one it finds to view the help
files (or none, if it doesn't find a browser). This can be over-ridden on
the system where R is installed as a package, of course, but my assumption
is that firefox is the most popular browser on unix-like systems so by
default the choice of firefox will 'fit' most peoples installation without
the need to reconfigure.

Advice welcome.

-mark












CVS: cvs.openbsd.org: ports

2010-06-30 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/06/30 08:58:58

Modified files:
net/filezilla  : Makefile distinfo 
net/filezilla/pkg: PLIST 

Log message:
update to filezilla-3.3.3
ok jim@ landry@



CVS: cvs.openbsd.org: ports

2010-06-28 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/06/28 22:17:31

Modified files:
education/verbiste: Makefile distinfo 

Log message:
bugfix release to verbiste-0.1.29
ok naddy@ (MAINTAINER)



UPDATE: filezilla-3.3.3

2010-06-27 Thread Mark Lumsden
This has been tested on i386. Tests on other architectures are much
appreciated.

http://cyodesigns.com/filezilla-3.3.3.diff

Changes are listed here:

http://filezilla-project.org/versions.php

ok?

-mark



Re: /math/R update to 2.11.1 systrace problem

2010-06-18 Thread Mark Lumsden
 On 2010/06/15 06:02, Mark Lumsden wrote:
 I'm trying to update /math/R to 2.11.1 however systrace is stopping the
 installation of the R recommended packages:

 [...]
 begin installing recommended package MASS
 MAKE=make R_LIBS= ../../../bin/R CMD INSTALL --no-lock
 --data-compress=xz -l ../../../library MASS.tgz  MASS.ts.out 21 ||
 (cat MASS.ts.out  exit 1)
 systrace: deny user: root, prog:
 /usr/ports/pobj/R-2.11.1/R-2.11.1/bin/exec/R, pid: 30175(0)[9853],
 policy:
 /usr/bin/env, filters: 196, syscall: native-fswrite(136), filename: /usr
 ERROR: unable to create '/usr/ports/pobj/R-2.11.1/R-2.11.1/library/MASS'
 *** Error code 1

 Whats the best way to fix this?

 can you send your work-in-progress diff? as this is inside WRKDIR
 I don't see why it isn't permitted.


Here is a diff that solves the systrace problem and allows R-2.11.1 to
compile and run:

http://cyodesigns.com/R-2.11.1.wip.v3a.diff

I have came across another issue though, sometimes R will look for a
function on the system and use what it finds in /usr/local/bin instead of
the /usr/bin. For example if you have ggrep installed it will use it:

checking for egrep... /usr/local/bin/ggrep -E

But if you don't have it installed, it will use /usr/bin/grep.

Wouldn't it be best to just use /usr/bin/grep? Or have ggrep listed as a
dependency?

-mark





CVS: cvs.openbsd.org: ports

2010-06-15 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/06/15 10:08:21

Modified files:
net/filezilla  : Makefile distinfo 
net/filezilla/pkg: PLIST 

Log message:
update to filezilla-3.3.2.1
ok jasper@



/math/R update to 2.11.1 systrace problem

2010-06-14 Thread Mark Lumsden
I'm trying to update /math/R to 2.11.1 however systrace is stopping the
installation of the R recommended packages:

$ sudo make build
[...]
begin installing recommended package MASS
MAKE=make R_LIBS= ../../../bin/R CMD INSTALL --no-lock
--data-compress=xz -l ../../../library MASS.tgz  MASS.ts.out 21 ||
(cat MASS.ts.out  exit 1)
systrace: deny user: root, prog:
/usr/ports/pobj/R-2.11.1/R-2.11.1/bin/exec/R, pid: 30175(0)[9853], policy:
/usr/bin/env, filters: 196, syscall: native-fswrite(136), filename: /usr
ERROR: unable to create '/usr/ports/pobj/R-2.11.1/R-2.11.1/library/MASS'
*** Error code 1

Whats the best way to fix this?

-mark



CVS: cvs.openbsd.org: ports

2010-06-10 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/06/10 00:06:26

Modified files:
sysutils/toprump: Makefile distinfo 

Log message:
update to toprump-0.14.1: bug fix and '-L threshold' added.



UPDATE: filezilla-3.3.2.1

2010-06-10 Thread Mark Lumsden
Here is a summary list of changes:

  http://filezilla-project.org/

A more detailed list of changes:

  http://filezilla-project.org/changelog.php

And the diff is here:

  http://cyodesigns.com/filezilla-3.3.2.1.diff

Also, the regress tests worked ok.

  OK (94 tests)

  PASS: test
  ==
  All 1 tests passed
  ==

Only tested on i386.

I was rather surprised I got to this stage with filezilla so quickly,
since I'm not exactly a ports specialist. So I am suspecting something is
slightly amiss, somewhere. Advice/testing would be much appreciated.

-mark






CVS: cvs.openbsd.org: ports

2010-06-09 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/06/09 21:51:39

Added files:
net/darkstat/patches: patch-darkstat_8_in patch-err_c 

Log message:
darkstat-3.0.713 patches for new --syslog option
ok ckuethe@



CVS: cvs.openbsd.org: ports

2010-06-09 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/06/09 21:57:30

Modified files:
net/darkstat   : Makefile distinfo 

Log message:
update to darkstat 3.0.713. Bugfix and some new features
The new --syslog option requires a local patch, upstream
has been informed.
ok ckuethe@



UPDATE: toprump-0.14.1

2010-06-09 Thread Mark Lumsden
bug fix release with one small new feature. The '-L threshold' option.
This allows the load average figures to be highlighted when they breach
the specified 'threshold'.

http://www.cyodesigns.com/toprump/port/toprump-0.14.1.diff

ok?

-mark



Re: UPDATE: toprump-0.14.1

2010-06-09 Thread Mark Lumsden
 On Thu, Jun 10, 2010 at 6:31 AM, Mark Lumsden m...@cyodesigns.com wrote:
 bug fix release with one small new feature. The '-L threshold' option.
 This allows the load average figures to be highlighted when they breach
 the specified 'threshold'.

 http://www.cyodesigns.com/toprump/port/toprump-0.14.1.diff

 ok?

 Quoting landry@:
 When you're the upstream, you don't really need oks for straightforward
 updates like this, as you probably extendly tested it :)
 But ok from me if you want..

 cheers,
 david


Yes, I am a bit too cautious. Though I should have said on the email, only
tested on i386. But next time I just I'll commit. THanks

-mark



syslog - darkstat-3.0.317

2010-06-03 Thread Mark Lumsden
Syslogging has been added to the latest version of darkstat:

http://dmr.ath.cx/net/darkstat/changelog.txt

However, in order to get it working I've had to make two changes:

1. Comment out a line that makes a call to openlog, here is the call:

   openlog(darkstat, LOG_NDELAY | LOG_PID, LOG_DAEMON);

2. Change a call to syslog that uses LOG_DEBUG as its priority. Logging
starts to work by changing LOG_DEBUG to LOG_INFO.

After looking at the respective man pages, I can't see anything wrong with
the original calls. Any ideas why logging shouldn't work unless the 2
changes are made?

-mark

P.S. Coincidentally, I made a small test for syslog. With LOG_INFO as the
priority this works, with LOG_DEBUG it doesn't.

#include stdarg.h
#include syslog.h

int
main(void)
{
syslog(LOG_INFO, %s, hello);
}





Re: syslog - darkstat-3.0.317

2010-06-03 Thread Mark Lumsden
Thanks, works now.

http://cyodesigns.com/darkstat-3.0.713.diff

The above has been tested on gcc3 and gcc4.

ok?

-mark


 Did you try adding daemon.debug to syslog.conf?


 On Thu, Jun 03, 2010 at 08:33:21AM +0100, Mark Lumsden wrote:
 Syslogging has been added to the latest version of darkstat:

 http://dmr.ath.cx/net/darkstat/changelog.txt

 However, in order to get it working I've had to make two changes:

 1. Comment out a line that makes a call to openlog, here is the call:

openlog(darkstat, LOG_NDELAY | LOG_PID, LOG_DAEMON);

 2. Change a call to syslog that uses LOG_DEBUG as its priority. Logging
 starts to work by changing LOG_DEBUG to LOG_INFO.

 After looking at the respective man pages, I can't see anything wrong
 with
 the original calls. Any ideas why logging shouldn't work unless the 2
 changes are made?

 -mark

 P.S. Coincidentally, I made a small test for syslog. With LOG_INFO as
 the
 priority this works, with LOG_DEBUG it doesn't.

 #include stdarg.h
 #include syslog.h

 int
 main(void)
 {
 syslog(LOG_INFO, %s, hello);
 }








CVS: cvs.openbsd.org: ports

2010-05-25 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/05/25 22:51:16

Modified files:
sysutils/stress: Makefile distinfo 
sysutils/stress/pkg: PLIST 
Removed files:
sysutils/stress/patches: patch-src_Makefile_in 
 patch-src_stress_c 

Log message:
update to stress-1.0.4: bug fix release
ok sthen@ landry@



UPDATE: stress-1.0.4

2010-05-25 Thread Mark Lumsden
update: stress-0.18.9 - stress-1.0.4

Diff located here:
http://cyodesigns.com/stress/stress-1.0.4.diff

The changes are predominantly bug fixes:
http://weather.ou.edu/~apw/projects/stress/ChangeLog

More info here:
http://weather.ou.edu/~apw/projects/stress/NEWS

Tested on i386. Tests on other architectures appreciated.

ok?

-mark



CVS: cvs.openbsd.org: ports

2010-04-19 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/04/19 00:43:36

Modified files:
sysutils/toprump: Makefile distinfo 

Log message:
update to toprump-0.13.4: bug fix release
ok sthen@ landry@



update: toprump-0.13.4

2010-04-18 Thread Mark Lumsden

update to toprump-0.13.4: bug fix.

ok?

-mark


Index: Makefile
===
RCS file: /cvs/ports/sysutils/toprump/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile31 Mar 2010 06:40:52 -  1.5
+++ Makefile18 Apr 2010 15:03:45 -
@@ -2,7 +2,7 @@

 COMMENT=   modified OpenBSD top command

-DISTNAME=  toprump-0.13.3
+DISTNAME=  toprump-0.13.4
 CATEGORIES=sysutils

 HOMEPAGE=  http://cyodesigns.com/toprump/
Index: distinfo
===
RCS file: /cvs/ports/sysutils/toprump/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo31 Mar 2010 06:40:52 -  1.5
+++ distinfo18 Apr 2010 15:03:45 -
@@ -1,5 +1,5 @@
-MD5 (toprump-0.13.3.tar.gz) = EnhyhtnXNgzw1yZ5rqUNjw==
-RMD160 (toprump-0.13.3.tar.gz) = 0wCrv0v2uumty2sWV9Z1JwxjPD0=
-SHA1 (toprump-0.13.3.tar.gz) = BQzx3+ihfOcjEwDoae8YmFKRkRw=
-SHA256 (toprump-0.13.3.tar.gz) = Ryfvq/voBvz+DHIFObBq5ELOEE4SJMlPG7dtLfdqE8g=
-SIZE (toprump-0.13.3.tar.gz) = 49411
+MD5 (toprump-0.13.4.tar.gz) = zufVGeQe2GNuaP8dQo0pwQ==
+RMD160 (toprump-0.13.4.tar.gz) = ry0VwCR1sSFdTAKQlX1uSa5MYRk=
+SHA1 (toprump-0.13.4.tar.gz) = T5IITVCP4wzcFYLKIzN8iRVFvno=
+SHA256 (toprump-0.13.4.tar.gz) = ZMcBbYwLd0f2SQBCzycWfyv2jlQJ3lfdWCT32ea9ZAQ=
+SIZE (toprump-0.13.4.tar.gz) = 49515



update: toprump-0.13.3

2010-03-26 Thread Mark Lumsden
Update to toprump-0.13.3: another bug fix and small code tidy.

ok?

-mark

p.s. landry, the above will be the cvs commit comment ;)



CVS: cvs.openbsd.org: ports

2010-03-24 Thread Mark Lumsden
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2010/03/24 04:34:04

Modified files:
sysutils/toprump: Makefile distinfo 

Log message:
Bug fix and small code tidy
ok landry@ sthen@



update: toprump-0.13.2

2010-03-24 Thread Mark Lumsden
Update from 0.13.1 - 0.13.2: bug fix and small code tidy.

-mark

toprump-0.13.2.port.diff
Description: Binary data


update: toprump-0.13.1

2010-03-20 Thread Mark Lumsden
Hi,

This updates toprump to the latest version. There have been some extra
graphs added in addition to the existing CPU%, including loadaverage and
total number of processes. Also you can view the history of a single
process and view graphs of its' processor usage and memory SIZE. Also
numerous bug fixes (some of which have made it into the OpenBSD source
tree).

Only tested on i386. I'd appreciate if someone could test it on other
architecutures. Thanks.

-mark

toprump-0.13.1.port.diff.tgz
Description: Binary data


[Fwd: spine-0.8.7e]

2010-02-22 Thread Mark Lumsden
Does anyone know if anything happened to these submissions for cacti? If
they were progressed at all.

http://www.sigmasoft.com/~openbsd/archives/html/openbsd-ports/2006-10/msg00673.html

http://www.sigmasoft.com/~openbsd/archives/html/openbsd-ports/2006-10/msg00378.html

http://www.sigmasoft.com/~openbsd/archives/html/openbsd-ports/2006-10/msg00129.html


 Original Message 
Subject: spine-0.8.7e
From:Mark Lumsden m...@cyodesigns.com
Date:Fri, February 19, 2010 8:17 am
To:  ports@openbsd.org
--

Hi,

I use Cacti (www.cacti.net) and have recently compiled and started using
Spine (www.cacti.net/spine_info.php) with it. Is anyone working on a
spine-0.8.7e port? Otherwise, I can try and do it.

-mark




Re: [Fwd: spine-0.8.7e]

2010-02-22 Thread Mark Lumsden
 On 2010/02/22 14:33, Mark Lumsden wrote:
 Does anyone know if anything happened to these submissions for cacti? If
 they were progressed at all.

 It doesn't look like it.

 http://www.sigmasoft.com/~openbsd/archives/html/openbsd-ports/2006-10/msg00673.html

 The plugins should be separate ports imho. (We already have
 php-weathermap which is also useful standalone). There are various
 other problems with this port. I'll try and take a look at cleaning
 it up sometime..


I hadn't seen that, will have a look.

 I use Cacti (www.cacti.net) and have recently compiled and started using
 Spine (www.cacti.net/spine_info.php) with it. Is anyone working on a
 spine-0.8.7e port? Otherwise, I can try and do it.

 I don't see much point in having spine before we have cacti.


I don't disagree with you, but should there not be a port of spine because
there is no port of cacti, but cacti is easy to install manually...? How
would you install cacti via a package, in a chrooted environment or not?



spine-0.8.7e

2010-02-19 Thread Mark Lumsden
Hi,

I use Cacti (www.cacti.net) and have recently compiled and started using
Spine (www.cacti.net/spine_info.php) with it. Is anyone working on a
spine-0.8.7e port? Otherwise, I can try and do it.

-mark



UPDATE: tcpstat-1.5

2010-01-10 Thread Mark Lumsden
Hi,

Here is a diff updating tcpstat-1.4 to tcpstat-1.5, the newest version.

All the tcpstat-1.4 patches have been incorporated upstream, so I removed
them. Here is the changelog between 1.4 and 1.5:
http://www.frenchfries.net/paul/tcpstat/ChangeLog.txt

Comments? Ok?

Regards,
Mark



tcpstat-1.5.diff
Description: Binary data


[Fwd: NEW: sysutils/toprump-0.4.0]

2010-01-10 Thread Mark Lumsden
Hi,

I have taken Landry's advice regarding vimprobable's port and changed the
suffix of toprump from tgz to tar.gz and removed EXTRACT_SUFX from the
Makefile.

Comments/criticisms?

-mark



 Original Message 
Subject: NEW: sysutils/toprump-0.4.0
From:Mark Lumsden m...@cyodesigns.com
Date:Sat, January 9, 2010 4:06 pm
To:  ports@openbsd.org
--

Hi,

pkg/DESCR:
toprump is a modified version of the top command included with OpenBSD.
Added features include an ASCII CPU utilisation graph; the ability to
highlight (make bold) a users' processes; and an inverse username
filter. Plus other modifications.

Home page:
http://www.cyodesigns.com/toprump/

I've only tested toprump on i386, could someone test it on different
architecture(s)?

Comments?

Regards,
Mark Lumsden

P.S. toprump was called zop until recently.

toprump-0.4.0.tgz
Description: Binary data


NEW: sysutils/toprump-0.4.0

2010-01-09 Thread Mark Lumsden
Hi,

pkg/DESCR:
toprump is a modified version of the top command included with OpenBSD.
Added features include an ASCII CPU utilisation graph; the ability to
highlight (make bold) a users' processes; and an inverse username
filter. Plus other modifications.

Home page:
http://www.cyodesigns.com/toprump/

I've only tested toprump on i386, could someone test it on different
architecture(s)?

Comments?

Regards,
Mark Lumsden

P.S. toprump was called zop until recently.

toprump-0.4.0.tgz
Description: Binary data


NEW: twap-0.4

2007-04-12 Thread Mark Lumsden
Hi,

tested on i386 only.

comments/ok?

 - mark

twap-0.4.tgz
Description: application/gzip-compressed


NEW: iftop-0.17

2007-04-08 Thread Mark Lumsden
Hi,

First attempt at a port. ok?

 - mark

iftop-0.17.tgz
Description: Binary data


top.c diff

2006-12-12 Thread Mark Lumsden
hi,

'C' arg added.
diff attached.

mark

top.c.diff
Description: Binary data


top.1 diff

2006-12-12 Thread Mark Lumsden
hi again...

man top diff attached

top.1.diff
Description: Binary data