Re: PATCH mail/bmf

2007-09-06 Thread Alexandre Anriot
Jim Razmus <[EMAIL PROTECTED]> writes:

> A request to add to the files/OpenBSD-bmf-mini-howto.html lead me to
> conclude that it's contents are largely redundant with the README in the
> source tarball.  So rather than clean up that html file, I simply
> created patches/patch-README with the relevant change to obviate it.

I take care of this.



NEW: net/zenirc

2007-09-05 Thread Alexandre Anriot
A long overdue submission...

ZenIRC is a full-featured scriptable IRC client for the EMACS text
editor. Most features are implemented via module extensions. For
example, DCC (Direct Client-to-Client) can be enabled at the user's
option.

The port is available at
http://www.atlantilde.com/aanriot/ports/zenirc-2.112.tar.gz

Any comments?



Re: RFC: Perl dependencies in httpd chroot

2007-09-02 Thread Alexandre Anriot
Jason Dixon <[EMAIL PROTECTED]> writes:

> I'll be creating new ports for a couple of my Perl projects soon.   Both
> of them rely on external p5-* stuff.  There seems to be no  recommended
> guidelines for dealing with Perl modules in chroot.   Which of the
> following are recommended for a chroot FLAVOR:
> 
> 1) Instructing the user via MESSAGE-chroot which files should be  copied
> over to the chroot.
> 2) Using PFRAG.chroot to copy over the files to chroot.
> 3) Forgoing any p5-* external dependencies and making the modules a
> "static" inclusion of the project.
> 
> None of them seems ideal.

I don't like 1) myself because it's tweaking and if you have to add
things by hand, upgrades will become a nightmare.

What about the way it's handled for Nagios? A "chroot" flavor for your
perl stuff which is installing everything under PREFIX-web=/var/www
seems ok.

-- 
Alexandre Anriot
Email: [EMAIL PROTECTED]
Cellular: +33 632 168 886



Re: snort-prelude startup error when daemonizing

2007-08-28 Thread Alexandre Anriot
On Mon, Aug 27, 2007 at 11:38:56PM -0700, Darren Spruell wrote:
> I'm encountering some strange problems using the
> snort-2.6.0.2p1-prelude package on 4.1/i386.
> 
> My startup command for Snort is:
> 
> /usr/local/bin/snort -D -c /etc/snort/snort.conf -u _snort -g _snort
> -l /var/snort/log -h 10.0.1.2/32
> 
> if launched from root's home directory, I recieve an error:
> 
> ERROR: Unspecified source: Unable to initialize the Prelude library:
> Permission denied.
> Fatal Error, Quitting..
> # echo $?
> 1

I think that jdixon has reported the same problem, try to change the
permissions of /var/run/prelude-manager/ (i.e. 770 with _snort in the
_prelude group).



UPDATE: ports/security/prelude/prewikka

2007-08-26 Thread Alexandre Anriot
maintenance update to 0.9.12.1 .


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/prewikka/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile26 May 2007 01:16:13 -  1.11
+++ Makefile25 Aug 2007 20:33:05 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "Prelude Management Console"
 
-DISTNAME=  prewikka-0.9.11
+DISTNAME=  prewikka-0.9.12.1
 PKGNAME=   prelude-${DISTNAME}
 
 MODULES=   lang/python
@@ -21,6 +21,7 @@
${WRKSRC}/prewikka/siteconfig.py
@perl -pi -e "s,%%VERSION%%,${DISTNAME:S/prewikka-//}," \
${WRKSRC}/prewikka/siteconfig.py
+   @perl -pi -e 's#${WRKINST}##' ${WRKSRC}/prewikka/siteconfig.py
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/prewikka/
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/prewikka/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo26 May 2007 01:16:13 -  1.7
+++ distinfo25 Aug 2007 20:33:05 -
@@ -1,5 +1,5 @@
-MD5 (prewikka-0.9.11.tar.gz) = pqxE6kwFt2VnGAe8N+sucw==
-RMD160 (prewikka-0.9.11.tar.gz) = vTee2nwVu7lvr1vDCbsR71wdrFE=
-SHA1 (prewikka-0.9.11.tar.gz) = kP/9QpEELzGKHMcFsJKqxYMR4Z8=
-SHA256 (prewikka-0.9.11.tar.gz) = awIshMyOn9YksAwO6uHqp27XNeRWO/+H0uaEXE5GcPA=
-SIZE (prewikka-0.9.11.tar.gz) = 228263
+MD5 (prewikka-0.9.12.1.tar.gz) = 0c/qAec1cOmNbcZugkWFzQ==
+RMD160 (prewikka-0.9.12.1.tar.gz) = 61O0+DgjPdQCYnsA2imTXGrbz4w=
+SHA1 (prewikka-0.9.12.1.tar.gz) = FDjDrHd+inBFnfnNlhRxMMbdPJQ=
+SHA256 (prewikka-0.9.12.1.tar.gz) = 
Qdlea8SF0yc7mMpMu1MYfj28IOWwpkRzlOJEqbAHhU0=
+SIZE (prewikka-0.9.12.1.tar.gz) = 238691
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/security/prelude/prewikka/patches/patch-setup_py,v
retrieving revision 1.2
diff -u -r1.2 patch-setup_py
--- patches/patch-setup_py  26 May 2007 01:16:13 -  1.2
+++ patches/patch-setup_py  25 Aug 2007 20:33:05 -
@@ -1,7 +1,19 @@
 $OpenBSD: patch-setup_py,v 1.2 2007/05/26 01:16:13 aanriot Exp $
 setup.py.orig  Thu Apr  5 17:21:20 2007
-+++ setup.py   Fri May 18 14:21:59 2007
-@@ -152,7 +152,7 @@ class my_install(install):
+--- setup.py.orig  Thu Aug  2 09:45:34 2007
 setup.py   Sat Aug 25 21:30:19 2007
+@@ -114,11 +114,6 @@ class my_build_py(build_py):
+ 
+ class MyDistribution(Distribution):
+ def __init__(self, attrs):
+-try:
+-os.remove("prewikka/siteconfig.py")
+-except:
+-pass
+-
+ self.conf_files = [ ]
+ Distribution.__init__(self, attrs)
+ 
+@@ -157,7 +152,7 @@ class my_install(install):
  def finalize_options(self):
  ### if no prefix is given, configuration should go to /etc or in 
{prefix}/etc otherwise
  if self.prefix:
@@ -10,7 +22,7 @@
  else:
  self.conf_prefix = "/etc/prewikka"
  
-@@ -178,7 +178,6 @@ class my_install(install):
+@@ -183,7 +178,6 @@ class my_install(install):
  def run(self):
  os.umask(022)
  self.install_conf()
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/prelude/prewikka/pkg/PLIST,v
retrieving revision 1.7
diff -u -r1.7 PLIST
--- pkg/PLIST   26 May 2007 01:16:13 -  1.7
+++ pkg/PLIST   25 Aug 2007 20:33:05 -
@@ -158,6 +158,8 @@
 share/prewikka/htdocs/images/led_N.gif
 share/prewikka/htdocs/images/led_Y.gif
 share/prewikka/htdocs/images/n.gif
+share/prewikka/htdocs/images/pause.png
+share/prewikka/htdocs/images/play.png
 share/prewikka/htdocs/images/prelude-logo.gif
 share/prewikka/htdocs/images/prelude-logo.png
 share/prewikka/htdocs/images/search.png



UPDATE: ports/security/prelude/manager

2007-08-26 Thread Alexandre Anriot
maintenance update to 0.9.9 .

The change in README.OpenBSD fixes a problem reported by jdixon.


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/manager/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile26 May 2007 01:13:53 -  1.13
+++ Makefile25 Aug 2007 20:32:39 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "Prelude manager"
 
-DISTNAME=  prelude-manager-0.9.8
+DISTNAME=  prelude-manager-0.9.9
 
 WANTLIB=   c gcrypt gnutls gpg-error m prelude preludedb pthread z
 MODULES=   devel/gettext
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/manager/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo26 May 2007 01:13:53 -  1.8
+++ distinfo25 Aug 2007 20:32:39 -
@@ -1,5 +1,5 @@
-MD5 (prelude-manager-0.9.8.tar.gz) = vnPuRqcnkgDFufzEovm3rQ==
-RMD160 (prelude-manager-0.9.8.tar.gz) = mvd8Zm11UJ5Ke71K7SwQXl86Y+s=
-SHA1 (prelude-manager-0.9.8.tar.gz) = uA/iJ0rbJIExU3uhMbrhApdvK5M=
-SHA256 (prelude-manager-0.9.8.tar.gz) = 
xaQbqY/wXUx18jfn6MAe+4wIY2KwcTc21NNFGhwCPxU=
-SIZE (prelude-manager-0.9.8.tar.gz) = 617261
+MD5 (prelude-manager-0.9.9.tar.gz) = ypJY+q23MGhj3/6sj4VRYQ==
+RMD160 (prelude-manager-0.9.9.tar.gz) = 44chvskFGHxOOLAXp6IHDZdfHCw=
+SHA1 (prelude-manager-0.9.9.tar.gz) = mlZIu14kS5qddIj9U+JdU/9CuJc=
+SHA256 (prelude-manager-0.9.9.tar.gz) = 
c0vYRN9OM3y5ieqXANYMotDq4DpbDpelVZs63bJJjsY=
+SIZE (prelude-manager-0.9.9.tar.gz) = 647696
Index: files/README.OpenBSD
===
RCS file: /cvs/ports/security/prelude/manager/files/README.OpenBSD,v
retrieving revision 1.2
diff -u -r1.2 README.OpenBSD
--- files/README.OpenBSD11 Nov 2006 19:29:29 -  1.2
+++ files/README.OpenBSD25 Aug 2007 20:32:39 -
@@ -15,7 +15,7 @@
 To start prelude-manager at boot-time, you could use:
 
 if [ -x ${LOCALBASE}/bin/prelude-manager ]; then
-   /usr/bin/install -d -o _prelude -g _prelude -m 700 
/var/run/prelude-manager/
+   /usr/bin/install -d -o _prelude -g _prelude -m 770 
/var/run/prelude-manager/
echo -n ' prelude-manager'; ${LOCALBASE}/bin/prelude-manager -d > 
/dev/null
 fi
 
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/security/prelude/manager/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -r1.5 patch-Makefile_in
--- patches/patch-Makefile_in   15 Apr 2007 11:39:28 -  1.5
+++ patches/patch-Makefile_in   25 Aug 2007 20:32:39 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.5 2007/04/15 11:39:28 aanriot Exp $
 Makefile.in.orig   Fri Mar 16 14:34:53 2007
-+++ Makefile.inSat Apr  7 18:44:23 2007
-@@ -304,7 +304,7 @@ build_alias = @build_alias@
+--- Makefile.in.orig   Fri Aug  3 16:15:40 2007
 Makefile.inFri Aug 24 19:07:38 2007
+@@ -356,7 +356,7 @@ build_alias = @build_alias@
  build_cpu = @build_cpu@
  build_os = @build_os@
  build_vendor = @build_vendor@
@@ -10,7 +10,7 @@
  datadir = @datadir@
  datarootdir = @datarootdir@
  decode_plugin_dir = @decode_plugin_dir@
-@@ -795,9 +795,6 @@ uninstall-info: uninstall-info-recursive
+@@ -847,9 +847,6 @@ uninstall-info: uninstall-info-recursive
  
  install-data-local:
$(INSTALL) -d -m 700 $(DESTDIR)$(configdir);
Index: patches/patch-prelude-manager_conf_in
===
RCS file: 
/cvs/ports/security/prelude/manager/patches/patch-prelude-manager_conf_in,v
retrieving revision 1.5
diff -u -r1.5 patch-prelude-manager_conf_in
--- patches/patch-prelude-manager_conf_in   11 Nov 2006 19:29:29 -  
1.5
+++ patches/patch-prelude-manager_conf_in   25 Aug 2007 20:32:39 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-prelude-manager_conf_in,v 1.5 2006/11/11 19:29:29 aanriot Exp $
 prelude-manager.conf.in.orig   Tue Dec 13 13:39:58 2005
-+++ prelude-manager.conf.inSun Nov  5 15:20:55 2006
+--- prelude-manager.conf.in.orig   Mon Jun 18 09:34:13 2007
 prelude-manager.conf.inFri Aug 24 19:07:38 2007
 @@ -28,8 +28,8 @@ listen = 127.0.0.1
  # Sets the user/group ID as which prelude-manager will run.
  # In order to use this option, prelude-manager must be run initially as root
@@ -11,22 +11,4 @@
 +group = _prelude
  
  
- # Number of bits of the prime used in the Diffie Hellman key exchange. 
-@@ -115,7 +115,7 @@ listen = 127.0.0.1
- # [TextMod]
- #
- # logfile = stderr
--# logfile = @prefix@/var/log/prelude.log
-+# logfile = /var/log/prelude.log
- 
- 
- 
-@@ -141,7 +141,7 @@ listen = 127.0.0.1
- # format
- #
- # logfile = stderr
--# logfile = @prefix@/var/log/prelude-xml.log
-+# logfile = /var/log/prelude-xml.log
- 
- 
- 
+ # Number of bits of the prime used in the Diffie Hellman key exchange.
Index: pkg/PLIST
===

UPDATE: ports/security/prelude/libprelude

2007-08-26 Thread Alexandre Anriot
maintenance update to 0.9.15.


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/libprelude/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile26 May 2007 01:13:06 -  1.12
+++ Makefile25 Aug 2007 20:31:43 -
@@ -2,10 +2,10 @@
 
 COMMENT=   "Prelude framework library"
 
-DISTNAME=  libprelude-0.9.14
+DISTNAME=  libprelude-0.9.15
 PKGNAME=   prelude-${DISTNAME}
 
-SHARED_LIBS=   prelude 9.5 # .12.0
+SHARED_LIBS=   prelude 13.0# .13.0
 
 MODULES=   devel/gettext \
lang/python
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/libprelude/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo26 May 2007 01:13:06 -  1.11
+++ distinfo25 Aug 2007 20:31:43 -
@@ -1,5 +1,5 @@
-MD5 (libprelude-0.9.14.tar.gz) = xmVt9z5t4V/DhU2ssWZRIg==
-RMD160 (libprelude-0.9.14.tar.gz) = 7iTAWVFnB7f6HUs3pAyk9gnI7bU=
-SHA1 (libprelude-0.9.14.tar.gz) = +F5dq9gSbK+bZPLPon9rKEIccXc=
-SHA256 (libprelude-0.9.14.tar.gz) = 
1JlhOzeMzujWbRzkwpoXqbRsTGV38Z+04jtgWsbwiQY=
-SIZE (libprelude-0.9.14.tar.gz) = 1906090
+MD5 (libprelude-0.9.15.tar.gz) = zbVlNdF9StcKdBT9qr5AAA==
+RMD160 (libprelude-0.9.15.tar.gz) = Ne+0fzx4UAyuHfU66LaVYlmDLnQ=
+SHA1 (libprelude-0.9.15.tar.gz) = vMxjPcbXox6J/5c9xpSBg/1DfBU=
+SHA256 (libprelude-0.9.15.tar.gz) = 
M50+k6zi3irUBkoGaaGnp/kCl3bXNSnrEaMNZHxDXJ4=
+SIZE (libprelude-0.9.15.tar.gz) = 1944532
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/security/prelude/libprelude/patches/patch-Makefile_in,v
retrieving revision 1.4
diff -u -r1.4 patch-Makefile_in
--- patches/patch-Makefile_in   26 May 2007 01:13:06 -  1.4
+++ patches/patch-Makefile_in   25 Aug 2007 20:31:43 -
@@ -1,20 +1,20 @@
 $OpenBSD: patch-Makefile_in,v 1.4 2007/05/26 01:13:06 aanriot Exp $
 Makefile.in.orig   Tue May 15 22:52:47 2007
-+++ Makefile.inSat May 19 19:25:05 2007
-@@ -455,7 +455,7 @@ oldincludedir = @oldincludedir@
+--- Makefile.in.orig   Thu Aug 23 17:54:22 2007
 Makefile.inThu Aug 23 21:59:50 2007
+@@ -498,7 +498,7 @@ oldincludedir = @oldincludedir@
  pdfdir = @pdfdir@
  prefix = @prefix@
- prelude_adduser_libs = @prelude_adduser_libs@
+ prelude_admin_libs = @prelude_admin_libs@
 -prelude_config_dir = @prelude_config_dir@
 +prelude_config_dir = @prefix@/share/examples/libprelude
  prelude_ident_file = @prelude_ident_file@
  prelude_spool_dir = @prelude_spool_dir@
  program_transform_name = @program_transform_name@
-@@ -990,7 +990,6 @@ prelude-config.h: $(top_builddir)/config.h
+@@ -1034,7 +1034,6 @@ prelude-config.h: $(top_builddir)/config.h
  # Spool directory for report saving is mode 
  
  install-data-local:
--  $(INSTALL) -d -m 755 $(DESTDIR)$(prelude_spool_dir);
+-  $(INSTALL) -d -m 711 $(DESTDIR)$(prelude_spool_dir);
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir);
$(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir)/default;
-   $(INSTALL) -d -m 755 $(DESTDIR)$(prelude_config_dir)/profile;
+   $(INSTALL) -d -m 711 $(DESTDIR)$(prelude_config_dir)/profile;
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/prelude/libprelude/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- pkg/PLIST   26 May 2007 01:13:06 -  1.6
+++ pkg/PLIST   25 Aug 2007 20:31:43 -
@@ -4,6 +4,7 @@
 %%SHARED%%
 bin/libprelude-config
 bin/prelude-adduser
+bin/prelude-admin
 include/libprelude/
 include/libprelude/common.h
 include/libprelude/daemonize.h
@@ -60,6 +61,7 @@
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Prelude/
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Prelude/Prelude.bs
[EMAIL PROTECTED] man/man1/prelude-admin.1
 share/aclocal/libprelude.m4
 share/doc/libprelude/
 share/doc/libprelude/ch01.html



UPDATE: ports/security/prelude/libpreludedb

2007-08-26 Thread Alexandre Anriot
maintenance update to 0.9.13 .


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/libpreludedb/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile15 Apr 2007 11:38:10 -  1.13
+++ Makefile25 Aug 2007 20:32:08 -
@@ -5,7 +5,7 @@
 COMMENT-mysql= "MySQL module for libpreludedb"
 COMMENT-sqlite="SQLite3 module for libpreludedb"
 
-VERSION=   0.9.12
+VERSION=   0.9.13
 DISTNAME=  libpreludedb-${VERSION}
 
 PKGNAME-main=  prelude-libpreludedb-${VERSION}
@@ -16,7 +16,7 @@
 MODULES=   lang/python \
devel/gettext
 
-SHARED_LIBS=   preludedb   4.6 # .4.4
+SHARED_LIBS=   preludedb   4.7 # .4.5
 
 WANTLIB=   z
 WANTLIB-main=  ${WANTLIB} c pthread
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/libpreludedb/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo15 Apr 2007 11:38:10 -  1.10
+++ distinfo25 Aug 2007 20:32:08 -
@@ -1,5 +1,5 @@
-MD5 (libpreludedb-0.9.12.tar.gz) = TSPbR4NQfWTRnR80kbGaSQ==
-RMD160 (libpreludedb-0.9.12.tar.gz) = wP73O7jukm0+OlD+aOsjZBtKZVw=
-SHA1 (libpreludedb-0.9.12.tar.gz) = pDcs6tZ3KGS8wrbo9TJ1AeL/wxQ=
-SHA256 (libpreludedb-0.9.12.tar.gz) = 
atgCwVUQvNPCX5K7Ge8CWzqkl0rk6wvuc002T1YrH4U=
-SIZE (libpreludedb-0.9.12.tar.gz) = 661053
+MD5 (libpreludedb-0.9.13.tar.gz) = bbZRuoipDIwjyusPGIG0ZQ==
+RMD160 (libpreludedb-0.9.13.tar.gz) = M1/rFy6GERq5PX39j9RzZD/81t4=
+SHA1 (libpreludedb-0.9.13.tar.gz) = 6Nyy5aGcrfoP32/u2bpcCc6gJ0U=
+SHA256 (libpreludedb-0.9.13.tar.gz) = 
Fj0bBQY5csOYiuqz/XGt5yLDnI46FB6j8DGZXNUHOGw=
+SIZE (libpreludedb-0.9.13.tar.gz) = 699987
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/security/prelude/libpreludedb/pkg/PLIST-main,v
retrieving revision 1.1
diff -u -r1.1 PLIST-main
--- pkg/PLIST-main  25 Nov 2006 19:54:16 -  1.1
+++ pkg/PLIST-main  25 Aug 2007 20:32:08 -
@@ -28,6 +28,7 @@
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/PreludeDB/
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/PreludeDB/PreludeDB.bs
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/PreludeDB/PreludeDB.so
[EMAIL PROTECTED] man/man1/preludedb-admin.1
 share/aclocal/libpreludedb.m4
 share/doc/libpreludedb/
 share/doc/libpreludedb/README.OpenBSD
@@ -56,6 +57,7 @@
 share/libpreludedb/classic/mysql-update-14-3.sql
 share/libpreludedb/classic/mysql-update-14-4.sql
 share/libpreludedb/classic/mysql-update-14-5.sql
+share/libpreludedb/classic/mysql-update-14-6.sql
 share/libpreludedb/classic/mysql.sql
 share/libpreludedb/classic/mysql2pgsql.sh
 share/libpreludedb/classic/mysql2sqlite.sh
@@ -64,7 +66,9 @@
 share/libpreludedb/classic/pgsql-update-14-3.sql
 share/libpreludedb/classic/pgsql-update-14-4.sql
 share/libpreludedb/classic/pgsql-update-14-5.sql
+share/libpreludedb/classic/pgsql-update-14-6.sql
 share/libpreludedb/classic/pgsql.sql
 share/libpreludedb/classic/sqlite-update-14-4.sql
 share/libpreludedb/classic/sqlite-update-14-5.sql
+share/libpreludedb/classic/sqlite-update-14-6.sql
 share/libpreludedb/classic/sqlite.sql



Re: esound 0.2.34 -> 0.2.38 problems on auich

2007-08-04 Thread Alexandre Anriot
> anyway, people who are having problems with playback on auich,
> with esound, or anything else (opera flash-plugin seems to have
> a similar issue), please see if the following diff changes the
> situation.

I just tried with both your ossaudio and audio changes, and the sound is
still squeaky, with play.rate=22050.

I got the following message, I don't know if it's related or not:

auich0: measured ac97 link rate at 47999 Hz, will use 48000 Hz



Re: NEW: security/dansguardian

2007-06-07 Thread Alexandre Anriot
On Thu, Jun 07, 2007 at 02:58:15PM +0100, Stuart Henderson wrote:
> dansguardian is GPL but the GPL only applies if you already have a
> copy of the code; the author doesn't permit commercial users to fetch
> more than one copy from the master site or an official mirror.
> 
> MASTER_SITE should point at an unofficial, non-commercial, mirror.

Thanks for reporting this.



Re: NEW: security/dansguardian

2007-06-07 Thread Alexandre Anriot
It's in with a few changes, thanks.



Re: Festival doesn't work

2007-06-04 Thread Alexandre Anriot
On Mon, Jun 04, 2007 at 11:24:57AM +0200, Karel Kulhavy wrote:
> OpenBSD 4.0, tried festival-1.95betap1 and festival-1.95betap1-ogi. Both have
> the same problem. According to the help,
> 
>   (SayText TEXT)  Synthesize text, text should be surrounded by
> double quotes
>   (voice_rab_diphone) Select voice (Britsh Male)
> 
> festival> (SayText "hello")
> -=-=-=-=-=- EST Error -=-=-=-=-=-
> {FND} Feature Token_Method not defined
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> festival> (voice_rab_diphone)
> SIOD ERROR: unbound variable : voice_rab_diphone
> 
> I remember trying this in the times I had Linux and it just worked on the
> first try.

You should probably also install a festvox package.



Re: Pidgin Packages

2007-06-04 Thread Alexandre Anriot
On Mon, Jun 04, 2007 at 11:45:20AM -0800, Jimmy Mitchener wrote:
> Pidgin seems pretty ready to be packaged up to me. I've been running
> the port  for a week or so with no problems. Is Gaim ready to be
> dropped? I know there was some concern about ports using libgaim, but
> I think those have all been cleared up.

Gaim has already been removed.



Re: UPDATE: www/twiki

2007-06-04 Thread Alexandre Anriot
On Sat, Jun 02, 2007 at 12:54:25PM -0400, Jason Crawford wrote:
> Here is an update to the recently committed twiki port to go from
> 4.1.1 to 4.1.2. This adds a few things, the biggest being locale
> support. I've tested on i386 through fully configuring a newly
> installed twiki page on OpenBSD's apache non-chroot.

> +htdocs/twiki/tools/native_search/
> +htdocs/twiki/tools/native_search/Makefile.PL
> +htdocs/twiki/tools/native_search/NativeTWikiSearch.pm
> +htdocs/twiki/tools/native_search/NativeTWikiSearch.xs
> +htdocs/twiki/tools/native_search/cgrep.c
> +htdocs/twiki/tools/native_search/test.pl

Only the .pm is needed no?



Re: squidguard with ldap flavor

2007-06-02 Thread Alexandre Anriot
It's in, with a bunch of changes.

Thanks.



Re: NEW: www/p5-CGI-Session

2007-06-01 Thread Alexandre Anriot
On Mon, Mar 12, 2007 at 04:19:52PM -0400, Jason Crawford wrote:
> Here is a port of the CGI::Session perl module, pretty straight
> forward. Please test and hopefully this can get commited.

It's in, a few changes were required regarding BUILD_DEPENDS and
regression tests.



Re: UPDATE: www/twiki

2007-06-01 Thread Alexandre Anriot
It's in with a few changes, thank you.



Re: squidguard

2007-06-01 Thread Alexandre Anriot
A few hints/questions...

- regen distinfo ;
- the port has to have a maintainer; you ?
- don't use RUN_DEPENDS=${BUILD_DEPENDS} but
  BUILD_DEPENDS=${RUN_DEPENDS} ;
- -Wall is not needed by default ;
- could it be possible to have LDAP support as a flavor?



Re: NEW: mail/mew

2007-05-31 Thread Alexandre Anriot
It's eventually in with a few changes, thank you.



NEW: databases/jxplorer

2007-05-30 Thread Alexandre Anriot
JXplorer is an open source ldap browser originally developed by Computer
Associates' eTrust Directory development lab.

You can fetch it at:
http://www.atlantilde.com/aanriot/ports/jxplorer.tar.gz

You need a JDK 1.5+ to run it.



FIX: news/slrn

2007-05-23 Thread Alexandre Anriot
- don't use gmake ;
- regen PLIST;

ok?


Index: Makefile
===
RCS file: /cvs/ports/news/slrn/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- Makefile19 Apr 2005 12:53:21 -  1.41
+++ Makefile23 May 2007 16:20:36 -
@@ -4,7 +4,7 @@
 
 VERSION=   0.9.8.1
 DISTNAME=  slrn-${VERSION}
-PKGNAME=   ${DISTNAME}p1
+PKGNAME=   ${DISTNAME}p2
 CATEGORIES=news
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=slrn/}
@@ -26,7 +26,6 @@
 PATCH_DIST_STRIP=-p1
 
 NO_REGRESS=Yes
-USE_GMAKE= Yes
 LIB_DEPENDS=   slang.::devel/libslang
 MODULES=   devel/gettext
 
Index: pkg/PLIST
===
RCS file: /cvs/ports/news/slrn/pkg/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- pkg/PLIST   5 Feb 2005 08:02:55 -   1.13
+++ pkg/PLIST   23 May 2007 16:20:36 -
@@ -31,45 +31,18 @@
 share/doc/slrn/slrnpull/slrn.rc
 share/doc/slrn/slrnpull/slrnpull.conf
 share/doc/slrn/slrnpull/slrnpull.sh
-share/locale/
-share/locale/be/
-share/locale/be/LC_MESSAGES/
 share/locale/be/LC_MESSAGES/slrn.mo
-share/locale/da/
-share/locale/da/LC_MESSAGES/
 share/locale/da/LC_MESSAGES/slrn.mo
-share/locale/de/
-share/locale/de/LC_MESSAGES/
 share/locale/de/LC_MESSAGES/slrn.mo
-share/locale/es/
-share/locale/es/LC_MESSAGES/
 share/locale/es/LC_MESSAGES/slrn.mo
-share/locale/fi/
-share/locale/fi/LC_MESSAGES/
 share/locale/fi/LC_MESSAGES/slrn.mo
-share/locale/fr/
-share/locale/fr/LC_MESSAGES/
 share/locale/fr/LC_MESSAGES/slrn.mo
-share/locale/it/
-share/locale/it/LC_MESSAGES/
 share/locale/it/LC_MESSAGES/slrn.mo
-share/locale/ko/
-share/locale/ko/LC_MESSAGES/
 share/locale/ko/LC_MESSAGES/slrn.mo
-share/locale/nl/
-share/locale/nl/LC_MESSAGES/
 share/locale/nl/LC_MESSAGES/slrn.mo
-share/locale/pl/
-share/locale/pl/LC_MESSAGES/
 share/locale/pl/LC_MESSAGES/slrn.mo
-share/locale/ru/
-share/locale/ru/LC_MESSAGES/
 share/locale/ru/LC_MESSAGES/slrn.mo
-share/locale/sv/
-share/locale/sv/LC_MESSAGES/
 share/locale/sv/LC_MESSAGES/slrn.mo
-share/locale/tr/
-share/locale/tr/LC_MESSAGES/
 share/locale/tr/LC_MESSAGES/slrn.mo
 share/slrn/
 share/slrn/macros/



UPDATE: ports/security/prewikka

2007-05-22 Thread Alexandre Anriot
update to 0.9.11 (0.9.10 was broken and has been fixed upstream).


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/prewikka/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile15 Apr 2007 11:40:48 -  1.10
+++ Makefile21 May 2007 20:46:13 -
@@ -2,20 +2,24 @@
 
 COMMENT=   "Prelude Management Console"
 
-DISTNAME=  prewikka-0.9.9
+DISTNAME=  prewikka-0.9.11
 PKGNAME=   prelude-${DISTNAME}
 
 MODULES=   lang/python
 
 BUILD_DEPENDS= :py-cheetah-*:devel/py-cheetah
 
-RUN_DEPENDS=   :prelude-manager-*:security/prelude/manager \
+RUN_DEPENDS=   :prelude-manager-*:security/prelude/manager \
:py-cheetah-*:devel/py-cheetah
 
 pre-install:
-   @perl -pi -e "s,%%PREFIX%%,${PREFIX},"  \
+   @${INSTALL_DATA} ${FILESDIR}/siteconfig.py  \
${WRKSRC}/prewikka/siteconfig.py
-   @perl -pi -e "s,%%SYSCONFDIR%%,${SYSCONFDIR},"  \
+   @perl -pi -e "s,%%PREFIX%%,${PREFIX},"  \
+   ${WRKSRC}/prewikka/siteconfig.py
+   @perl -pi -e "s,%%SYSCONFDIR%%,${SYSCONFDIR},"  \
+   ${WRKSRC}/prewikka/siteconfig.py
+   @perl -pi -e "s,%%VERSION%%,${DISTNAME:S/prewikka-//}," \
${WRKSRC}/prewikka/siteconfig.py
 
 post-install:
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/prewikka/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo15 Apr 2007 11:40:48 -  1.6
+++ distinfo21 May 2007 20:46:13 -
@@ -1,5 +1,5 @@
-MD5 (prewikka-0.9.9.tar.gz) = xhX6FML4h9qzVxRvSrAp8Q==
-RMD160 (prewikka-0.9.9.tar.gz) = jb54XYdoEk5rKXYwsujKieAbiqE=
-SHA1 (prewikka-0.9.9.tar.gz) = tAq7GrzyfeUKJK+In8q9nwpPEQc=
-SHA256 (prewikka-0.9.9.tar.gz) = VUB4/WHOJufvdMo3V18K/pUpTyGi4KqEz3OsxRMa4+w=
-SIZE (prewikka-0.9.9.tar.gz) = 188355
+MD5 (prewikka-0.9.11.tar.gz) = pqxE6kwFt2VnGAe8N+sucw==
+RMD160 (prewikka-0.9.11.tar.gz) = vTee2nwVu7lvr1vDCbsR71wdrFE=
+SHA1 (prewikka-0.9.11.tar.gz) = kP/9QpEELzGKHMcFsJKqxYMR4Z8=
+SHA256 (prewikka-0.9.11.tar.gz) = awIshMyOn9YksAwO6uHqp27XNeRWO/+H0uaEXE5GcPA=
+SIZE (prewikka-0.9.11.tar.gz) = 228263
Index: files/siteconfig.py
===
RCS file: files/siteconfig.py
diff -N files/siteconfig.py
--- /dev/null   1 Jan 1970 00:00:00 -
+++ files/siteconfig.py 21 May 2007 20:46:13 -
@@ -0,0 +1,5 @@
+htdocs_dir = '%%PREFIX%%/share/prewikka/htdocs'
+database_dir = '%%PREFIX%%/share/prewikka/database'
+locale_dir = '%%PREFIX%%/share/locale/'
+conf_dir = '%%SYSCONFDIR%%/prewikka'
+version = '%%VERSION%%'
Index: patches/patch-prewikka_Database_py
===
RCS file: 
/cvs/ports/security/prelude/prewikka/patches/patch-prewikka_Database_py,v
retrieving revision 1.2
diff -u -r1.2 patch-prewikka_Database_py
--- patches/patch-prewikka_Database_py  6 Oct 2006 08:04:23 -   1.2
+++ patches/patch-prewikka_Database_py  21 May 2007 20:46:13 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-prewikka_Database_py,v 1.2 2006/10/06 08:04:23 aanriot Exp $
 prewikka/Database.py.orig  Mon Feb 20 00:09:41 2006
-+++ prewikka/Database.py   Wed May 31 01:26:07 2006
-@@ -157,7 +157,7 @@ class Database:
- self.query("DELETE FROM Prewikka_User WHERE login = %s" % login)
- self.query("DELETE FROM Prewikka_Permission WHERE login = %s" % login)
- self.query("DELETE FROM Prewikka_Session WHERE login = %s" % login)
--self.query("DELETE FROM Prewikka_Filter_Criterion USING 
Prewikka_Filter, Prewikka_Filter_Criterion "
-+self.query("DELETE FROM Prewikka_Filter_Criterion USING 
Prewikka_Filter "
-"WHERE Prewikka_Filter.login = %s AND Prewikka_Filter.id = 
Prewikka_Filter_Criterion.id" % login)
- self.query("DELETE FROM Prewikka_Filter WHERE login = %s" % login)
- self.transaction_end()
Index: patches/patch-prewikka_siteconfig_py
===
RCS file: 
/cvs/ports/security/prelude/prewikka/patches/patch-prewikka_siteconfig_py,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-prewikka_siteconfig_py
--- patches/patch-prewikka_siteconfig_py26 Jun 2006 18:04:25 -  
1.1.1.1
+++ patches/patch-prewikka_siteconfig_py21 May 2007 20:46:13 -
@@ -1,10 +0,0 @@
-$OpenBSD: patch-prewikka_siteconfig_py,v 1.1.1.1 2006/06/26 18:04:25 aanriot 
Exp $
 prewikka/siteconfig.py.origThu May  4 09:20:17 2006
-+++ prewikka/siteconfig.py Tue May 30 23:57:42 2006
-@@ -1,3 +1,3 @@
--htdocs_dir = 
'/home/yoann/dev/prelude/svk/trunk/prewikka/bin/share/prewikka/htdocs'
--database_dir = 
'/home/yoann/dev/prelude/svk/trunk/prewikka/bin/share/prewikka/database'
--conf_dir = '/home/yoann/dev/prelude/svk/trunk/prewikka/bin/etc/prewikka'
-+

UPDATE: ports/security/libprelude

2007-05-22 Thread Alexandre Anriot
update to 0.9.14 .


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/libprelude/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile15 May 2007 10:56:55 -  1.11
+++ Makefile20 May 2007 11:20:02 -
@@ -2,10 +2,10 @@
 
 COMMENT=   "Prelude framework library"
 
-DISTNAME=  libprelude-0.9.13.2
-PKGNAME=   prelude-${DISTNAME}p0
+DISTNAME=  libprelude-0.9.14
+PKGNAME=   prelude-${DISTNAME}
 
-SHARED_LIBS=   prelude 9.4 # .11.4
+SHARED_LIBS=   prelude 9.5 # .12.0
 
 MODULES=   devel/gettext \
lang/python
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/libprelude/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo15 Apr 2007 11:37:16 -  1.10
+++ distinfo20 May 2007 11:20:02 -
@@ -1,5 +1,5 @@
-MD5 (libprelude-0.9.13.2.tar.gz) = YCjW4weCR4yeCn7VvGjz8A==
-RMD160 (libprelude-0.9.13.2.tar.gz) = HGyNoFGaEDEwq3TdM5+aX4+Kytg=
-SHA1 (libprelude-0.9.13.2.tar.gz) = 3HFLagnuF5TAKz/tPMXoFDoydmU=
-SHA256 (libprelude-0.9.13.2.tar.gz) = 
ORxES5bKvuVOwAQwvjqAM600GgOJtbCW0qCQ8ZL5u9c=
-SIZE (libprelude-0.9.13.2.tar.gz) = 1903098
+MD5 (libprelude-0.9.14.tar.gz) = xmVt9z5t4V/DhU2ssWZRIg==
+RMD160 (libprelude-0.9.14.tar.gz) = 7iTAWVFnB7f6HUs3pAyk9gnI7bU=
+SHA1 (libprelude-0.9.14.tar.gz) = +F5dq9gSbK+bZPLPon9rKEIccXc=
+SHA256 (libprelude-0.9.14.tar.gz) = 
1JlhOzeMzujWbRzkwpoXqbRsTGV38Z+04jtgWsbwiQY=
+SIZE (libprelude-0.9.14.tar.gz) = 1906090
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/security/prelude/libprelude/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   15 Apr 2007 11:37:16 -  1.3
+++ patches/patch-Makefile_in   20 May 2007 11:20:02 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.3 2007/04/15 11:37:16 aanriot Exp $
 Makefile.in.orig   Fri Mar 30 16:17:46 2007
-+++ Makefile.inSat Apr  7 18:45:13 2007
-@@ -446,7 +446,7 @@ oldincludedir = @oldincludedir@
+--- Makefile.in.orig   Tue May 15 22:52:47 2007
 Makefile.inSat May 19 19:25:05 2007
+@@ -455,7 +455,7 @@ oldincludedir = @oldincludedir@
  pdfdir = @pdfdir@
  prefix = @prefix@
  prelude_adduser_libs = @prelude_adduser_libs@
@@ -10,7 +10,7 @@
  prelude_ident_file = @prelude_ident_file@
  prelude_spool_dir = @prelude_spool_dir@
  program_transform_name = @program_transform_name@
-@@ -981,7 +981,6 @@ prelude-config.h: $(top_builddir)/config.h
+@@ -990,7 +990,6 @@ prelude-config.h: $(top_builddir)/config.h
  # Spool directory for report saving is mode 
  
  install-data-local:
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/prelude/libprelude/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST   15 May 2007 10:56:55 -  1.5
+++ pkg/PLIST   20 May 2007 11:20:02 -
@@ -134,3 +134,4 @@
 @sample /var/spool/prelude/
 @extraunexec rm -rf ${SYSCONFDIR}/prelude/*
 @extraunexec rm -rf /var/prelude/*
[EMAIL PROTECTED] rm -rf /var/spool/prelude/*



UPDATE: ports/security/lml

2007-05-22 Thread Alexandre Anriot
update to 0.9.9 .


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/lml/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile30 Dec 2006 16:32:47 -  1.10
+++ Makefile18 May 2007 13:00:54 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "Prelude log analyzer"
 
-DISTNAME=  prelude-lml-0.9.8.1
+DISTNAME=  prelude-lml-0.9.9
 
 WANTLIB=   c pthread z gcrypt gpg-error gnutls
 MODULES=   devel/gettext
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/lml/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo5 Apr 2007 17:26:09 -   1.6
+++ distinfo18 May 2007 13:00:54 -
@@ -1,5 +1,5 @@
-MD5 (prelude-lml-0.9.8.1.tar.gz) = kwRZPVjSqhJodgyTFQq42w==
-RMD160 (prelude-lml-0.9.8.1.tar.gz) = NzDS+B18cwDbuHEugUteSeSLHkQ=
-SHA1 (prelude-lml-0.9.8.1.tar.gz) = AX46G721K/bvyDARrICI8UwL5ao=
-SHA256 (prelude-lml-0.9.8.1.tar.gz) = 
D5Augj3AuMqUSR1pqx+SWqU90iV0Kf8hYHLcPQ4BNA4=
-SIZE (prelude-lml-0.9.8.1.tar.gz) = 554886
+MD5 (prelude-lml-0.9.9.tar.gz) = nU9CQWda689fcEdYW2h1Yw==
+RMD160 (prelude-lml-0.9.9.tar.gz) = kurFgyn3+tUAMEdCevP7hiAXlzc=
+SHA1 (prelude-lml-0.9.9.tar.gz) = iV03ybLkaDUKP5luV+8HF72Nm8A=
+SHA256 (prelude-lml-0.9.9.tar.gz) = 
BolGzHo6ySSBsxM/LCNOzeD+cZvYianOlEVEC9IdTWA=
+SIZE (prelude-lml-0.9.9.tar.gz) = 637171
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/security/prelude/lml/patches/patch-Makefile_in,v
retrieving revision 1.4
diff -u -r1.4 patch-Makefile_in
--- patches/patch-Makefile_in   30 Dec 2006 16:32:47 -  1.4
+++ patches/patch-Makefile_in   18 May 2007 13:00:54 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.4 2006/12/30 16:32:47 aanriot Exp $
 Makefile.in.orig   Wed Dec 20 17:46:23 2006
-+++ Makefile.inMon Dec 25 19:50:07 2006
-@@ -210,7 +210,7 @@ build_alias = @build_alias@
+--- Makefile.in.orig   Wed May  2 11:19:41 2007
 Makefile.inThu May 17 13:16:32 2007
+@@ -364,7 +364,7 @@ build_alias = @build_alias@
  build_cpu = @build_cpu@
  build_os = @build_os@
  build_vendor = @build_vendor@
@@ -10,7 +10,7 @@
  datadir = @datadir@
  datarootdir = @datarootdir@
  defined = @defined@
-@@ -700,7 +700,6 @@ uninstall-info: uninstall-info-recursive
+@@ -854,7 +854,6 @@ uninstall-info: uninstall-info-recursive
  
  
  install-data-local:
Index: patches/patch-configure
===
RCS file: /cvs/ports/security/prelude/lml/patches/patch-configure,v
retrieving revision 1.4
diff -u -r1.4 patch-configure
--- patches/patch-configure 30 Dec 2006 16:32:47 -  1.4
+++ patches/patch-configure 18 May 2007 13:00:54 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.4 2006/12/30 16:32:47 aanriot Exp $
 configure.orig Wed Dec 20 17:46:16 2006
-+++ configure  Mon Dec 25 19:50:07 2006
-@@ -31053,7 +31053,7 @@ _ACEOF
+--- configure.orig Wed May  2 11:19:35 2007
 configure  Thu May 17 13:16:33 2007
+@@ -32322,7 +32322,7 @@ _ACEOF
  configdir=$sysconfdir/prelude-lml
  prelude_lml_conf=$configdir/prelude-lml.conf
  regex_conf=$configdir/plugins.rules
Index: patches/patch-plugins_pcre_ruleset_Makefile_in
===
RCS file: 
/cvs/ports/security/prelude/lml/patches/patch-plugins_pcre_ruleset_Makefile_in,v
retrieving revision 1.4
diff -u -r1.4 patch-plugins_pcre_ruleset_Makefile_in
--- patches/patch-plugins_pcre_ruleset_Makefile_in  30 Dec 2006 16:32:47 
-  1.4
+++ patches/patch-plugins_pcre_ruleset_Makefile_in  18 May 2007 13:00:54 
-
@@ -1,7 +1,7 @@
 $OpenBSD: patch-plugins_pcre_ruleset_Makefile_in,v 1.4 2006/12/30 16:32:47 
aanriot Exp $
 plugins/pcre/ruleset/Makefile.in.orig  Wed Dec 20 17:46:21 2006
-+++ plugins/pcre/ruleset/Makefile.in   Mon Dec 25 19:50:07 2006
-@@ -204,7 +204,7 @@ build_alias = @build_alias@
+--- plugins/pcre/ruleset/Makefile.in.orig  Wed May  2 11:19:40 2007
 plugins/pcre/ruleset/Makefile.in   Thu May 17 13:16:34 2007
+@@ -358,7 +358,7 @@ build_alias = @build_alias@
  build_cpu = @build_cpu@
  build_os = @build_os@
  build_vendor = @build_vendor@
Index: patches/patch-prelude-lml_conf_in
===
RCS file: /cvs/ports/security/prelude/lml/patches/patch-prelude-lml_conf_in,v
retrieving revision 1.4
diff -u -r1.4 patch-prelude-lml_conf_in
--- patches/patch-prelude-lml_conf_in   30 Dec 2006 16:32:47 -  1.4
+++ patches/patch-prelude-lml_conf_in   18 May 2007 13:00:54 -
@@ -1,9 +1,9 @@
-$OpenBSD: patch-prelude-lml_conf_in,v 1.4 2006/12/30 16:32:47 aanriot Exp $
 prelude-lml.conf.in.orig   Fri Dec 15 10:48:35 2006
-+++ prelude-lml.conf.inMon Dec 25 20:17:04 2006
-@@ -43,21 +43,43 @@ include = @LIBPRELUDE_CONFIG_PREFIX@/def
- 

UPDATE: ports/security/manager

2007-05-22 Thread Alexandre Anriot
update to 0.9.8 .


Index: Makefile
===
RCS file: /cvs/ports/security/prelude/manager/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile15 May 2007 10:56:55 -  1.12
+++ Makefile18 May 2007 13:00:22 -
@@ -2,8 +2,7 @@
 
 COMMENT=   "Prelude manager"
 
-DISTNAME=  prelude-manager-0.9.7.2
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  prelude-manager-0.9.8
 
 WANTLIB=   c gcrypt gnutls gpg-error m prelude preludedb pthread z
 MODULES=   devel/gettext
Index: distinfo
===
RCS file: /cvs/ports/security/prelude/manager/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo15 Apr 2007 11:39:28 -  1.7
+++ distinfo18 May 2007 13:00:22 -
@@ -1,5 +1,5 @@
-MD5 (prelude-manager-0.9.7.2.tar.gz) = fzK2+xdtn5HZjzQZKOCALg==
-RMD160 (prelude-manager-0.9.7.2.tar.gz) = XeGuFB1NIi41ufPEtX/wOLwy6Ck=
-SHA1 (prelude-manager-0.9.7.2.tar.gz) = 2iyAeoqwEMHGTtGqn9bL0sKJR9A=
-SHA256 (prelude-manager-0.9.7.2.tar.gz) = 
7tmQO+tWmzarRugejMUevc96BTIrr6RW7nbajw7zaec=
-SIZE (prelude-manager-0.9.7.2.tar.gz) = 596874
+MD5 (prelude-manager-0.9.8.tar.gz) = vnPuRqcnkgDFufzEovm3rQ==
+RMD160 (prelude-manager-0.9.8.tar.gz) = mvd8Zm11UJ5Ke71K7SwQXl86Y+s=
+SHA1 (prelude-manager-0.9.8.tar.gz) = uA/iJ0rbJIExU3uhMbrhApdvK5M=
+SHA256 (prelude-manager-0.9.8.tar.gz) = 
xaQbqY/wXUx18jfn6MAe+4wIY2KwcTc21NNFGhwCPxU=
+SIZE (prelude-manager-0.9.8.tar.gz) = 617261
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/prelude/manager/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- pkg/PLIST   15 May 2007 10:56:55 -  1.6
+++ pkg/PLIST   18 May 2007 13:00:22 -
@@ -10,6 +10,9 @@
 lib/prelude-manager/filters/
 lib/prelude-manager/filters/idmef-criteria.a
 lib/prelude-manager/filters/idmef-criteria.la
+lib/prelude-manager/filters/thresholding.a
+lib/prelude-manager/filters/thresholding.la
+lib/prelude-manager/filters/thresholding.so
 lib/prelude-manager/reports/
 lib/prelude-manager/reports/db.a
 lib/prelude-manager/reports/db.la



Re: resubmit www/sarg

2007-05-16 Thread Alexandre Anriot
It's in, thanks.



Re: update: net/nepenthes

2007-04-08 Thread Alexandre Anriot
> prelude-libprelude-0.9.13.2
> prelude-libpreludedb-0.9.12
> prelude-libpreludedb-pgsql-0.9.12
> prelude-manager-0.9.7.2
> prelude-prewikka-0.9.9

If you are using prelude, you can test updates located at:
http://www.atlantilde.com/~aanriot/ports/

It will be commited with the nepenthes changes in the next few days.



Re: avrdude

2007-01-30 Thread Alexandre Anriot
On Mon, Jan 29, 2007 at 05:59:34PM -0600, Sean Cody wrote:
> I just found out avrdude (http://www.bsdhome.com/avrdude/)  does not  
> have a port in the tree but avr-gcc does and I'm in need of both to  
> play with my new toy (an avr butterfly).
> Therefore I wouldn't mind cutting my teeth by porting it.
> 
> As per the porting guide is anyone currently porting it?

Some people were interested, but I'm not aware of any porting effort
actually.



Re: UPDATE: net/pdnsd

2006-10-31 Thread Alexandre Anriot
On Mon, Oct 30, 2006 at 08:48:43PM +0100, Simon Lundström wrote:
> First time ever I update an port so be gentle with me. Got some help/ 
> hints (cvs diff) from iodine:[EMAIL PROTECTED], thanks.
> 
> It compiled and works for me on 3.9/i386 and I'm using it now in  
> "production" since three days, no problems yet.

It's in with some additions, thanks.



Re: NEW: databases/pgadmin

2006-10-18 Thread Alexandre Anriot
On Tue, Oct 17, 2006 at 02:11:37PM +0200, Marc Balmer wrote:
> * Alexandre Anriot wrote:
> > Here is a port of pgadmin III, an administration and development
> > platform for PostgreSQL (administration commands, SQL, etc.)
> > 
> > http://www.atlantilde.com/~aanriot/ports/pgadmin.tar.gz
> > 
> > This port was started at c2k6 but has needed up-to-date wxWidgets stuff
> > to work (UTF-8 support), and has been tested on i386 and macppc.
> 
> Why don't you use pgadmin3 as the PKGNAME?  And, you have long lines in
> the Makefile (LIB_DEPENDS)
> 
> other than that:  tesing it now.  btw, bernd has a similar port, maybe
> you should merge them?

For the record, we have discussed by mail and pgadmin3 is in now.



NEW: databases/pgadmin

2006-10-17 Thread Alexandre Anriot
Here is a port of pgadmin III, an administration and development
platform for PostgreSQL (administration commands, SQL, etc.)

http://www.atlantilde.com/~aanriot/ports/pgadmin.tar.gz

This port was started at c2k6 but has needed up-to-date wxWidgets stuff
to work (UTF-8 support), and has been tested on i386 and macppc.



Re: UPDATE: net/snort

2006-10-10 Thread Alexandre Anriot
On Thu, Sep 21, 2006 at 12:19:15PM +0300, nikns wrote:
> Index: snort/Makefile
> ===
> RCS file: /cvs/ports/net/snort/Makefile,v
> retrieving revision 1.47
> diff -u -r1.47 Makefile
> --- snort/Makefile3 Aug 2006 23:15:58 -   1.47
> +++ snort/Makefile20 Sep 2006 13:18:07 -
> @@ -2,22 +2,28 @@
>  
>  COMMENT= "highly flexible sniffer/NIDS"
>  
> -DISTNAME=snort-2.4.5
> -PKGNAME= ${DISTNAME}p0
> +DISTNAME=snort-2.6.0.2

Commited with a few changes, thanks.




Re: installing port of isc-dhcp-server-3.0.3 fails on -current

2006-10-06 Thread Alexandre Anriot
On Fri, Oct 06, 2006 at 06:04:42PM +0200, Pete Vickers wrote:
> Hi,
> 
> any idea how to fix this ?

update your tree, this issue was not related to isc-dhcp and has been
fixed a few days ago.

> 
> thanks
> 
> /Pete
> 
> 
> 
> [EMAIL PROTECTED] /usr/ports/net/isc-dhcp>uname -a
> OpenBSD balder. 4.0 GENERIC#1134 i386
> 
> [EMAIL PROTECTED] /usr/ports/net/isc-dhcp>make
> ===>  Verifying specs:  c
> ===>  found c.39.3
> ===>  Checking files for isc-dhcp-server-3.0.3
> >> dhcp-3.0.3.tar.gz doesn't seem to exist on this system.
> >> Fetch ftp://ftp.isc.org/isc/dhcp/dhcp-3.0.3.tar.gz.
> Trying 2001:4f8:0:2::18...
> ftp: connect to address 2001:4f8:0:2::18: No route to host
> Trying 204.152.184.110...
> Failed to open file.
> >> Fetch ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-3.0.3.tar.gz.
> Trying 2001:4f8:0:2::18...
> ftp: connect to address 2001:4f8:0:2::18: No route to host
> Trying 204.152.184.110...
> 100% | 
>  
> ***|   849 KB00:24
> >> Size matches for /usr/ports/distfiles/dhcp-3.0.3.tar.gz
> >> Checksum OK for dhcp-3.0.3.tar.gz. (sha1)
> ===>  Extracting for isc-dhcp-server-3.0.3
> ===>  Patching for isc-dhcp-server-3.0.3
> ===>  Configuring for isc-dhcp-server-3.0.3
> System Type: openbsd
> Making links in common
> Making links in minires
> Making links in dst
> Making links in omapip
> Making links in server
> Making links in client
> Making links in relay
> Making links in dhcpctl
> ===>  Building for isc-dhcp-server-3.0.3
> Making all in common
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c raw.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c parse.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c nit.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c icmp.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c dispatch.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c conflex.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c upf.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c bpf.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c socket.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c lpf.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c dlpi.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c packet.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c tr.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c ethernet.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c memory.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c print.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c options.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c inet.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c tree.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3/ 
> includes-c tables.c
> cc -g  -I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.3  - 
> I/usr/ports/net/isc-dhcp/w-isc-dhcp-server-3.0.3/dhcp-3.0.

Re: Question about courier-imap and maildrop

2006-09-27 Thread Alexandre Anriot
> >While the facts you state are correct, the suggestion that the
> >Courier-IMAP in tree is vulnerable is not. The vulnerabilities you state
> >are either fixed in 3.0.5 or not relevant; see the Changelog at
> >http:/www.courier-mta.org/imap.
> 
> Indeed, I took a closer look at those vulnerabilities and they mention
> the affected version being 3.0.2 and older. Though in the changelog
> there are a few things that sound like bugfixes, or at least "let's
> make it work better", that probably make it worth considering bumping
> it to 3.0.8. But then again, possibly not ;)

Alek, you got an update to 4.1.1 before 4.0 right?



Re: GTK-DOC 1.7

2006-09-22 Thread Alexandre Anriot
On Thu, Sep 21, 2006 at 09:01:36PM -0500, Sam Fourman Jr. wrote:
> I am trying to build gtk-doc1.7 from source I get the following error
> 
> how do I make configure find DocBook XSL Stylesheets in XML catalog
> 
> I have the 1.68.1 version installed from ports, but it still can't find it

Why don't you use the port, textproc/gtk-doc?

This one has been updated to 1.7 by the way.



Re: TK doesn't install from ports

2006-08-29 Thread Alexandre Anriot
On Wed, Aug 30, 2006 at 10:23:44AM +0800, Uwe Dippel wrote:
> Alexandre Anriot wrote:
> 
> >I don't know if you are still running 3.8, but ovh.dl.sourceforge.net
> >has been removed from network.conf.template more than six months ago.
> 
> Yes, I'm on 3.8.
> And I do regular ports updates (CVS).
> Would it be feasible to source some network.conf.recent (located under 
> /usr/ports/CVS) at the end of 
> /usr/ports/infrastructure/templates/network.conf.template
> (or just overwrite the latter) at a ports update ?

May be you should start removing only this mirror.



Re: TK doesn't install from ports

2006-08-29 Thread Alexandre Anriot
On Tue, Aug 29, 2006 at 05:20:01PM +0800, Uwe Dippel wrote:
> make REFETCH=true
> ===>  Checking files for tk-8.4.7
> >> tk8.4.7-src.tar.gz doesn't seem to exist on this system.
> >> Attempting to fetch /usr/ports/distfiles/tk8.4.7-src.tar.gz from 
> >> http://ovh.dl.sourceforge.net/sourceforge/tcl/.
> >> Size does not match for /usr/ports/distfiles/tk8.4.7-src.tar.gz
> /bin/sh: test: 3: unexpected operator/operand
> *** Error code 2

I don't know if you are still running 3.8, but ovh.dl.sourceforge.net
has been removed from network.conf.template more than six months ago.

> 
> Stop in /usr/ports/x11/tk/8.4 (line 1990 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).
> *** Error code 1
> 
> Stop in /usr/ports/x11/tk/8.4 (line 1444 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).
> *** Error code 1
> 
> Stop in /usr/ports/x11/tk/8.4 (line 1633 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).
> 
> 
> I checked, it comes as 'failed mirror' and it is true; the directory
> doesn't exist there.
> 
> Uwe
> 
> 



Re: NEW: security/prelude

2006-06-06 Thread Alexandre Anriot

> http://www.atlantilde.com/~aanriot/ports/prelude.tgz
> 
> 
> Please test / send me feedback, it should work out-of-the-box. Working
> with PostgreSQL is advised (default flavor of libpreludedb), as the
> prewikka port is not working with other SGBDs yet.

As msf@ spotted, I totally forgot to put back lang/python module for
libprelude after the tests related to python 2.4 switch; the tarball has
been updated.



NEW: security/prelude

2006-06-06 Thread Alexandre Anriot

Here is a port of Prelude IDS wich contains:

- libprelude: the main framework library
- libpreludedb: the database-access library
- prelude-manager: the manager
- prelude-lml: the host Prelude sensor
- prelude-pflogger: the Prelude sensor for pf
- prewikka: the graphical web-based frontend

http://www.atlantilde.com/~aanriot/ports/prelude.tgz


Please test / send me feedback, it should work out-of-the-box. Working
with PostgreSQL is advised (default flavor of libpreludedb), as the
prewikka port is not working with other SGBDs yet.



Re: mysql update error

2006-05-11 Thread Alexandre Anriot
> I'm trying to upgrade my MySQL install and I'm getting this error:
> 
> bash-3.1# env SUBPACKAGE="-server" make update
> ===> Updating for mysql-server-5.0.21
> Upgrading from mysql-server-5.0.19
> New package mysql-server-5.0.21 contains potentially unsafe operations
> +INSTALL script
> Can't safely update to mysql-server-5.0.21 (use -F update to force it)
> /usr/sbin/pkg_add:
> /usr/ports/packages/i386/all/mysql-server-5.0.21.tgz:Fatal error
> *** Error code 1
> 
> Stop in /usr/ports/databases/mysql (line 2045 of
> /usr/ports/infrastructure/mk/bsd.port.mk).

Use "make package" instead, and

"pkg_add -F update mysql-server-5.0.21"

then, as suggested by the error message.



Re: UPDATE: security/swatch

2006-05-03 Thread Alexandre Anriot
> Quoting Alexandre Anriot ([EMAIL PROTECTED]):
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/security/swatch/Makefile,v
> > retrieving revision 1.20
> > diff -u -u -r1.20 Makefile
> > --- Makefile2 May 2006 21:28:26 -   1.20
> > +++ Makefile3 May 2006 07:36:59 -
> > @@ -2,8 +2,7 @@
> >  
> >  COMMENT=   "simple WATCHdog log filtering program"
> 
> I wonder if the comment could be changed to not mention watchdog, since
> people might confuse it with something related to watchdog(4).  What
> about something like this?
> 
>   simple log monitoring program

Yes, why not, and quickly displaying the matched patterns on the console
is probably not the main feature afterall, I will change this if no
objections.



Re: UPDATE: security/swatch

2006-05-03 Thread Alexandre Anriot
> 
> update to 3.1.1, new modules and a few reliability fixes against 3.1 .
> Comments, ok?

I forgot the new depend, this diff is better.


Index: Makefile
===
RCS file: /cvs/ports/security/swatch/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile2 May 2006 21:28:26 -   1.20
+++ Makefile3 May 2006 07:36:59 -
@@ -2,8 +2,7 @@
 
 COMMENT=   "simple WATCHdog log filtering program"
 
-DISTNAME=  swatch-3.0.8
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  swatch-3.1.1
 CATEGORIES=security sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=swatch/} \
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
@@ -14,7 +13,8 @@
 
 RUN_DEPENDS=   :p5-Date-Calc-*:devel/p5-Date-Calc \
:p5-File-Tail-*:devel/p5-File-Tail \
-   :p5-Time-TimeDate-*:devel/p5-Time-TimeDate
+   :p5-Time-TimeDate-*:devel/p5-Time-TimeDate \
+   :p5-DateManip-*:converters/p5-DateManip
 BUILD_DEPENDS= ${RUN_DEPENDS}
 
 # GPL
Index: distinfo
===
RCS file: /cvs/ports/security/swatch/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo5 Jan 2005 17:26:48 -   1.3
+++ distinfo3 May 2006 07:36:59 -
@@ -1,4 +1,4 @@
-MD5 (swatch-3.0.8.tar.gz) = ccf80a0bd3a1f533ecced47a745c2268
-RMD160 (swatch-3.0.8.tar.gz) = f3aace8b9d3abacd1a8a70794362923d9dada07a
-SHA1 (swatch-3.0.8.tar.gz) = 07a076d7d9775d43303f818635f20ffbf67a74f3
-SIZE (swatch-3.0.8.tar.gz) = 25139
+MD5 (swatch-3.1.1.tar.gz) = fe38cc8d073e692a7426693837c3749d
+RMD160 (swatch-3.1.1.tar.gz) = 9a65522006607bcd569dcebfeb46027fddff4c60
+SHA1 (swatch-3.1.1.tar.gz) = c8e4ccaf74bc63119662d685866b1ea2d2b8cea3
+SIZE (swatch-3.1.1.tar.gz) = 29568
Index: patches/patch-swatch
===
RCS file: /cvs/ports/security/swatch/patches/patch-swatch,v
retrieving revision 1.3
diff -u -u -r1.3 patch-swatch
--- patches/patch-swatch2 May 2006 21:28:26 -   1.3
+++ patches/patch-swatch3 May 2006 07:36:59 -
@@ -1,35 +1,10 @@
 swatch.origFri Apr  4 00:33:05 2003
-+++ swatch Tue May  2 23:00:12 2006
-@@ -372,7 +372,7 @@ sub parse_command_line {
-   die "$USAGE" if not GetOptions(
-"config-file|c=s" => \$opt_config_file,
-"daemon" => \$opt_daemon,
--   "debug-level=i" => $opt_debug_level,
-+   "debug-level=i" => \$opt_debug_level,
-"dump-script:s" => \$opt_dump_script,
-"examine|f=s" => \$opt_examine,
-"help|h" => \$opt_help,
-@@ -411,7 +411,7 @@ sub parse_command_line {
+$OpenBSD$
+--- swatch.origWed May  3 06:39:14 2006
 swatch Wed May  3 06:39:22 2006
+@@ -482,7 +482,7 @@ sub parse_command_line {
  sub dprint {
  my $msg_lev = shift;
  my $msg = shift;
 -print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev & $opt_debug_level);
 +print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev && $opt_debug_level);
  }
- 
- ### dprint end ###
-@@ -804,14 +804,11 @@ sub ring_bell {
- 'RINGS' => 1,
- @_
-);
--  my $sun_terminal = (`uname -s` eq 'SunOS\n');
--  
-   return if exists($args{'WHEN'}) and not inside_time_window($args{'WHEN'});
-   
-   my $bells = $args{'RINGS'};
-   for ( ; $bells > 0 ; $bells-- ) {
- print $BELL;
--sleep 1 if $sun_terminal; # SunOS needed this. Not sure about Solaris 
though
-   }
- }
- 
Index: pkg/DESCR
===
RCS file: /cvs/ports/security/swatch/pkg/DESCR,v
retrieving revision 1.3
diff -u -u -r1.3 DESCR
--- pkg/DESCR   8 Dec 2003 04:05:28 -   1.3
+++ pkg/DESCR   3 May 2006 07:36:59 -
@@ -1,6 +1,3 @@
-Swatch was originally written to actively monitor messages as they
-are written to a log file via the UNIX syslog utility. For a simple
-demonstration type "swatch --examine=FILENAME" with FILENAME
-being the file that you would like to see the contents of.  All
-this example will do is demonstrate the different text modes that
-are available with to the echo action.
+Swatch started out as the "simple watchdog" for activly monitoring log
+files produced by UNIX's syslog facility. It has since been evolving
+into a utility that can monitor just about any type of log.
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/swatch/pkg/PLIST,v
retrieving revision 1.5
diff -u -u -r1.5 PLIST
--- pkg/PLIST   15 Sep 2004 18:36:03 -  1.5
+++ pkg/PLIST   3 May 2006 07:36:59 -
@@ -1,5 +1,12 @@
 @comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:36:03 espie Exp $
 bin/swatch
-bin/swatch_oldrc2newrc
+${P5SITE}/Swatch/
+

UPDATE: security/swatch

2006-05-03 Thread Alexandre Anriot

update to 3.1.1, new modules and a few reliability fixes against 3.1 .
Comments, ok?


Index: Makefile
===
RCS file: /cvs/ports/security/swatch/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile2 May 2006 21:28:26 -   1.20
+++ Makefile3 May 2006 06:48:49 -
@@ -2,8 +2,7 @@
 
 COMMENT=   "simple WATCHdog log filtering program"
 
-DISTNAME=  swatch-3.0.8
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  swatch-3.1.1
 CATEGORIES=security sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=swatch/} \
ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/
Index: distinfo
===
RCS file: /cvs/ports/security/swatch/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo5 Jan 2005 17:26:48 -   1.3
+++ distinfo3 May 2006 06:48:49 -
@@ -1,4 +1,4 @@
-MD5 (swatch-3.0.8.tar.gz) = ccf80a0bd3a1f533ecced47a745c2268
-RMD160 (swatch-3.0.8.tar.gz) = f3aace8b9d3abacd1a8a70794362923d9dada07a
-SHA1 (swatch-3.0.8.tar.gz) = 07a076d7d9775d43303f818635f20ffbf67a74f3
-SIZE (swatch-3.0.8.tar.gz) = 25139
+MD5 (swatch-3.1.1.tar.gz) = fe38cc8d073e692a7426693837c3749d
+RMD160 (swatch-3.1.1.tar.gz) = 9a65522006607bcd569dcebfeb46027fddff4c60
+SHA1 (swatch-3.1.1.tar.gz) = c8e4ccaf74bc63119662d685866b1ea2d2b8cea3
+SIZE (swatch-3.1.1.tar.gz) = 29568
Index: patches/patch-swatch
===
RCS file: /cvs/ports/security/swatch/patches/patch-swatch,v
retrieving revision 1.3
diff -u -u -r1.3 patch-swatch
--- patches/patch-swatch2 May 2006 21:28:26 -   1.3
+++ patches/patch-swatch3 May 2006 06:48:49 -
@@ -1,35 +1,10 @@
 swatch.origFri Apr  4 00:33:05 2003
-+++ swatch Tue May  2 23:00:12 2006
-@@ -372,7 +372,7 @@ sub parse_command_line {
-   die "$USAGE" if not GetOptions(
-"config-file|c=s" => \$opt_config_file,
-"daemon" => \$opt_daemon,
--   "debug-level=i" => $opt_debug_level,
-+   "debug-level=i" => \$opt_debug_level,
-"dump-script:s" => \$opt_dump_script,
-"examine|f=s" => \$opt_examine,
-"help|h" => \$opt_help,
-@@ -411,7 +411,7 @@ sub parse_command_line {
+$OpenBSD$
+--- swatch.origWed May  3 06:39:14 2006
 swatch Wed May  3 06:39:22 2006
+@@ -482,7 +482,7 @@ sub parse_command_line {
  sub dprint {
  my $msg_lev = shift;
  my $msg = shift;
 -print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev & $opt_debug_level);
 +print STDERR "DEBUG($msg_lev): $msg\n" if ($msg_lev && $opt_debug_level);
  }
- 
- ### dprint end ###
-@@ -804,14 +804,11 @@ sub ring_bell {
- 'RINGS' => 1,
- @_
-);
--  my $sun_terminal = (`uname -s` eq 'SunOS\n');
--  
-   return if exists($args{'WHEN'}) and not inside_time_window($args{'WHEN'});
-   
-   my $bells = $args{'RINGS'};
-   for ( ; $bells > 0 ; $bells-- ) {
- print $BELL;
--sleep 1 if $sun_terminal; # SunOS needed this. Not sure about Solaris 
though
-   }
- }
- 
Index: pkg/DESCR
===
RCS file: /cvs/ports/security/swatch/pkg/DESCR,v
retrieving revision 1.3
diff -u -u -r1.3 DESCR
--- pkg/DESCR   8 Dec 2003 04:05:28 -   1.3
+++ pkg/DESCR   3 May 2006 06:48:49 -
@@ -1,6 +1,3 @@
-Swatch was originally written to actively monitor messages as they
-are written to a log file via the UNIX syslog utility. For a simple
-demonstration type "swatch --examine=FILENAME" with FILENAME
-being the file that you would like to see the contents of.  All
-this example will do is demonstrate the different text modes that
-are available with to the echo action.
+Swatch started out as the "simple watchdog" for activly monitoring log
+files produced by UNIX's syslog facility. It has since been evolving
+into a utility that can monitor just about any type of log.
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/swatch/pkg/PLIST,v
retrieving revision 1.5
diff -u -u -r1.5 PLIST
--- pkg/PLIST   15 Sep 2004 18:36:03 -  1.5
+++ pkg/PLIST   3 May 2006 06:48:49 -
@@ -1,5 +1,12 @@
 @comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:36:03 espie Exp $
 bin/swatch
-bin/swatch_oldrc2newrc
+${P5SITE}/Swatch/
+${P5SITE}/Swatch/Actions.pm
+${P5SITE}/Swatch/Throttle.pm
+${P5SITE}/auto/
+${P5SITE}/auto/Swatch/
+${P5SITE}/auto/Swatch/Actions/
+${P5SITE}/auto/Swatch/Actions/autosplit.ix
 @man man/man1/swatch.1
[EMAIL PROTECTED] man/man1/swatch_oldrc2newrc.1
[EMAIL PROTECTED] man/man3p/Swatch::Actions.3p
[EMAIL PROTECTED] man/man3p/Swatch::Throttle.3p



Re: Update: security/p0f

2006-04-30 Thread Alexandre Anriot
> Here's an update for p0f 2.0.6, works fine for me on i386, amd64, macppc and
> sparc64.
> 
> http://openbsd-pt.com/ports/p0f-2.0.6.diff
> 
> Please test and comment.
> Rui Reis

A few comments, I guess there's no point to use ${V} only once. While
patching mk/OpenBSD, you could disable strip'ing by default (moreover,
it attempts to strip a binary and a shell script).

Otherwise, it seems to work ok here.



Re: new: pciutils 2.2.1

2006-03-22 Thread Alexandre Anriot
> Jasper Lievisse Adriaanse wrote:
> > On Tue, 21 Mar 2006 23:26:05 +0100
> > Matthieu Herrb <[EMAIL PROTECTED]> wrote:
> > 
> >> Hi,
> >>
> >> I recently had to produce 'lspci -v' output for a machine running 
> >> OpenBSD for some vendor. So I ported pciutils... Here's the result.
> >> It has some problems on macppc and sparc64 because of limitations in our 
> >> /dev/pci implementation. I hope to be able to fix that in the future.

Works just fine on macppc and i386 here.

% sudo lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 
03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 
03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI 
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge 
(rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 
01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus 
Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 
Modem Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW 
[Radeon Mobility 7500]
02:00.0 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller 
(rev 01)
02:00.1 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller 
(rev 01)
02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet 
Controller (Mobile) (rev 03)
02:02.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC 
(rev 01)



Re: security update: gnupg

2006-02-20 Thread Alexandre Anriot
> see: http://www.securityfocus.com/archive/1/425289
> 
> please test this today! reports from archs other than i386/amd64/sparc64
> appreciated.

Works ok on macppc.

> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/security/gnupg/Makefile,v
> retrieving revision 1.54
> diff -u -r1.54 Makefile
> --- Makefile  2006/02/06 21:57:56 1.54
> +++ Makefile  2006/02/20 08:20:41
> @@ -2,8 +2,7 @@
>  
>  COMMENT= "GNU privacy guard - a free PGP replacement"
>  
> -DISTNAME=gnupg-1.4.1
> -PKGNAME= ${DISTNAME}p2
> +DISTNAME=gnupg-1.4.2.1
>  CATEGORIES=  security
>  
>  MASTER_SITES=ftp://ftp.gnupg.org/gcrypt/gnupg/ \
> Index: distinfo
> ===
> RCS file: /cvs/ports/security/gnupg/distinfo,v
> retrieving revision 1.9
> diff -u -r1.9 distinfo
> --- distinfo  2005/03/27 15:16:07 1.9
> +++ distinfo  2006/02/20 08:20:41
> @@ -1,8 +1,8 @@
> -MD5 (gnupg-1.4.1.tar.gz) = 1cc77c6943baaa711222e954bbd785e5
> +MD5 (gnupg-1.4.2.1.tar.gz) = 218db161614c4aadd704e24ec0bf0882
>  MD5 (idea.c.gz) = 9dc3bc086824a8c7a331f35e09a3e57f
> -RMD160 (gnupg-1.4.1.tar.gz) = 0e378a3a39131db5b6701f5f0444cdc493056e6f
> +RMD160 (gnupg-1.4.2.1.tar.gz) = 130381061d423762985bc88bc4935700842dfb28
>  RMD160 (idea.c.gz) = e35be5a031d10d52341ac5f029d28f811edd908d
> -SHA1 (gnupg-1.4.1.tar.gz) = f8e982d5e811341a854ca9c15feda7d5aba6e09a
> +SHA1 (gnupg-1.4.2.1.tar.gz) = cefc74560f21bde74eed298d86460612cd7e12ee
>  SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84
> -SIZE (gnupg-1.4.1.tar.gz) = 4059170
> +SIZE (gnupg-1.4.2.1.tar.gz) = 4219980
>  SIZE (idea.c.gz) = 5216
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/security/gnupg/pkg/PLIST,v
> retrieving revision 1.17
> diff -u -r1.17 PLIST
> --- pkg/PLIST 2005/03/27 15:16:07 1.17
> +++ pkg/PLIST 2006/02/20 08:20:41
> @@ -26,88 +26,31 @@
>  share/doc/gnupg/faq.html
>  share/gnupg/
>  share/gnupg/options.skel
> -share/locale/
> -share/locale/be/
> -share/locale/be/LC_MESSAGES/
>  share/locale/be/LC_MESSAGES/gnupg.mo
> -share/locale/ca/
> -share/locale/ca/LC_MESSAGES/
>  share/locale/ca/LC_MESSAGES/gnupg.mo
> -share/locale/cs/
> -share/locale/cs/LC_MESSAGES/
>  share/locale/cs/LC_MESSAGES/gnupg.mo
> -share/locale/da/
> -share/locale/da/LC_MESSAGES/
>  share/locale/da/LC_MESSAGES/gnupg.mo
> -share/locale/de/
> -share/locale/de/LC_MESSAGES/
>  share/locale/de/LC_MESSAGES/gnupg.mo
> -share/locale/el/
> -share/locale/el/LC_MESSAGES/
>  share/locale/el/LC_MESSAGES/gnupg.mo
> -share/locale/[EMAIL PROTECTED]/
> -share/locale/[EMAIL PROTECTED]/LC_MESSAGES/
>  share/locale/[EMAIL PROTECTED]/LC_MESSAGES/gnupg.mo
> -share/locale/[EMAIL PROTECTED]/
> -share/locale/[EMAIL PROTECTED]/LC_MESSAGES/
>  share/locale/[EMAIL PROTECTED]/LC_MESSAGES/gnupg.mo
> -share/locale/eo/
> -share/locale/eo/LC_MESSAGES/
>  share/locale/eo/LC_MESSAGES/gnupg.mo
> -share/locale/es/
> -share/locale/es/LC_MESSAGES/
>  share/locale/es/LC_MESSAGES/gnupg.mo
> -share/locale/et/
> -share/locale/et/LC_MESSAGES/
>  share/locale/et/LC_MESSAGES/gnupg.mo
> -share/locale/fi/
> -share/locale/fi/LC_MESSAGES/
>  share/locale/fi/LC_MESSAGES/gnupg.mo
> -share/locale/fr/
> -share/locale/fr/LC_MESSAGES/
>  share/locale/fr/LC_MESSAGES/gnupg.mo
> -share/locale/gl/
> -share/locale/gl/LC_MESSAGES/
>  share/locale/gl/LC_MESSAGES/gnupg.mo
> -share/locale/hu/
> -share/locale/hu/LC_MESSAGES/
>  share/locale/hu/LC_MESSAGES/gnupg.mo
> -share/locale/id/
> -share/locale/id/LC_MESSAGES/
>  share/locale/id/LC_MESSAGES/gnupg.mo
> -share/locale/it/
> -share/locale/it/LC_MESSAGES/
>  share/locale/it/LC_MESSAGES/gnupg.mo
> -share/locale/ja/
> -share/locale/ja/LC_MESSAGES/
>  share/locale/ja/LC_MESSAGES/gnupg.mo
> -share/locale/pl/
> -share/locale/pl/LC_MESSAGES/
>  share/locale/pl/LC_MESSAGES/gnupg.mo
> -share/locale/pt/
> -share/locale/pt/LC_MESSAGES/
>  share/locale/pt/LC_MESSAGES/gnupg.mo
> -share/locale/pt_BR/
> -share/locale/pt_BR/LC_MESSAGES/
>  share/locale/pt_BR/LC_MESSAGES/gnupg.mo
> -share/locale/ro/
> -share/locale/ro/LC_MESSAGES/
>  share/locale/ro/LC_MESSAGES/gnupg.mo
> -share/locale/ru/
> -share/locale/ru/LC_MESSAGES/
>  share/locale/ru/LC_MESSAGES/gnupg.mo
> -share/locale/sk/
> -share/locale/sk/LC_MESSAGES/
>  share/locale/sk/LC_MESSAGES/gnupg.mo
> -share/locale/sv/
> -share/locale/sv/LC_MESSAGES/
>  share/locale/sv/LC_MESSAGES/gnupg.mo
> -share/locale/tr/
> -share/locale/tr/LC_MESSAGES/
>  share/locale/tr/LC_MESSAGES/gnupg.mo
> -share/locale/zh_CN/
> -share/locale/zh_CN/LC_MESSAGES/
>  share/locale/zh_CN/LC_MESSAGES/gnupg.mo
> -share/locale/zh_TW/
> -share/locale/zh_TW/LC_MESSAGES/
>  share/locale/zh_TW/LC_MESSAGES/gnupg.mo
> 
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
> 



Re: update: security/john

2005-12-18 Thread Alexandre Anriot
> On Sun, Dec 18, 2005 at 01:18:46AM +0100, Alexandre Anriot wrote:
> > 
> > Comments inline.
> 
> fresh diff addressing comments:

Sorry for my comments on this update, I'm wrong, as Nikolay told me.

> Index: Makefile
> ===
> RCS file: /cvs/ports/security/john/Makefile,v
> retrieving revision 1.33
> diff -u -r1.33 Makefile
> --- Makefile  15 Sep 2005 22:52:01 -  1.33
> +++ Makefile  18 Dec 2005 01:42:24 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= "extremely fast password cracker"
>  
> -DISTNAME=john-1.6.39
> +DISTNAME=john-1.6.40
>  CATEGORIES=  security
>  
>  HOMEPAGE=http://www.openwall.com/john/
> @@ -15,12 +15,15 @@
>  WANTLIB= c m
>  
>  MASTER_SITES=${HOMEPAGE}c/
> -DISTFILES=   ${DISTNAME}.tar.gz \
> - john-1.6.tar.gz
>  
>  NO_REGRESS=  Yes
>  
>  WRKSRC=  ${WRKDIST}/src
> +
> +MAKE_ENV=JOHN_SYSTEMWIDE=1 \
> + JOHN_SYSTEMWIDE_EXEC="${PREFIX}/bin/john" \
> + JOHN_SYSTEMWIDE_HOME="${SYSCONFDIR}"
> +
>  MAKE_FLAGS=  CC=${CC} AS=${CC} LD=${CC} \
>   CFLAGS="${CFLAGS} -c"
>  
> @@ -28,24 +31,26 @@
>  FLAVORS= no_mmx
>  FLAVOR?=
>  .if ${FLAVOR:L:Mno_mmx}
> -ALL_TARGET=  openbsd-x86-any-elf
> +ALL_TARGET=  openbsd-x86-any
>  .else
> -ALL_TARGET=  openbsd-x86-mmx-elf
> +ALL_TARGET=  openbsd-x86-mmx
>  .endif
> +.elif ${MACHINE_ARCH} == "amd64"
> +ALL_TARGET=  openbsd-x86-64
>  .elif ${MACHINE_ARCH} == "sparc"
>  ALL_TARGET=  openbsd-sparc
>  .elif ${MACHINE_ARCH} == "vax"
>  ALL_TARGET=  openbsd-vax
>  .elif ${MACHINE_ARCH} == "alpha"
> -ALL_TARGET=  linux-alpha
> +ALL_TARGET=  openbsd-alpha
>  .elif ${MACHINE_ARCH} == "powerpc"
> -ALL_TARGET=  linux-ppc32
> +ALL_TARGET=  openbsd-ppc32
>  .elif ${MACHINE_ARCH} == "powerpc64"
> -ALL_TARGET=  linux-ppc64
> +ALL_TARGET=  openbsd-ppc64
>  .elif ${MACHINE_ARCH} == "hppa"
> -ALL_TARGET=  hpux-pa-risc-${CC}
> +ALL_TARGET=  openbsd-pa-risc
>  .elif ${MACHINE_ARCH} == "sparc64"
> -ALL_TARGET=  "openbsd-sparc64"
> +ALL_TARGET=  openbsd-sparc64
>  .else
>  ALL_TARGET=  generic
>  .endif
> @@ -56,6 +61,9 @@
>  
>   @perl -pi -e 's,%%JOHN%%,${PREFIX}\/share\/john,g;' \
>   ${WRKDIST}/run/john.conf
> + 
> + @grep -h -v '^#!comment:' ${WRKDIST}/run/password.lst \
> + /usr/share/dict/words > ${WRKDIST}/run/words.lst
>  
>  do-install:
>   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/john
> @@ -68,8 +76,8 @@
>   ln -sf john unafs && \
>   ln -sf john unique
>   ${INSTALL_DATA} ${WRKDIST}/run/john.conf ${PREFIX}/share/examples/john
> - ${INSTALL_DATA} ${WRKDIR}/john-1.6/doc/* ${PREFIX}/share/doc/john
>   ${INSTALL_DATA} ${WRKDIST}/doc/* ${PREFIX}/share/doc/john
> - ${INSTALL_DATA} ${WRKDIR}/john-1.6/run/*.chr ${PREFIX}/share/john
> + ${INSTALL_DATA} ${WRKDIST}/run/*.chr ${PREFIX}/share/john
> + ${INSTALL_DATA} ${WRKDIST}/run/words.lst ${PREFIX}/share/john
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/security/john/distinfo,v
> retrieving revision 1.7
> diff -u -r1.7 distinfo
> --- distinfo  15 Sep 2005 22:52:01 -  1.7
> +++ distinfo  18 Dec 2005 01:42:24 -
> @@ -1,8 +1,4 @@
> -MD5 (john-1.6.39.tar.gz) = 823ee78095db8568aa68fb0721b1efea
> -MD5 (john-1.6.tar.gz) = aae782f160041b2bdc624b0a84054e32
> -RMD160 (john-1.6.39.tar.gz) = 1f0f5dce55b06515db22af37f91f231c41e68ec7
> -RMD160 (john-1.6.tar.gz) = 5a34e7f57b190313cc0773e996f6eed74f28d160
> -SHA1 (john-1.6.39.tar.gz) = abd9a9f8269b7288f6e834b402fa4d0c8f5191de
> -SHA1 (john-1.6.tar.gz) = b49d371496b8ba5e439665b83190b1e4d4640bea
> -SIZE (john-1.6.39.tar.gz) = 167425
> -SIZE (john-1.6.tar.gz) = 497341
> +MD5 (john-1.6.40.tar.gz) = 507916220812c5834136d378a13e48a0
> +RMD160 (john-1.6.40.tar.gz) = b54e41eec65a9c185731b2e137fb155ae2eb348b
> +SHA1 (john-1.6.40.tar.gz) = 1f9fc46d10eb218065f024775578db3642d2bd20
> +SIZE (john-1.6.40.tar.gz) = 797220
> Index: patches/patch-run_john_conf
> ===
> RCS file: /cvs/ports/security/john/patches/patch-

Re: Requested: John-Update to 1.6.40

2005-12-18 Thread Alexandre Anriot
> Hello everybody,
> 
> Solar told me that a Portmaintainer helped him too to improve JtR.
> 1.6.40 is out now so I would request a Port-Update.
> 
> I don#t know who should have helped him because the JtR-Port has no
> maintainer so if this anonymous reads this list: Please commit the Port.

It was me.

> The announcement can be found here:
> http://marc.theaimsgroup.com/?l=john-users&m=113485358210920&w=2
> 
> So if the port maintainer(s) read it: Please commit the update. :)

If you read the list, you have probably seen that David is cooking an
update, I guess.



Re: update: security/john

2005-12-17 Thread Alexandre Anriot

Comments inline.

> Release announce:
> http://marc.theaimsgroup.com/?l=openwall-announce&m=113485359606167&w=2
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/security/john/Makefile,v
> retrieving revision 1.33
> diff -u -r1.33 Makefile
> --- Makefile  15 Sep 2005 22:52:01 -  1.33
> +++ Makefile  17 Dec 2005 23:42:18 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= "extremely fast password cracker"
>  
> -DISTNAME=john-1.6.39
> +DISTNAME=john-1.6.40
>  CATEGORIES=  security
>  
>  HOMEPAGE=http://www.openwall.com/john/
> @@ -15,8 +15,6 @@
>  WANTLIB= c m
>  
>  MASTER_SITES=${HOMEPAGE}c/
> -DISTFILES=   ${DISTNAME}.tar.gz \
> - john-1.6.tar.gz

ok.

>  
>  NO_REGRESS=  Yes
>  
> @@ -28,24 +26,26 @@
>  FLAVORS= no_mmx
>  FLAVOR?=
>  .if ${FLAVOR:L:Mno_mmx}
> -ALL_TARGET=  openbsd-x86-any-elf
> +ALL_TARGET=  openbsd-x86-any
>  .else
> -ALL_TARGET=  openbsd-x86-mmx-elf
> +ALL_TARGET=  openbsd-x86-mmx
>  .endif
> +.elif ${MACHINE_ARCH} == "amd64"
> +ALL_TARGET=  openbsd-x86-64
>  .elif ${MACHINE_ARCH} == "sparc"
>  ALL_TARGET=  openbsd-sparc
>  .elif ${MACHINE_ARCH} == "vax"
>  ALL_TARGET=  openbsd-vax
>  .elif ${MACHINE_ARCH} == "alpha"
> -ALL_TARGET=  linux-alpha
> +ALL_TARGET=  openbsd-alpha
>  .elif ${MACHINE_ARCH} == "powerpc"
> -ALL_TARGET=  linux-ppc32
> +ALL_TARGET=  openbsd-ppc32
>  .elif ${MACHINE_ARCH} == "powerpc64"
> -ALL_TARGET=  linux-ppc64
> +ALL_TARGET=  openbsd-ppc64
>  .elif ${MACHINE_ARCH} == "hppa"
> -ALL_TARGET=  hpux-pa-risc-${CC}
> +ALL_TARGET=  openbsd-pa-risc
>  .elif ${MACHINE_ARCH} == "sparc64"
> -ALL_TARGET=  "openbsd-sparc64"
> +ALL_TARGET=  openbsd-sparc64
>  .else
>  ALL_TARGET=  generic
>  .endif
> @@ -68,8 +68,7 @@
>   ln -sf john unafs && \
>   ln -sf john unique
>   ${INSTALL_DATA} ${WRKDIST}/run/john.conf ${PREFIX}/share/examples/john
> - ${INSTALL_DATA} ${WRKDIR}/john-1.6/doc/* ${PREFIX}/share/doc/john
>   ${INSTALL_DATA} ${WRKDIST}/doc/* ${PREFIX}/share/doc/john
> - ${INSTALL_DATA} ${WRKDIR}/john-1.6/run/*.chr ${PREFIX}/share/john
> + ${INSTALL_DATA} ${WRKDIST}/run/*.chr ${PREFIX}/share/john

You should add something like (idea from Alexander Peslyak):

@grep -v '^#!comment: ' ${WRKDIST}/run/password.lst \
/usr/share/dict/words > ${WRKDIST}/run/words.lst

to use both John and OpenBSD words (a change in do-configure target is
required).

>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/security/john/distinfo,v
> retrieving revision 1.7
> diff -u -r1.7 distinfo
> --- distinfo  15 Sep 2005 22:52:01 -  1.7
> +++ distinfo  17 Dec 2005 23:42:18 -
> @@ -1,8 +1,4 @@
> -MD5 (john-1.6.39.tar.gz) = 823ee78095db8568aa68fb0721b1efea
> -MD5 (john-1.6.tar.gz) = aae782f160041b2bdc624b0a84054e32
> -RMD160 (john-1.6.39.tar.gz) = 1f0f5dce55b06515db22af37f91f231c41e68ec7
> -RMD160 (john-1.6.tar.gz) = 5a34e7f57b190313cc0773e996f6eed74f28d160
> -SHA1 (john-1.6.39.tar.gz) = abd9a9f8269b7288f6e834b402fa4d0c8f5191de
> -SHA1 (john-1.6.tar.gz) = b49d371496b8ba5e439665b83190b1e4d4640bea
> -SIZE (john-1.6.39.tar.gz) = 167425
> -SIZE (john-1.6.tar.gz) = 497341
> +MD5 (john-1.6.40.tar.gz) = 507916220812c5834136d378a13e48a0
> +RMD160 (john-1.6.40.tar.gz) = b54e41eec65a9c185731b2e137fb155ae2eb348b
> +SHA1 (john-1.6.40.tar.gz) = 1f9fc46d10eb218065f024775578db3642d2bd20
> +SIZE (john-1.6.40.tar.gz) = 797220
> Index: patches/patch-run_john_conf
> ===
> RCS file: /cvs/ports/security/john/patches/patch-run_john_conf,v
> retrieving revision 1.2
> diff -u -r1.2 patch-run_john_conf
> --- patches/patch-run_john_conf   6 Sep 2005 20:20:26 -   1.2
> +++ patches/patch-run_john_conf   17 Dec 2005 23:42:18 -
> @@ -1,6 +1,6 @@
>  $OpenBSD: patch-run_john_conf,v 1.2 2005/09/06 20:20:26 aanriot Exp $
>  run/john.conf.orig   Fri Jun 11 14:29:39 2004
> -+++ run/john.confTue Sep  6 15:51:38 2005
> +--- run/john.conf.orig   Fri Dec 16 15:02:14 2005
>  run/john.confSat Dec 17 23:14:45 2005
>  @@ -5,7 +5,7 @@
>   
>   [Options]
> @@ -10,7 +10,7 @@
>   # Use idle cycles only
>   Idle = N
>   # Crash recovery file saving delay in seconds
> -@@ -316,25 +316,25 @@ l$1$9<-$[6-0]$[9-0]
> +@@ -323,31 +323,31 @@ lMT[*0]T[*1]T[*2]T[*3]T[*4]T[*5]T[*6]T[*
>   
>   # Incremental modes
>   [Incremental:All]
> @@ -33,6 +33,13 @@
>   MinLen = 1
>   MaxLen = 8
>   CharCount = 10
> + 
> + [Incremental:Alnum]
> +-File = $JOHN/alnum.chr
> ++File = %%JOHN%%/alnum.chr
> + MinLen = 1
> + MaxLen = 8
> + CharCount = 36
>   
>   [Incremental:LanMan]
>  -

UPDATE: devel/avr/libc

2005-12-06 Thread Alexandre Anriot
Here is an update of avr-libc 1.4.0.

We have tested it on amd64/i386/sparc64, and it would be appreciable to
get more feedback.

Thanks.


Index: Makefile.inc
===
RCS file: /cvs/ports/devel/avr/Makefile.inc,v
retrieving revision 1.2
diff -u -r1.2 Makefile.inc
--- Makefile.inc21 Sep 2005 16:21:25 -  1.2
+++ Makefile.inc4 Dec 2005 23:19:33 -
@@ -7,7 +7,7 @@
 
 CONFIGURE_STYLE=gnu
 
-CONFIGURE_ARGS=--target=avr\
-   --program-prefix=avr-   \
-   --disable-shared\
-   --disable-nls
+CONFIGURE_ARGS+=   --target=avr\
+   --program-prefix=avr-   \
+   --disable-shared\
+   --disable-nls
Index: libc/Makefile
===
RCS file: /cvs/ports/devel/avr/libc/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- libc/Makefile   1 Oct 2005 19:30:00 -   1.3
+++ libc/Makefile   4 Dec 2005 23:19:33 -
@@ -2,7 +2,7 @@
 
 COMMENT=   "Atmel AVR 8-bit RISC microcontrollers' libc"
 
-VER=   1.2.5
+VER=   1.4.0
 DISTNAME=  avr-libc-${VER}
 
 HOMEPAGE=  http://www.nongnu.org/avr-libc/
@@ -13,8 +13,7 @@
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes
 
-MASTER_SITES=  http://savannah.nongnu.org/download/avr-libc/ \
-   http://people.freebsd.org/~joerg/
+MASTER_SITES=  http://savannah.nongnu.org/download/avr-libc/
 
 EXTRACT_SUFX=  .tar.bz2
 
@@ -23,15 +22,9 @@
 
 RUN_DEPENDS+=  ${BUILD_DEPENDS}
 
-CONFIGURE_ENV+=CC=avr-gcc PREFIX="${PREFIX}"
-CONFIGURE_SCRIPT=  doconf
+CONFIGURE_ENV= CC=avr-gcc PREFIX="${PREFIX}"
+CONFIGURE_ARGS=--host=avr
 
 USE_GMAKE= Yes
-
-do-build:
-   (cd ${WRKSRC}; ./domake MAKE=${GMAKE})
-
-do-install:
-   (cd ${WRKSRC}; ./domake MAKE=${GMAKE} install)
 
 .include 
Index: libc/distinfo
===
RCS file: /cvs/ports/devel/avr/libc/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- libc/distinfo   1 Oct 2005 19:30:00 -   1.2
+++ libc/distinfo   4 Dec 2005 23:19:33 -
@@ -1,4 +1,4 @@
-MD5 (avr-libc-1.2.5.tar.bz2) = b335df54d54ad47570f3e1e6794b4532
-RMD160 (avr-libc-1.2.5.tar.bz2) = daa06bb5b2d6675d2f240c007293d59510b089f8
-SHA1 (avr-libc-1.2.5.tar.bz2) = 2750aa701f9c91a364e625caf07c0e71bcc20d67
-SIZE (avr-libc-1.2.5.tar.bz2) = 319622
+MD5 (avr-libc-1.4.0.tar.bz2) = f32c3728fd99055fec6420843e6b5863
+RMD160 (avr-libc-1.4.0.tar.bz2) = cf47c305e58169b9c089f9257935177144daee57
+SHA1 (avr-libc-1.4.0.tar.bz2) = 1c0328ae7a1785c59992c2b407003d09928360b2
+SIZE (avr-libc-1.4.0.tar.bz2) = 461160
Index: libc/pkg/PLIST
===
RCS file: /cvs/ports/devel/avr/libc/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- libc/pkg/PLIST  22 Sep 2005 23:34:57 -  1.2
+++ libc/pkg/PLIST  4 Dec 2005 23:19:33 -
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2005/09/22 23:34:57 jsg Exp $
 avr/include/
+avr/include/assert.h
 avr/include/avr/
 avr/include/avr/boot.h
 avr/include/avr/crc16.h
@@ -22,46 +23,68 @@
 avr/include/avr/io8534.h
 avr/include/avr/io8535.h
 avr/include/avr/io86r401.h
+avr/include/avr/io90pwmx.h
 avr/include/avr/ioat94k.h
 avr/include/avr/iocan128.h
+avr/include/avr/iocan32.h
+avr/include/avr/iocan64.h
+avr/include/avr/iocanxx.h
 avr/include/avr/iom103.h
 avr/include/avr/iom128.h
+avr/include/avr/iom1280.h
+avr/include/avr/iom1281.h
 avr/include/avr/iom16.h
 avr/include/avr/iom161.h
 avr/include/avr/iom162.h
 avr/include/avr/iom163.h
+avr/include/avr/iom164.h
 avr/include/avr/iom165.h
 avr/include/avr/iom168.h
 avr/include/avr/iom169.h
 avr/include/avr/iom32.h
 avr/include/avr/iom323.h
+avr/include/avr/iom324.h
 avr/include/avr/iom325.h
 avr/include/avr/iom3250.h
+avr/include/avr/iom329.h
+avr/include/avr/iom3290.h
 avr/include/avr/iom48.h
 avr/include/avr/iom64.h
+avr/include/avr/iom640.h
+avr/include/avr/iom644.h
 avr/include/avr/iom645.h
 avr/include/avr/iom6450.h
+avr/include/avr/iom649.h
+avr/include/avr/iom6490.h
 avr/include/avr/iom8.h
 avr/include/avr/iom8515.h
 avr/include/avr/iom8535.h
 avr/include/avr/iom88.h
 avr/include/avr/iomx8.h
+avr/include/avr/iomxx0_1.h
+avr/include/avr/iomxx4.h
 avr/include/avr/iotn11.h
 avr/include/avr/iotn12.h
 avr/include/avr/iotn13.h
 avr/include/avr/iotn15.h
 avr/include/avr/iotn22.h
 avr/include/avr/iotn2313.h
+avr/include/avr/iotn25.h
 avr/include/avr/iotn26.h
 avr/include/avr/iotn28.h
+avr/include/avr/iotn45.h
+avr/include/avr/iotn85.h
+avr/include/avr/iotnx5.h
 avr/include/avr/parity.h
 avr/include/avr/pgmspace.h
 avr/include/avr/portpins.h
 avr/include/avr/sfr_defs.h
 avr/include/avr/signal.h
 avr/include/avr/sleep.h
+avr/includ

UPDATE: www/zope-cmf

2005-12-04 Thread Alexandre Anriot
Here is an update to 1.5.5.
Please test.

Index: Makefile
===
RCS file: /cvs/ports/www/zope-cmf/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile7 Oct 2005 12:02:19 -   1.16
+++ Makefile4 Dec 2005 19:41:58 -
@@ -2,9 +2,9 @@
 
 COMMENT=   "Zope content management framework"
 
-VERS=  1.5.4
+VERS=  1.5.5
 DISTNAME=  CMF-${VERS}
-PKGNAME=   zope-${DISTNAME:L}p0
+PKGNAME=   zope-${DISTNAME:L}
 CATEGORIES=www
 
 HOMEPAGE=  http://cmf.zope.org/
Index: distinfo
===
RCS file: /cvs/ports/www/zope-cmf/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo5 Oct 2005 14:17:51 -   1.8
+++ distinfo4 Dec 2005 19:41:58 -
@@ -1,4 +1,4 @@
-MD5 (CMF-1.5.4.tar.gz) = 3141c68b3be83c88d6b86efd25405974
-RMD160 (CMF-1.5.4.tar.gz) = 118f16a89075025e0c6eea3f0b6fa5d3a7dac725
-SHA1 (CMF-1.5.4.tar.gz) = 899d1f1a47460e080bb57741273129161149bf98
-SIZE (CMF-1.5.4.tar.gz) = 837274
+MD5 (CMF-1.5.5.tar.gz) = 301bf1cccefc1769614acf0fb3ba982c
+RMD160 (CMF-1.5.5.tar.gz) = 5c6c526d0f7a72111b1eae9512fe469f1cb40a77
+SHA1 (CMF-1.5.5.tar.gz) = 91f13c7b89d7afa634463edf7aad28081f6f94f6
+SIZE (CMF-1.5.5.tar.gz) = 857618
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/zope-cmf/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST   5 Oct 2005 14:17:51 -   1.5
+++ pkg/PLIST   4 Dec 2005 19:42:03 -
@@ -1,8 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.5 2005/10/05 14:17:51 aanriot Exp $
-lib/zope/
-lib/zope/lib/
-lib/zope/lib/python/
-lib/zope/lib/python/Products/
 lib/zope/lib/python/Products/CMFActionIcons/
 lib/zope/lib/python/Products/CMFActionIcons/ActionIconsTool.py
 lib/zope/lib/python/Products/CMFActionIcons/ActionIconsTool.pyc
@@ -15,8 +11,17 @@
 lib/zope/lib/python/Products/CMFActionIcons/README.txt
 lib/zope/lib/python/Products/CMFActionIcons/__init__.py
 lib/zope/lib/python/Products/CMFActionIcons/__init__.pyc
+lib/zope/lib/python/Products/CMFActionIcons/exportimport.py
+lib/zope/lib/python/Products/CMFActionIcons/exportimport.pyc
 lib/zope/lib/python/Products/CMFActionIcons/permissions.py
 lib/zope/lib/python/Products/CMFActionIcons/permissions.pyc
+lib/zope/lib/python/Products/CMFActionIcons/profiles/
+lib/zope/lib/python/Products/CMFActionIcons/profiles/actionicons/
+lib/zope/lib/python/Products/CMFActionIcons/profiles/actionicons/actionicons.xml
+lib/zope/lib/python/Products/CMFActionIcons/profiles/actionicons/export_steps.xml
+lib/zope/lib/python/Products/CMFActionIcons/profiles/actionicons/import_steps.xml
+lib/zope/lib/python/Products/CMFActionIcons/profiles/actionicons/skins.xml
+lib/zope/lib/python/Products/CMFActionIcons/profiles/actionicons/toolset.xml
 lib/zope/lib/python/Products/CMFActionIcons/skins/
 lib/zope/lib/python/Products/CMFActionIcons/skins/actionicons/
 
lib/zope/lib/python/Products/CMFActionIcons/skins/actionicons/actionicons_macros.pt
@@ -41,12 +46,14 @@
 lib/zope/lib/python/Products/CMFActionIcons/tests/__init__.pyc
 lib/zope/lib/python/Products/CMFActionIcons/tests/test_ActionIconsTool.py
 lib/zope/lib/python/Products/CMFActionIcons/tests/test_ActionIconsTool.pyc
-lib/zope/lib/python/Products/CMFActionIcons/tests/test_all.py
-lib/zope/lib/python/Products/CMFActionIcons/tests/test_all.pyc
+lib/zope/lib/python/Products/CMFActionIcons/tests/test_exportimport.py
+lib/zope/lib/python/Products/CMFActionIcons/tests/test_exportimport.pyc
 lib/zope/lib/python/Products/CMFActionIcons/tool.gif
 lib/zope/lib/python/Products/CMFActionIcons/version.txt
 lib/zope/lib/python/Products/CMFActionIcons/www/
 lib/zope/lib/python/Products/CMFActionIcons/www/aitEdit.zpt
+lib/zope/lib/python/Products/CMFActionIcons/xml/
+lib/zope/lib/python/Products/CMFActionIcons/xml/aitExport.xml
 lib/zope/lib/python/Products/CMFCalendar/
 lib/zope/lib/python/Products/CMFCalendar/CREDITS.txt
 lib/zope/lib/python/Products/CMFCalendar/CalendarTool.py
@@ -117,8 +124,6 @@
 lib/zope/lib/python/Products/CMFCalendar/tests/test_Calendar.pyc
 lib/zope/lib/python/Products/CMFCalendar/tests/test_Event.py
 lib/zope/lib/python/Products/CMFCalendar/tests/test_Event.pyc
-lib/zope/lib/python/Products/CMFCalendar/tests/test_all.py
-lib/zope/lib/python/Products/CMFCalendar/tests/test_all.pyc
 lib/zope/lib/python/Products/CMFCalendar/tool.gif
 lib/zope/lib/python/Products/CMFCalendar/version.txt
 lib/zope/lib/python/Products/CMFCalendar/www/
@@ -440,8 +445,6 @@
 lib/zope/lib/python/Products/CMFCore/tests/test_UndoTool.pyc
 lib/zope/lib/python/Products/CMFCore/tests/test_WorkflowTool.py
 lib/zope/lib/python/Products/CMFCore/tests/test_WorkflowTool.pyc
-lib/zope/lib/python/Products/CMFCore/tests/test_all.py
-lib/zope/lib/python/Products/CMFCore/tests/test_all.pyc
 lib/zope/lib/python/Products/CMFCore/tests/test_utils.py
 lib/zope/lib/python/Products/C

Re: can't install mplayer on -current?

2005-12-04 Thread Alexandre Anriot
> ===>  Building package for mplayer-1.0pre7p11
> Switching to /usr/ports/x11/mplayer/pkg/PFRAG.no-no_x11
> Link to /usr/ports/packages/amd64/ftp/mplayer-1.0pre7p11.tgz
> ===>  mplayer-1.0pre7p11 depends on: libiconv-* - found
> ===>  Installing mplayer-1.0pre7p11 from /usr/ports/packages/amd64/all/mplaye
> r-1.0pre7p11.tgz
> Can't install /usr/ports/packages/amd64/all/mplayer-1.0pre7p11.tgz: lib not f
> ound ogg.5.2
> Even by looking in the dependency tree:
> jpeg-6bp2, libtheora-1.0alpha4, png-1.2.8, gettext-0.14.5, cdparanoia
> -3.a9.8, gtk+-1.2.10p3, libungif-4.1.4, lame-3.96.1p0, expat-1.95.6, glib-1.2
> .10p0, libiconv-1.9.2p2
> Maybe it's in a dependent package, but not tagged with @lib ?
> (check with pkg_info -K -L)
> If you are still running 3.6 packages, update them.
> *** Error code 1
> 
> Stop in /usr/ports/x11/mplayer (line 2009 of /usr/ports/infrastructure/mk/bsd
> .port.mk).
> *** Error code 1

May be your ports tree is not fully up-to-date?

Anyways, in -current, mplayer should require ogg.5.3, reachable through
libtheora -> libvorbis -> libogg.

% pkg_info -S /usr/ports/packages/i386/all/mplayer-1.0pre7p11.tgz

Signature:
mplayer-1.0pre7p11,GL.4.0,X11.9.0,Xext.9.0,Xi.9.0,Xinerama.4.0,Xv.4.0,
Xxf86dga.4.0,Xxf86vm.4.0,c.38.4,cdda_interface.0.0,cdda_paranoia.0.0,
cdparanoia-3.a9.8,fontconfig.2.0,freetype.13.0,gdk.2.0,glib.1.2,
gmodule.1.2,gtk+-1.2.10p3,gtk.2.0,iconv.4.0,intl.3.0,jpeg-6bp2,
jpeg.62.0,lame-3.96.1p0,libiconv-1.9.2p2,libtheora-1.0alpha4,
libungif-4.1.4,m.2.1,mp3lame.0.1,ogg.5.3,png-1.2.8,png.4.2,
pthread.6.2,stdc++.40.0,termcap.10.0,theora.1.0,ungif.5.4,
util.11.0,z.4.1 



Re: freenx

2005-11-20 Thread Alexandre Anriot

Matthieu Herrb has written:

> aanriot@ has a partial port of NX. People looking for efficient remote
> X solutions should really look at this and help him finishing this
> port.
> If you don't know what NX is, look at  and 
> solutions should really look at this and help him finishing this
> port. If you don't know what NX is, look at
>  and
> .

Oops, the context is missing. It's an answer to the thread "Re: dxpc and
other remote X solutions".



freenx

2005-11-20 Thread Alexandre Anriot


freenx.tar.gz
Description: Binary data


Re: Nessus-Port - Request

2005-11-16 Thread Alexandre Anriot
> Dear Wilfried,
> 
> Would it be possible to replace Nessus with OpenVAS?
> OpenVAS is an Open-Source Fork of the latest free Nessus-Sources.
> 
> Nessus gets closed source soon and OpenVAS will use the latest free Src to pr
> ovide an OpenSource Security-Scanner (like Nessus was).
> They already include a lot things "Nessus" misses.

Indeed, the situation has become bad, but it's not really as is. The
version in-tree will stay free, using only free parts.
 
> The code can be found here:
> http://www.openvas.org/doku.php?id=code
> 
> The name "Gnessus" is obsulate because "Gnessus" and "Portz-Wahn" (2 OpenSour
> ce Forks of Nessus) merged (OpenVAS).

It's a good idea, and it's planned. But it would be better to wait a few
weeks to be sure that this project is not going to fuckup itself, and to
have a stable alternative to go toward.



Re: UPDATE: education/drgeo

2005-11-08 Thread Alexandre Anriot
> > > > -return GINT_TO_POINTER (strtol ((gchar *) data.key, NULL, 16));
> > > > +return GUINT_TO_POINTER (strtoul ((gchar *) data.key, NULL, 16));
> > 
> > So, here is an updated diff which also adds USE_LIBTOOL=yes and
> > p5-XML-Parser in dependencies. Tested with new gettext installed. 
> > Thanks to wilfried@ for help and testing on i386/macppc/amd64.

wilfried@ and I have discussed about the documentation, and we think
that a subpackage for drgeo-doc could be a good point, even if the
versionning is different. Actually, it's a different port, and it could
probably be merged.




Re: UPDATE: education/drgeo

2005-11-07 Thread Alexandre Anriot
> > > -return GINT_TO_POINTER (strtol ((gchar *) data.key, NULL, 16));
> > > +return GUINT_TO_POINTER (strtoul ((gchar *) data.key, NULL, 16));
> 
> So, here is an updated diff which also adds USE_LIBTOOL=yes and
> p5-XML-Parser in dependencies. Tested with new gettext installed. 
> Thanks to wilfried@ for help and testing on i386/macppc/amd64.

No more problems with segments and usage.

Little note, make-plist is adding some intermediate directories and I
think that those should be kept.



Re: UPDATE: education/drgeo

2005-11-07 Thread Alexandre Anriot

> I get this plist when doing make plist/update-plist. Are you using the
> updated gettext (0.14.5) ?
> kevlo@ also agreed leaving maintainership to me, so I updated the diff
> to include that.

Right, I missed this box.



Re: UPDATE: education/drgeo

2005-11-05 Thread Alexandre Anriot
> 
> --z6Eq5LdranGa6ru8
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> On Fri, Nov 04, 2005 at 02:15:09PM +0100, steven mestdagh wrote:
> > hi,
> > 
> > this updates drgeo to 1.1.0.  now this software works on i386 (0.9.3 did
> > not work properly).
> > 
> > some slight port changes:
> > - detect gettext during configure
> > - install examples in appropriate place
> > - do not install texmacs plugin (texmacs does not seem to exist in ports)
> > - fix WANTLIB
> > 
> > please test other archs, etc.
> 
> oops, here is a better diff, including a few new patches.

The update looks correct.

It builds and runs on i386 here, but the soft has some issues, e.g when
trying to create a segment, it crashes with something like:

(1st and 2nd point)

First instantiation of item with key 87811D00
First instantiation of item with key 87811680

(segment between them)

parent on hash with key 7FFF
Find parent with ref. 87811D00
parent on hash with key 7FFF
Find parent with ref. 87811680
xmlInsertParent : can't find the key 7FFF in the hash table


> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
> 
> 
> --z6Eq5LdranGa6ru8
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: attachment; filename="drgeo.diff"
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/education/drgeo/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- Makefile  13 Feb 2005 17:49:46 -  1.6
> +++ Makefile  4 Nov 2005 13:22:48 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= "interactive geometry program"
>  
> -DISTNAME=drgeo-0.9.13
> +DISTNAME=drgeo-1.1.0
>  CATEGORIES=  education math
>  
>  HOMEPAGE=http://www.ofset.org/drgeo/ 
> @@ -18,8 +18,8 @@
>   glib-2.0.0.0 gmodule-2.0.0.0 \
>   gobject-2.0.0.0 gtk-x11-2.0.0.0 pango-1.0.0.0 \
>   pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
> - xml2.0.0 X11 Xext Xft Xinerama Xrender c fontconfig \
> - freetype m stdc++ z Xcursor
> + xml2.0.0 X11 Xft Xrender c fontconfig \
> + freetype m stdc++ z
>  
>  MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=ofset/}
>  
> @@ -31,6 +31,8 @@
>  
>  USE_X11= Yes
>  USE_GMAKE=   Yes
> -CONFIGURE_STYLE= gnu
> +CONFIGURE_STYLE=gnu
> +CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
> + LDFLAGS="-L${LOCALBASE}/lib"
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/education/drgeo/distinfo,v
> retrieving revision 1.3
> diff -u -r1.3 distinfo
> --- distinfo  5 Jan 2005 16:28:22 -   1.3
> +++ distinfo  4 Nov 2005 13:22:48 -
> @@ -1,4 +1,4 @@
> -MD5 (drgeo-0.9.13.tar.gz) = 0ab4c1e1e72f4ffc8ef6c02a58036098
> -RMD160 (drgeo-0.9.13.tar.gz) = 2d719b0a34c897a4958ad013b95bdaa7d8e3426d
> -SHA1 (drgeo-0.9.13.tar.gz) = 24eaa741f2c4f756aec4273dca2004ee7a5a5a7a
> -SIZE (drgeo-0.9.13.tar.gz) = 1442681
> +MD5 (drgeo-1.1.0.tar.gz) = 4ee0a887e819266740867959cbb4095f
> +RMD160 (drgeo-1.1.0.tar.gz) = 94859c622cf9a48f6134d7e348e6f5e94a43ed6c
> +SHA1 (drgeo-1.1.0.tar.gz) = 7b988233fbcaac8002bd20e4e61c37240a739c29
> +SIZE (drgeo-1.1.0.tar.gz) = 1608361
> Index: patches/patch-Makefile_in
> ===
> RCS file: /cvs/ports/education/drgeo/patches/patch-Makefile_in,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 patch-Makefile_in
> --- patches/patch-Makefile_in 21 Feb 2004 12:31:02 -  1.1.1.1
> +++ patches/patch-Makefile_in 4 Nov 2005 13:22:48 -
> @@ -1,7 +1,16 @@
>  $OpenBSD: patch-Makefile_in,v 1.1.1.1 2004/02/21 12:31:02 espie Exp $
>  Makefile.in.orig 2004-02-12 01:31:23.0 +0100
> -+++ Makefile.in  2004-02-12 01:31:29.0 +0100
> -@@ -218,8 +218,7 @@ drgeo_LDADD = \
> +--- Makefile.in.orig Wed Jul 27 09:36:20 2005
>  Makefile.in  Fri Nov  4 13:55:44 2005
> +@@ -182,7 +182,7 @@ helpdir = $(datadir)/drgeo/help
> + gladedir = $(datadir)/drgeo/glade
> + scmdir = $(datadir)/drgeo/scm
> + appicondir = $(datadir)/pixmaps
> +-SUBDIRS = po geo examples icons glade scm plugin encode
> ++SUBDIRS = po geo examples icons glade scm encode
> + 
> + INCLUDES = \
> + -DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
> +@@ -226,8 +226,7 @@ drgeo_LDADD = \
>  $(top_builddir)/geo/libgeo.a \
>   $(INTLLIBS) \
>   $(DRGEO_LIBS) \
> Index: patches/patch-examples_figures_Makefile_in
> ===
> RCS file: patches/patch-examples_figures_Makefile_in
> diff -N patches/patch-examples_figures_Makefile_in
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-examples_figures_Makefile_in4 Nov 2005 13:22:48 -00
> 00
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- examples/figures/Makefile.in.origFri Nov  4 13:33:10 2005

Re: NEW: gftp-2.0.18

2005-11-01 Thread Alexandre Anriot
> Antoine Jacoutot <[EMAIL PROTECTED]> wrote:
> 
> > Oups, it looks like pkgconfig is needed to build the gui.
> > Thanks to $pooky Hunter  for reporting this.
> > 
> > Updated port included.
> > Please, test, comment and hopefully, commit :)
> 
> I cannot copy file to amd64 (which is running gftp) from another machine
> using ssh2 proto.  Could you please confirm that it's supposed to work
> OK?

Btw, I have some SIGSEGV when using gftp in gtk mode with ipv6 (I start
debugging last week but haven't got the time to finish this yet).



Re: NEW: x11/clearlooks

2005-10-24 Thread Alexandre Anriot
> On Mon, 24 Oct 2005 09:43:14 +0200
> Aleksander Piotrowski <[EMAIL PROTECTED]> wrote:
> 
> > Douglas Santos <[EMAIL PROTECTED]> wrote:
> > 
> > > >And the last one, maybe this port should be called gtk-clearlooks-engine
> > > >(like gtk-thinice-engine that we already have in the port tree).
> > > 
> > > Modified version can be found at:
> > > http://www.hydroxyl.org/openbsd/ports/gtk-clearlooks-engine-0.6.2.tar.gz
> > 
> > And what about pkgname?  What's your opinion guys?
> I'd say keep it in line with gtk-thinice-engine, as you said before.
> So gtk-clearlooks-engine would be the right name.

It's a detail, but the content of PFRAG.shared could go into PLIST;
that's btw what seems to be done by make-plist.



UPDATE editors/xemacs21

2005-10-18 Thread Alexandre Anriot
Here is an update to 21.4.17, which fixes a few problems. An invalid
bound has been found with Wbounded by alek@, and a few cleanings have
been done.

matthieu@ has reported that it was working pretty well.


Please, test.


diff -urN editors/xemacs21/Makefile mystuff/editors/xemacs21/Makefile
--- editors/xemacs21/Makefile   Sat Sep 24 22:23:00 2005
+++ mystuff/editors/xemacs21/Makefile   Tue Oct 18 21:41:12 2005
@@ -2,9 +2,8 @@
 
 COMMENT=   "heavily customizable and extensible editor"
 
-VERSION=   21.4.15
+VERSION=   21.4.17
 DISTNAME=  xemacs-${VERSION}
-PKGNAME=   ${DISTNAME}p2
 CATEGORIES=editors
 
 HOMEPAGE=  http://www.xemacs.org/
@@ -16,7 +15,6 @@
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   c m ncurses util
 
-# where the source files and patches can be fetched
 MASTER_SITES=  ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4/ \
ftp://ftp.oleane.net/pub/xemacs/xemacs-21.4/ \
ftp://ftp.pasteur.fr/pub/computing/xemacs/xemacs-21.4/ \
@@ -26,30 +24,11 @@
ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-21.4/ \

ftp://ftp.funet.fi/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/xemacs-21.4/
 
-# Dependencies are very flavors-specific, you have
-# to select a flavor set to know them
+GCCARCH=   ${MACHINE_ARCH}-unknown-openbsd${OSREV}
+SUBST_VARS=GCCARCH VERSION
 
-# build/configuration variables
-
-# XEmacs symlinks a lot of files in its source tree
-# preventing safe SEPARATE_BUILD
-# (In facts, files modified in the source tree
-# are not platform-specific (elisp bytecode) but
-# you cannot build the package on different systems
-# sharing the same ports tree w/o risking race
-# problems (yes, building over nfs is stupid but...)) 
-# (there are flavors (mule) issues too)
-# Lots of configure.in changes are needed to restore
-# a more logical behaviour (eech)
-# Therefore, this is commented out for now:
-# SEPARATE_BUILD=  simple
-
-#USE_GMAKE=Yes
-
-# 'configure.in' modified to generate a 'configure'
-# that knows about curses really being ncurses
-
 CONFIGURE_STYLE=   autoconf old dest no-autoheader
+
 CONFIGURE_ARGS+=   --infodir='$${DESTDIR}${PREFIX}/info/${DISTNAME}' \

--infopath='${LOCALBASE}/info/${DISTNAME}:${LOCALBASE}/info:/usr/share/info' \
--site-prefixes='${LOCALBASE}:/usr' \
@@ -69,77 +48,39 @@
--with-database=no \
--with-file-coding=yes \
--with-system-malloc \
-   --pdump
+   --pdump \
+   ${GCCARCH}
 
-# there is not (yet) bsd sound support in XEmacs
-# XEmacs does not work with OpenLDAP (linking problem, 
-# will try to fix if somebody asks)
-
 FAKE_FLAGS=prefix='$${WRKINST}$${DESTDIR}${PREFIX}' \
infodir='$${WRKINST}$${DESTDIR}${PREFIX}/info/${DISTNAME}'
 
-
-
-# Arch string for configure
-# copied from emacs and xemacs20 ports
-
-GCCARCH=${MACHINE_ARCH}-unknown-openbsd${OSREV}
-
-CONFIGURE_ARGS+=   ${GCCARCH}
-SUBST_VARS=GCCARCH VERSION
-
- Flavors
-
-# generic flavors
-FLAVORS=   mule canna wnn
-
-# X11 Related
-FLAVORS+=  no_x11
-
+FLAVORS=   mule canna wnn no_x11
 FLAVOR?=
 
-#
-# X11-related
-#
-
 .if ${FLAVOR:L:Mno_x11}
-
 CONFIGURE_ARGS+=--without-x11
-
 .else
-
-### X11-dependent flavors
 USE_X11=   Yes
 WANTLIB+=  ICE SM X11 Xaw Xext Xmu Xpm Xt z
 
-CONFIGURE_ARGS+=   --with-menubars=lucid
-
-CONFIGURE_ARGS+=--with-scrollbars=lucid \
+CONFIGURE_ARGS+=--with-menubars=lucid \
+   --with-scrollbars=lucid \
--with-dialogs=athena \
-   --with-widgets=athena
-
-LIB_DEPENDS+=  jpeg.62::graphics/jpeg
-CONFIGURE_ARGS+=--with-jpeg
-LIB_DEPENDS+=  png.2.::graphics/png
-CONFIGURE_ARGS+=--with-png \
+   --with-widgets=athena \
+   --with-jpeg \
+   --with-png \
+   --with-tiff \
--site-includes="${LOCALBASE}/include/libpng"
 
-LIB_DEPENDS+=  tiff.35::graphics/tiff
-CONFIGURE_ARGS+=--with-tiff
+LIB_DEPENDS+=  jpeg.62::graphics/jpeg \
+   png.2.::graphics/png \
+   tiff.35::graphics/tiff
 
 . if ${FLAVOR:L:Mmule}
-CONFIGURE_ARGS+=   --with-xim=xlib
-# prevents XEmacs from using motif's XIM which coredumps a lot
+CONFIGURE_ARGS+=--with-xim=xlib
 . endif
-
-### end of X11 dependant flavors
 .endif
 
-#
-# MULE (MUlti Lingual Emacs) RELATED 
-# I18N
-#
-
 .if ${FLAVOR:L:Mmule}
 MODULES=   devel/gettext
 CONFIGURE_ARGS+=--with-mule
@@ -147,15 +88,11 @@
 . if ${FLAVOR:L:Mcanna}
 LIB_DEPENDS+=  canna16::japanese/canna
 CONFIGURE_ARGS+=--with-canna
-. else
-CONFIGURE_ARGS+=--with-canna=no
 . endif
 
 . if ${FLAVOR:L:Mwnn}
 BUILD_DEPENDS+= ::japanese/Wnn
 CONFIGURE_ARGS+=--with-wnn
-. else
-CONFIGURE_ARGS+=--with

Re: update: graphics/blender

2005-10-18 Thread Alexandre Anriot
> On Mon, Oct 17, 2005 at 08:39:29PM +0200, Alexandre Anriot wrote:
> > > steven mestdagh wrote:
> > > > hi,
> > > > 
> > > > this is an attempt to build blender from source, using the scons system
> .
> > > > game engine and plugins are not being built for now...
> > > > seems to work okay on i386 and sparc64. as usual, comments welcome.
> > > 
> > > Works for me on i386.
> > 
> > I think that the translation files (.po) and the projectfiles could be
> > installed too, no?
> 
> Do you know what the projectfiles are used for? They look like windows
> stuff.

Right.

> As for the translations, if I try use_international = 'true', the
> build fails, because it needs freetype2 then.

And the one in XF4 isn't ok?



Re: update: graphics/blender

2005-10-17 Thread Alexandre Anriot
> steven mestdagh wrote:
> > hi,
> > 
> > this is an attempt to build blender from source, using the scons system.
> > game engine and plugins are not being built for now...
> > seems to work okay on i386 and sparc64. as usual, comments welcome.
> 
> Works for me on i386.

I think that the translation files (.po) and the projectfiles could be
installed too, no?

Otherwise, it looks sane here. A few issues which where present on the
previous source-based version
(http://archives.neohapsis.com/archives/openbsd/2005-05/0968.html) have
disappeared.


Thanks.



Re: NEW: emulators/stella (Atari 2600 VCS emulator)

2005-10-12 Thread Alexandre Anriot
> On Wed, Oct 12, 2005 at 01:35:02PM +0100, Niall O'Higgins wrote:
> > > > I'm still looking for some testing on other platforms, in particular
> > > > sparc64. A slightly updated port is attached, please test. Thanks.
> > > 
> > > Well, I'm getting 'Abort trap' errors on sparc64.
> > 
> > I have seen this on amd64 under some circumstances. Try deleting
> > $HOME/.stella/ and trying again. It has something to do with
> > configuration files, but I haven't had a chance to do any very serious
> > debugging yet.
> > 
> > Please send feedback to let me know if this resolves it.
> 
> indeed, removing the ~/.stella directory makes it work. so, the second
> time i run it, it aborts. so apart from this it seems to run fine on
> sparc64.

It works on sparc64 here (I'm a bit late!). I have a SDL problem with
Thrust, but it runs fine. I will look at this later atp.



Re: FLAVOR: graphics/xfig

2005-10-11 Thread Alexandre Anriot
> * Alexandre Anriot [2005-10-11]:
> > Here is a diff which adds an UML flavor for Xfig.
> 
> Why make it a FLAVOR? If the additional distfile isn't extremely large,
> I don't see the point.

It was the size, but ok, the distfile is not very big.

> > It installs the UML library, and its symbols.
> 
> Which comes in an unversioned DISTFILE. This is bad! If there is no way
> to make upstream distribute a versioned DISTFILE, at least put xfig's
> distfiles into a versioned DIST_SUBDIR.

ok.

Anyway, it was targetting a few files which are not in the default
Xfig, and I just spotted that those are not mandatory, and the UML stuff
can be used as is. So, my adding is pointless.



FLAVOR: graphics/xfig

2005-10-11 Thread Alexandre Anriot
Here is a diff which adds an UML flavor for Xfig. It installs the UML
library, and its symbols.

diff -urN graphics/xfig/Makefile mystuff/graphics/xfig/Makefile
--- graphics/xfig/Makefile  Wed Sep  7 01:30:53 2005
+++ mystuff/graphics/xfig/Makefile  Tue Oct 11 08:34:31 2005
@@ -4,11 +4,15 @@
 
 VERSION=   3.2.4
 DISTNAME=  xfig.${VERSION}.full
-PKGNAME=   xfig-${VERSION}
+PKGNAME=   xfig-${VERSION}p0
 CATEGORIES=graphics x11
 
 HOMEPAGE=  http://www.xfig.org/
 
+DISTFILES= xfig.${VERSION}.full.tar.gz
+SUP_uml=   libraries/UML.tar.gz
+SUPDISTFILES=  ${SUP_uml}
+
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
@@ -38,5 +42,16 @@
 WRKDIST=   ${WRKDIR}/xfig.${VERSION}
 
 NO_REGRESS=Yes
+
+FLAVORS=   uml
+FLAVOR?=
+
+.if ${FLAVOR:L:Muml}
+DISTFILES+=${SUP_uml}
+
+post-install:
+   ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/xfig/Libraries/UML
+   ${INSTALL_DATA} ${WRKDIR}/UML/* 
${PREFIX}/lib/X11/xfig/Libraries/UML
+.endif
 
 .include 
diff -urN graphics/xfig/distinfo mystuff/graphics/xfig/distinfo
--- graphics/xfig/distinfo  Wed Jan  5 17:50:39 2005
+++ mystuff/graphics/xfig/distinfo  Tue Oct 11 07:55:56 2005
@@ -1,4 +1,8 @@
+MD5 (libraries/UML.tar.gz) = 222368db9498ed451d1fec0f3a3be13d
 MD5 (xfig.3.2.4.full.tar.gz) = 1911fc0f733cb2f40336a8d0e82513de
+RMD160 (libraries/UML.tar.gz) = 8fef45a9e5067e7ca577127299e1206f94c9d8a0
 RMD160 (xfig.3.2.4.full.tar.gz) = 3cae7c8d3f2a89ef54fd4a4693e84fa7a9bacf44
+SHA1 (libraries/UML.tar.gz) = 88a7c241f4d3c4b2762ffefe878f214db1914c5b
 SHA1 (xfig.3.2.4.full.tar.gz) = 723bf10355a92c079be08cd7be18b75baaccfbdc
+SIZE (libraries/UML.tar.gz) = 4657
 SIZE (xfig.3.2.4.full.tar.gz) = 5163150
diff -urN graphics/xfig/pkg/DESCR mystuff/graphics/xfig/pkg/DESCR
--- graphics/xfig/pkg/DESCR Mon Dec 15 22:42:35 2003
+++ mystuff/graphics/xfig/pkg/DESCR Tue Oct 11 07:48:29 2005
@@ -7,3 +7,7 @@
 
 To enjoy the beautiful colors, specify "*customization: -color" in your 
 .Xdefaults or .Xresources file.
+
+Flavors:
+
+  * uml - install UML library
diff -urN graphics/xfig/pkg/PFRAG.uml mystuff/graphics/xfig/pkg/PFRAG.uml
--- graphics/xfig/pkg/PFRAG.uml Thu Jan  1 01:00:00 1970
+++ mystuff/graphics/xfig/pkg/PFRAG.uml Tue Oct 11 08:36:32 2005
@@ -0,0 +1,30 @@
[EMAIL PROTECTED] $OpenBSD$
+lib/X11/xfig/Libraries/UML/
+lib/X11/xfig/Libraries/UML/Actor.fig
+lib/X11/xfig/Libraries/UML/Aggregations.fig
+lib/X11/xfig/Libraries/UML/Arrows.fig
+lib/X11/xfig/Libraries/UML/Association.fig
+lib/X11/xfig/Libraries/UML/Association_Multi.fig
+lib/X11/xfig/Libraries/UML/Class_Large.fig
+lib/X11/xfig/Libraries/UML/Class_Medium.fig
+lib/X11/xfig/Libraries/UML/Class_Small.fig
+lib/X11/xfig/Libraries/UML/Component.fig
+lib/X11/xfig/Libraries/UML/DesignPattern.fig
+lib/X11/xfig/Libraries/UML/Labels.fig
+lib/X11/xfig/Libraries/UML/Note_Large.fig
+lib/X11/xfig/Libraries/UML/Note_Small.fig
+lib/X11/xfig/Libraries/UML/Object_Medium.fig
+lib/X11/xfig/Libraries/UML/Object_Multi.fig
+lib/X11/xfig/Libraries/UML/Object_Small.fig
+lib/X11/xfig/Libraries/UML/Package_Large.fig
+lib/X11/xfig/Libraries/UML/Package_Small.fig
+lib/X11/xfig/Libraries/UML/README
+lib/X11/xfig/Libraries/UML/Sequences.fig
+lib/X11/xfig/Libraries/UML/State_Large.fig
+lib/X11/xfig/Libraries/UML/State_Medium.fig
+lib/X11/xfig/Libraries/UML/State_Small.fig
+lib/X11/xfig/Libraries/UML/State_Special.fig
+lib/X11/xfig/Libraries/UML/Synchronization.fig
+lib/X11/xfig/Libraries/UML/Template.fig
+lib/X11/xfig/Libraries/UML/Transitions.fig
+lib/X11/xfig/Libraries/UML/UseCase.fig



Re: NEW: www/p5-WWW-Robot

2005-10-09 Thread Alexandre Anriot
> Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:
> 
> > Please test and comment.

Same comments as for Dilbert, $OpenBSD$ tag and PKG_ARCH=* are missing.

BUILD_DEPENDS are also useless.
 
> [EMAIL PROTECTED]:tmp $ perl a.pl
> WWW::Robot: failed to create User Agent object: LWP::RobotUA from
> address required at /usr/local/libdata/perl5/site_perl/WWW/Robot.pm line
> 1160

Robot.pm try to create a LWP::RobotUA object, but calls the ctor with an
invalid email address (FROM), and a uncaught exception is raised.

Version 0.011 since 1997, I'm not sure that this module is ready for
import..

> Any the code is (taken from manual page):
> 
> use WWW::Robot;
>
> $robot = new WWW::Robot(
> 'NAME' => 'MyRobot',
> 'VERSION'  => '1.000',
> 'EMAIL'=> '[EMAIL PROTECTED]'
> );
>   
> # ... configure the robot's operation ...
>   
> $robot->run( 'http://www.foobar.com/' );
> 
> Alek
> -- 
> Sure, there's a "free" driver, and a non-free management interface, so it's
> only half a driver. Pretending to have a production system using a raid card
> that with no supportable management interface so you have to reboot to fix
> anything is like buying birth control pills in packs of 20. Pretty soon you'r
> e
> going to take a good fucking on a day you really can't afford it. Period.
>  -- Bob Beck, http://archives.neohapsis.com/archives/openbsd/2005-03/1618.htm
> l
> 



Re: NEW: www/p5-WWW-Dilbert

2005-10-08 Thread Alexandre Anriot
> Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:
> 
> > Well, I thought it would be a nice addition, but if it's "refused",
> > I easily understand that.
> 
> This is just RFC.  What's your opinion, porters?

I agree about the changes you spoke about, alek.

About the regression tests, it seems that these tests are a bit
problematic, get_todays_strip_from_website() is for instance called
without any argument; many warnings are printed too, the author should
use strict; (:

May be you can contact the author about this.




Re: K3B port

2005-10-02 Thread Alexandre Anriot
> Hi
> 
>  From the page ftp://ftp.openbsd.org/pub/OpenBSD/3.7/PORTS I read that 
> it is possible to write if someone is interested in seeing a port added.
> 
> I don't know how to add ports myself, but I would very much like for K3B 
> (http://www.k3b.org/) the cd/dvd burner to be added :-)

Marc Espie has began one, see
http://archives.neohapsis.com/archives/openbsd/2005-09/1656.html



Re: Nmap - Core Dumps on AMD64

2005-09-26 Thread Alexandre Anriot
> Dear Portmaintainer,
> 
> nmap crashs (core dump) on AMD64.
> 
> I used nmap this way:
> nmap -sV -P0 -oN report.txt 194.55.223.0
> 
> I did not compiled it with debugging-informations but here is the GDB-Output:
> 
> sudo gdb -c nmap.core nmap
> GNU gdb 6.3
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "amd64-unknown-openbsd3.8"...
> (no debugging symbols found)
> Core was generated by `nmap'.
> Program terminated with signal 6, Aborted.
> Reading symbols from /usr/local/lib/libpcre.so.0.1...(no debugging symbols
> found
> )...done.
> Loaded symbols for /usr/local/lib/libpcre.so.0.1
> Reading symbols from /usr/lib/libpcap.so.3.0...(no debugging symbols
> found)...done.
> Loaded symbols for /usr/lib/libpcap.so.3.0
> Reading symbols from /usr/lib/libssl.so.10.0...
> (no debugging symbols found)...done.
> Loaded symbols for /usr/lib/libssl.so.10.0
> Reading symbols from /usr/lib/libcrypto.so.12.0...(no debugging symbols
> found)...done.
> Loaded symbols for /usr/lib/libcrypto.so.12.0
> Reading symbols from /usr/lib/libstdc++.so.40.0...
> (no debugging symbols found)...done.
> Loaded symbols for /usr/lib/libstdc++.so.40.0
> Reading symbols from /usr/lib/libm.so.2.0...(no debugging symbols
> found)...done.
> Loaded symbols for /usr/lib/libm.so.2.0
> Reading symbols from /usr/lib/libc.so.38.2...
> (no debugging symbols found)...done.
> Loaded symbols for /usr/lib/libc.so.38.2
> Reading symbols from /usr/libexec/ld.so...(no debugging symbols
> found)...done.
> Loaded symbols for /usr/libexec/ld.so
> #0  0x420d003a in kill () from /usr/lib/libc.so.38.2
> (gdb)
> 
> OpenBSD 3.8 (installed using a snapshot, then I upgraded using the SRC
> from the CVS (-rOPENBSD_3_8)).
> It's an dual Opteron (64Bit-Mode) with bsd.mp.
> 
> Maybe I did something wrong (?) but I guess it's a bug.
> Btw: Is it planed to adapt the new nmap-Version to 3.8?
> 
> Kind regards,
> Sebastian
> 
> p.s.
> I'm not subscriped to the list
> -- 
> Don't buy anything from YeongYang.
> Their Computercases are expensiv, they WTX-powersuplies start burning and
> their support refuse any RMA even there's still some warenty.
> 



Re: new: sarg 2.0.9

2005-09-21 Thread Alexandre Anriot
> Douglas Santos <[EMAIL PROTECTED]> wrote:
> 
> > After discussions with aanriot@
> > It probably will be committed.
> > So, please test it again.
> 
> If one is using sudo (i.e. having SUDO=sudo in mk.conf) make clean
> cannot clean up this port correctly:
> 
> [EMAIL PROTECTED]:sarg $ make clean
> ===>  Cleaning for sarg-2.0.9
> rm: /mnt/wd0i/obj/ports/sarg-2.0.9/sarg-2.0.9/sarg-php/locale: Directory not 
> empty
> rm: /mnt/wd0i/obj/ports/sarg-2.0.9/sarg-2.0.9/sarg-php: Directory not empty
> rm: /mnt/wd0i/obj/ports/sarg-2.0.9/sarg-2.0.9: Directory not empty
> rm: /mnt/wd0i/obj/ports/sarg-2.0.9: Directory not empty
> *** Error code 1

Yes, for me too.

> Also, I'm almost sure that we don't want to have CC set to gcc in
> Makefile.

I agree.

The rest sounds good, please Douglas, resend a newer complete version
with these changes.

> 
> Alek
> -- 
> ...and it was like, bleep bleep bleep bleep bleep bleep bleep...
>  -- Ellen Feiss, http://www.apple.com/switch/stories/ellenfeiss.html



Re: otpcalc 64-bit fix

2005-09-07 Thread Alexandre Anriot
> the header file has size_t and that seems to make more sense.
> no bump in pkgname since there is no change except for on 64-bit
> architectures where it didn't built in the first place.
> comments?

More consistent yes, ok.

Thank you.

> 
> Index: patches/patch-crypto_c
> ===
> RCS file: patches/patch-crypto_c
> diff -N patches/patch-crypto_c
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-crypto_c8 Sep 2005 00:24:03 -
> @@ -0,0 +1,39 @@
> +$OpenBSD$
> +--- crypto.c.origWed Sep  7 18:22:23 2005
>  crypto.c Wed Sep  7 18:22:58 2005
> +@@ -60,7 +60,7 @@
> +  * bits.
> +  */
> + 
> +-void md4lite(char *message, unsigned int len)
> ++void md4lite(char *message, size_t len)
> + {
> + 
> + #ifndef HAVE_MD4
> +@@ -92,7 +92,7 @@ void md4lite(char *message, unsigned int
> +  * bits.
> +  */
> + 
> +-void md5lite(char *message, unsigned int len)
> ++void md5lite(char *message, size_t len)
> + {
> + 
> + #ifndef HAVE_MD5
> +@@ -124,7 +124,7 @@ void md5lite(char *message, unsigned int
> +  * into 64 bits.
> +  */
> + 
> +-void rmd160lite(char *message, unsigned int len)
> ++void rmd160lite(char *message, size_t len)
> + {
> + 
> + #ifndef HAVE_RMD160
> +@@ -175,7 +175,7 @@ void rmd160lite(char *message, unsigned 
> +  * into 64 bits.
> +  */
> + 
> +-void sha1lite(char *message, unsigned int len)
> ++void sha1lite(char *message, size_t len)
> + {
> + 
> + #ifndef HAVE_SHA1



Re: net/honeyd breakage?

2005-08-09 Thread Alexandre Anriot
On Tue, Aug 09, 2005 at 03:21:06PM -0400, Okan Demirmen wrote:
> this at least fixes honeyd for me. it may also work with phython/2.4
> but i haven't tried yet - i kinda think python should be a flavor
> though. if anyone agrees, i'll send one in.
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/honeyd/Makefile,v
> retrieving revision 1.9
> diff -u -r1.9 Makefile
> --- Makefile23 Jul 2005 14:24:52 -  1.9
> +++ Makefile9 Aug 2005 18:52:13 -
> @@ -4,6 +4,7 @@
>  
>  COMMENT=   "utility to create virtual hosts on a network"
>  DISTNAME=  honeyd-1.0
> +PKGNAME=   ${DISTNAME}p0
>  CATEGORIES=net
>  MASTER_SITES=  http://www.citi.umich.edu/u/provos/honeyd/ \
> http://niels.xtdnet.nl/honeyd/
> @@ -20,7 +21,7 @@
>  USE_LIBTOOL=   Yes
>  
>  LIB_DEPENDS=   dnet.1::net/libdnet \
> -   python2.3.0.0::lang/python/2.3
> +   ::lang/python/2.3

I think that it's a bad idea to remove the version here. What is your
problem exactly? I've no problem on several machines running -current.

A flavour or even a subpackage for the webserver could be a good idea,
yes.. For example for people who want to use another frontend.



Re: new: sarg 2.0.9

2005-08-08 Thread Alexandre Anriot
On Mon, Aug 08, 2005 at 04:54:50PM -0300, Douglas Santos wrote:
> On Mon, Aug 08, 2005 at 08:43:03PM +0200, Alexandre Anriot wrote:
> > On Mon, Aug 08, 2005 at 02:51:14PM -0300, Douglas Santos wrote:
> > > Sarg is a Squid Analysis Report Generator that allow you to view
> > > "where" your users are going to on the Internet.
> > > Sarg generate reports in html, with many fields, like: users, IP
> > > Addresses, bytes, sites and times.
> > > 
> > > Tested on i386.
> > > Comments welcome.
> > > 
> > 
> > Good.
> > 
> > - I think chmods are useless in Makefile.in.
> 
> Removed.
> 
> > 
> > - `cp -r ./languages $(SYSCONFDIR)'; it's not a good idea to put
> >   directories in $(SYSCONFDIR); you may use $(SYSCONFDIR)/sarg. Moreover
> >   you are using @sample directories in PLIST, may be you can removed
> >   cp's and install files in post-install directly? It would be better to
> >   have this file in the packing list.
> 
> I forgot CONFDIR.

It seems better.

Forget the patch, it's useless, my fault.



Re: new: sarg 2.0.9

2005-08-08 Thread Alexandre Anriot
On Mon, Aug 08, 2005 at 02:51:14PM -0300, Douglas Santos wrote:
> Sarg is a Squid Analysis Report Generator that allow you to view
> "where" your users are going to on the Internet.
> Sarg generate reports in html, with many fields, like: users, IP
> Addresses, bytes, sites and times.
> 
> Tested on i386.
> Comments welcome.
> 

Good.

- I think chmods are useless in Makefile.in.

- `cp -r ./languages $(SYSCONFDIR)'; it's not a good idea to put
  directories in $(SYSCONFDIR); you may use $(SYSCONFDIR)/sarg. Moreover
  you are using @sample directories in PLIST, may be you can removed
  cp's and install files in post-install directly? It would be better to
  have this file in the packing list.


Thank you.



Re: NEW: polipo-0.9.8

2005-08-05 Thread Alexandre Anriot
On Thu, Aug 04, 2005 at 02:47:17PM -0500, Jon Trembley wrote:
> On Wed, Aug 03, 2005 at 08:21:18PM +0200, Bernd Ahlers wrote:
> > I've some small fixes:
> > 
> > - fmt -w 72 for pkg/DESCR
> > - install sample files to /etc/polipo
> > - different way to install the spool dir and the log file
> >   (pkg_delete -c does its job now)
> 
> Thanks to everyone for the testing, comments, and patches.  And thanks
> to Matthias K. for the privsep patches, too.

Remaining things to fix:

- FAKE_FLAGS in port's Makefile is useless
- in PLIST, owner/group is 548, not 536, and @mode @owner @group before
  extraunexec are useless
- you have to install docs in ${PREFIX}/share/doc/polipo, not
  ${PREFIX}/share/polipo/doc
- use our macros in Makefile, $(BSD_INSTALL_*) to replace mkdir/cp in
  install targets

It will be fine after these changes I think.


Thanks.



Re: NEW: polipo-0.9.8

2005-08-03 Thread Alexandre Anriot
On Wed, Aug 03, 2005 at 06:12:49AM -0500, Jon Trembley wrote:
> I submitted this port some time ago and it did not make it into the
> tree.  So here it is again.
> 
> HTTP:
> http://www.pps.jussieu.fr/~jch/software/polipo/
> 
> DESC:
> Polipo is a small and fast caching web proxy (a web cache, an HTTP
> proxy)
> designed to be used by one person or a small group of people. I like to 
> think that is similar in spirit to WWWOFFLE, but the implementation 
> techniques are more like the ones ones used by Squid. 
> 
> I would just like to mention that this little cache/proxy is not just
> for dial-up users.  I use this all the time on broadband connections
> because of its add/site blocking capabilities and its *increased speed*
> of browsing web pages.

- ${INSTALL_DATA} ${WRKBUILD}/*.sample ${PREFIX}/share/examples/polipo
  I suggest ${WRKSRC}, as .sample are already here.

- It's a NO_REGRESS candidate

- I suggest you to add something like:

post-extract:
@perl -pi -e "s,\/usr\/local\/share\/polipo\/,${PREFIX}/share/polipo/," 
\
${WRKSRC}/polipo.man

The port looks fine and builds/runs here.


Thank you.



Re: New: YAPRM - Yet Another PovRay Modeller

2005-07-28 Thread Alexandre Anriot
On Sat, Jul 23, 2005 at 10:41:44AM -0600, Chris Kuethe wrote:
> This is a port of YAPRM, which I found somewhat useful last time I
> needed to do something with povray. It depends on lib3ds, which I have
> also included here.
> 
> "Y.A.P.R.M. is a modeller to graphicaly design 3 demensional scenes
> and generate Povray-files for them."
> 
> CK

I think that "WANTLIB= c m" is missing for lib3ds. Suggestion, may be
it's possible to add an OpenGL flavor to it?

Both ports look ok but yapr segfaults at runtime. I haven't looked at
the core yet (i386).



Re: UPDATE: lang/gprolog

2005-07-28 Thread Alexandre Anriot
> - CFLAGS are not honored, and gprolog builds with -O3
>   -fomit-frame-pointer...
>   + CFLAGS are now honored.

Where?

I still see -O3 flags and friends at build time.

You probably have to patch ${WRKSRC}/src/configure etc. 



Thanks.


PS: your private mail don't work for me.



Re: UPDATE: lang/gprolog

2005-07-26 Thread Alexandre Anriot
On Mon, Jul 25, 2005 at 10:33:17PM +0100, Nuno Morgadinho wrote:
> Let me add that lang/gprolog is currently broken in the tree (doesn't 
> compile). 
> 
> This should fix that but gprolog will be a bit unstable. It would be nice if
> someone could test it on stable to see if it's another bug(s) revealed by
> the new malloc with mmap.

Suggestions:

- patches/* are not applying cleanly, you can nuke/update them
- don't use install-strip by default but install, stripping binaries has
  to be chosen in mk.conf with INSTALL_STRIP
- CFLAGS are not honored, and gprolog builds with -O3
  -fomit-frame-pointer...

Thanks.



Re: NEW: mail/clamsmtp

2005-07-26 Thread Alexandre Anriot
On Mon, Jul 25, 2005 at 08:30:30PM +0200, Simon Dassow wrote:
> Hello everyone,
> this is a port for clamsmtp 1.4.1.
> 
> Description:
> ClamSMTP is an SMTP filter that allows you to check for viruses 
> using the ClamAV anti-virus software. It accepts SMTP connections 
> and forwards the SMTP commands and responses to another SMTP server. 
> The 'DATA' email body is intercepted and scanned before forwarding.
> It is written with the postfix mailserver in mind but can also be
> used as a transparent proxy to filter all traffic.
> 
> Port is attached.
> Tested on i386 and sparc64.

Works correctly, but here is a few suggestions:

- pthread must be added to WANTLIB marker
- clamstpd.conf is in doc/ and should be installed in
  share/examples/clamsmtpd and as @sample
- "An" can be removed in COMMENT



Re: NEW: devel/automake/1.9

2005-07-24 Thread Alexandre Anriot
On Sun, Jul 24, 2005 at 03:28:17PM +0200, Marc Espie wrote:
> What did you use to conduct your tests and assert that automake 1.9
> does not work with /usr/bin/m4 ?
> 
By the way, it works better without patches/patch-doc_automake_texi.

Sorry.



Re: NEW: devel/automake/1.9

2005-07-23 Thread Alexandre Anriot
On Fri, Jul 22, 2005 at 11:51:52PM +0200, Alexandre Anriot wrote:
> Here is automake 1.9 port, based on 1.8 one from Jacob Meuser. It
> becomes more and more needed by recent Software.

Don't waste you time with this port for now.

It works with some softs but doesn't pass regress checks, and it's not a
good plan for the moment.


Thank you.



NEW: textproc/gtk-doc

2005-07-22 Thread Alexandre Anriot
Here is gtk-doc, a software used to document C code.

You can find informations about it on:
http://www.gtk.org/gtk-doc/


gtk-doc.tar.gz
Description: application/tar-gz


NEW: devel/automake/1.9

2005-07-22 Thread Alexandre Anriot
Here is automake 1.9 port, based on 1.8 one from Jacob Meuser. It
becomes more and more needed by recent Software.


automake-1.9.tar.gz
Description: application/tar-gz


Re: mplayer plug-in for mozilla

2005-07-20 Thread Alexandre Anriot
On Wed, Jul 20, 2005 at 10:54:23AM +0300, Alexey E. Suslikov wrote:
> Hello ports@openbsd.org,
> 
> has anyone working (has feedback) on mplayer plug-in
> for mozilla?
> 
> http://mplayerplug-in.sourceforge.net
> 
> version 3.00 is just released
> 
> http://sourceforge.net/project/showfiles.php?group_id=71239&package_id=70736&release_id=343166

It's probably the only way we could have to play multimedia formats like
SMIL, but I heard about problems on *BSD systems. I think that it could
be interesting to try its porting.


Alexandre.



Re: UPDATE for www/plone

2005-07-20 Thread Alexandre Anriot
On Fri, Jul 15, 2005 at 02:06:53PM +0200, DoN wrote:
> Update plone-2.0.4 to plone-2.0.5, works for me on i386.
> 
> please test and comment.

Please, send us an unified diff, generated for example with:
diff -x CVS -urN /usr/ports/www/plone-2.0.4 plone/plone-2.0.5


Thanks.



Re: gimp2

2005-07-14 Thread Alexandre Anriot
On Thu, Jul 14, 2005 at 07:12:50PM +, Edd Barrett wrote:
> >... with a lot of help from Bernd Ahlers who updated my original gimp2 port
> >to version 2.2.6. If anyone want's to try it, the unofficial version is 
> >available at: 
> 
> >* http://www.bytelabs.org/gimp-2.2.6.tgz
> 
> This port builds and runs on sparc64.

The Gimp 2.2.8 is in the tree since a few days. :)



UPDATE: www/twiki

2005-07-14 Thread Alexandre Anriot
Here is an update to the latest release available of twiki,
"TWiki20040902".

Changelog is available here:
http://twiki.org/cgi-bin/view/TWiki/TWikiHistory#01_Sep_2004_Release_Cairo


Thanks.
diff -urN /usr/ports/www/twiki/Makefile www/twiki/Makefile
--- /usr/ports/www/twiki/Makefile   Tue Mar  8 08:43:19 2005
+++ www/twiki/Makefile  Thu Jul 14 14:11:40 2005
@@ -2,12 +2,13 @@
 
 COMMENT=   "web-based collaboration platform"
 
-DISTNAME=  TWiki20030201
-PKGNAME=   TWiki-20030201
+DISTNAME=  TWiki20040902
+PKGNAME=   TWiki-20040902
 CATEGORIES=www
 
 HOMEPAGE=  http://twiki.org/
 
+# GPL
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
@@ -19,24 +20,32 @@
 NO_REGRESS=Yes
 PKG_ARCH=  *
 
-WRKDIST=   ${WRKDIR}
+WRKDIST=   ${WRKDIR}/twiki
 
 PREFIX=/var/www
-WWWDOCDIR= ${PREFIX}/htdocs
-SUBST_VARS=WWWDOCDIR
+WWWDOCDIR= ${PREFIX}/htdocs/twiki
+WWWCGIDIR= ${PREFIX}/cgi-bin/twiki
+SUBST_VARS=WWWDOCDIR WWWCGIDIR
 
 do-configure:
-   @perl -i -pe '[EMAIL PROTECTED]@[EMAIL PROTECTED]' 
${WRKSRC}/lib/TWiki.cfg
-   @perl -i -pe '[EMAIL PROTECTED]@[EMAIL PROTECTED]' 
${WRKSRC}/bin/setlib.cfg
+   @perl -i -pe '[EMAIL PROTECTED]@[EMAIL PROTECTED]' 
${WRKSRC}/lib/TWiki.cfg
@find ${WRKSRC} -name '*.orig' |xargs rm
+   @find ${WRKSRC} -name '*\,v' |xargs rm
 
 do-install:
-   ${INSTALL_SCRIPT_DIR} ${PREFIX}/cgi-bin/twiki
-   ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/cgi-bin/twiki
-   ${INSTALL_DATA} ${WRKSRC}/lib/TWiki.cfg ${WRKSRC}/lib/TWiki.cfg-sample
-   ${INSTALL_DATA_DIR} ${WWWDOCDIR}/twiki
+   ${INSTALL_DATA_DIR} ${PREFIX}/conf
+   ${INSTALL_DATA} ${FILESDIR}/httpd-twiki.conf ${PREFIX}/conf/
+
+   ${INSTALL_DATA_DIR} ${WWWDOCDIR}
+   ${INSTALL_SCRIPT_DIR} ${WWWCGIDIR}
+   ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${WWWCGIDIR}
+
+.for f in index.html robots.txt TWikiDocumentation.html TWikiHistory.html
+   ${INSTALL_DATA} ${WRKSRC}/${f} ${WWWDOCDIR}
+.endfor
+
 .for d in data lib pub templates
-   cp -R ${WRKSRC}/${d} ${WWWDOCDIR}/twiki
+   cp -R ${WRKSRC}/${d} ${WWWDOCDIR}
 .endfor
 
 .include 
diff -urN /usr/ports/www/twiki/distinfo www/twiki/distinfo
--- /usr/ports/www/twiki/distinfo   Wed Jan  5 18:39:02 2005
+++ www/twiki/distinfo  Wed Jul 13 21:33:20 2005
@@ -1,4 +1,4 @@
-MD5 (TWiki20030201.tar.gz) = cbbd937b51b56c5343b5e72f1be6a0cf
-RMD160 (TWiki20030201.tar.gz) = 3d83038448277df777dab68fa1c8f65cb37e82d1
-SHA1 (TWiki20030201.tar.gz) = 2819f903d260dab9a460401e115447e520b3ec42
-SIZE (TWiki20030201.tar.gz) = 892554
+MD5 (TWiki20040902.tar.gz) = d04b2041d83dc6c97905faa1c6b9116d
+RMD160 (TWiki20040902.tar.gz) = fd3ceaaba61a8f20801274687caa17908839c609
+SHA1 (TWiki20040902.tar.gz) = 0615f18bfa4707bb2eb053bfa4cf8e6e491194bb
+SIZE (TWiki20040902.tar.gz) = 1833008
diff -urN /usr/ports/www/twiki/files/httpd-twiki.conf 
www/twiki/files/httpd-twiki.conf
--- /usr/ports/www/twiki/files/httpd-twiki.conf Thu Jan  1 01:00:00 1970
+++ www/twiki/files/httpd-twiki.confWed Jul 13 23:44:53 2005
@@ -0,0 +1,28 @@
+ScriptAlias /twiki/bin/ "/var/www/cgi-bin/twiki/"
+Alias /twiki/ "/var/www/htdocs/twiki/"
+
+
+   Options +ExecCGI
+   SetHandler cgi-script
+   Allow from all
+
+
+
+   Options FollowSymLinks +Includes
+   AllowOverride None
+   Allow from all
+
+
+
+   Options FollowSymLinks +Includes
+   AllowOverride None
+   Allow from all
+
+
+
+   Deny from all
+
+
+
+   Deny from all
+
diff -urN /usr/ports/www/twiki/patches/patch-bin_setlib_cfg 
www/twiki/patches/patch-bin_setlib_cfg
--- /usr/ports/www/twiki/patches/patch-bin_setlib_cfg   Wed Apr 14 10:27:56 2004
+++ www/twiki/patches/patch-bin_setlib_cfg  Thu Jul 14 09:33:29 2005
@@ -1,12 +1,12 @@
-$OpenBSD: patch-bin_setlib_cfg,v 1.1.1.1 2004/04/14 08:27:56 kevlo Exp $
 bin/setlib.cfg.orig2003-02-02 02:45:15.0 +
-+++ bin/setlib.cfg 2004-04-13 15:36:35.0 +
-@@ -22,7 +22,7 @@
- # -- Change these settings if required
+$OpenBSD$
+--- bin/setlib.cfg.origThu Jul 14 09:32:41 2005
 bin/setlib.cfg Thu Jul 14 09:33:22 2005
+@@ -37,7 +37,7 @@
  
- #Path to lib directory containing TWiki.pm. Set to absolute file path:
+ #Path to lib directory containing TWiki.pm.
+ #ATTENTION: Set to absolute file path:
 -$twikiLibPath = '../lib';
-+$twikiLibPath = '%%WWWDOCDIR%%/twiki/lib';
++$twikiLibPath = '/var/www/htdocs/twiki/lib';
  
  #Path to local Perl modules (e.g. under home directory for users
  #without 'root' on Unix/Linux). Uncomment and set if needed:
diff -urN /usr/ports/www/twiki/patches/patch-lib_TWiki_cfg 
www/twiki/patches/patch-lib_TWiki_cfg
--- /usr/ports/www/twiki/patches/patch-lib_TWiki_cfgWed Apr 14 10:27:56 2004
+++ www/twiki/patches/patch-lib_TWiki_cfg   Thu Jul 14 10:31:36 2005
@@ -1,28 +1,23 @@
-$OpenBSD: patch-lib_TWiki_cfg,v 1.1.1.1 2004/04/14 08:27

Re: NEW: games/gtetrinet

2005-07-11 Thread Alexandre Anriot
> Jonathan Gray> GTetrinet is a client program for the popular
> Jonathan Gray> Tetrinet game, a multiplayer
> Jonathan Gray> tetris game that is played over the internet.

A few suggestions :

- PKGNAME=   ${DISTNAME:L} isn't needed.
- Are you sure that GMAKE is needed? It works well without it here.
- Please, wrapp the pkg/DESCR to 72 chars.

It seems to work well btw, thanks.



UPDATE: net/honeyd

2005-07-11 Thread Alexandre Anriot
Here is an update to the latest version available:

- fix a few things
- internal webserver
- fix bugs

Details can be found here:
http://www.honeyd.org/release.php?version=1.0

Add/Edit through the web interface don't work in this release, you have
to use the config file directly.
diff -urN /usr/ports/net/honeyd/Makefile net/honeyd/Makefile
--- /usr/ports/net/honeyd/Makefile  Fri Jul  8 11:03:27 2005
+++ net/honeyd/Makefile Mon Jul 11 07:47:00 2005
@@ -3,28 +3,32 @@
 NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
 
 COMMENT=   "utility to create virtual hosts on a network"
-DISTNAME=  honeyd-0.8b
+DISTNAME=  honeyd-1.0
 CATEGORIES=net
-MASTER_SITES=  ${HOMEPAGE} \
+MASTER_SITES=  http://www.citi.umich.edu/u/provos/honeyd/ \
http://niels.xtdnet.nl/honeyd/
 
-HOMEPAGE=  http://www.citi.umich.edu/u/provos/honeyd/
+HOMEPAGE=  http://www.honeyd.org/
 
-# BSD
+# GPL
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=   c edit m ncurses pcap
+WANTLIB=   c edit m ncurses pcap pthread util z
 
 USE_LIBTOOL=   Yes
 
-BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a::net/libdnet
+LIB_DEPENDS=   dnet.1::net/libdnet \
+   python2.3.0.0::lang/python/2.3
+RUN_DEPENDS=   ::net/rrdtool
 
 CONFIGURE_STYLE=gnu
-CONFIGURE_ARGS+=--without-python
 
-SCRIPTS=   proxy.pl router-telnet.pl smtp.pl test.sh web.sh
+SCRIPTS=   INSTALL.kuang2 README.cmdexe README.kuang2  \
+   README.mydoom cmdexe.pl kuang2.conf kuang2.pl   \
+   mydoom.pl proxy.pl router-telnet.pl smtp.pl \
+   test.sh web.sh
 SCRIPTS-snmp=  README buildSNMPConfig.pl default.snmp fake-snmp.pl \
linux-2.4.snmp.tpl windows2000.snmp.tpl
 
diff -urN /usr/ports/net/honeyd/distinfo net/honeyd/distinfo
--- /usr/ports/net/honeyd/distinfo  Wed Jan  5 18:14:44 2005
+++ net/honeyd/distinfo Tue Jul  5 15:18:03 2005
@@ -1,4 +1,4 @@
-MD5 (honeyd-0.8b.tar.gz) = 4f287d8d1abe22f96fe74f1318186617
-RMD160 (honeyd-0.8b.tar.gz) = 82a7b7010642f73ac4cfbe9fb98088dfe543d2c4
-SHA1 (honeyd-0.8b.tar.gz) = fe8054847b98003d52ec50a8376e51a9f76d41e5
-SIZE (honeyd-0.8b.tar.gz) = 523808
+MD5 (honeyd-1.0.tar.gz) = 5c5c6cc62d135075d021a6c1bc5c9a5b
+RMD160 (honeyd-1.0.tar.gz) = d5c28f8987dd22d266348cf908f008423a63fc49
+SHA1 (honeyd-1.0.tar.gz) = abff00cf7815b6448e5432be8b4710f39bf2119f
+SIZE (honeyd-1.0.tar.gz) = 600339
diff -urN /usr/ports/net/honeyd/patches/patch-Makefile_in 
net/honeyd/patches/patch-Makefile_in
--- /usr/ports/net/honeyd/patches/patch-Makefile_in Fri Dec  5 23:05:34 2003
+++ net/honeyd/patches/patch-Makefile_inTue Jul  5 18:11:01 2005
@@ -1,12 +1,25 @@
-$OpenBSD: patch-Makefile_in,v 1.2 2003/12/05 22:05:34 sturm Exp $
 Makefile.in.orig   2003-11-27 04:47:00.0 +0100
-+++ Makefile.in2003-12-05 22:28:34.0 +0100
-@@ -136,7 +136,7 @@ honeyd_LDADD = @LIBOBJS@ @PYTHONLIB@ @EV
- # Allow plugins to use honeyd's functions:
- honeyd_LDFLAGS = -export-dynamic 
+$OpenBSD$
+--- Makefile.in.orig   Fri Dec 31 20:13:47 2004
 Makefile.inTue Jul  5 18:10:57 2005
+@@ -152,7 +152,7 @@ honeydctl_LDADD = @LIBOBJS@ @EDITLIB@ @L
+ honeydctl_INCLUDES = @EDITINC@
+ honeydctl_CFLAGS = -O2 -Wall
  
--CFLAGS = -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"$(honeydincludedir)\""  
-DPATH_HONEYDDATA="\"$(honeyddatadir)\""
-DPATH_HONEYDLIB="\"$(honeydlibdir)\""  
-DHONEYD_PLUGINS_DECLARE="$(honeydpluginsdeclare)"  
-DHONEYD_PLUGINS="$(honeydplugins)"
-+CFLAGS += -Wall   -DPATH_HONEYDINCLUDE="\"$(honeydincludedir)\""  
-DPATH_HONEYDDATA="\"$(honeyddatadir)\""
-DPATH_HONEYDLIB="\"$(honeydlibdir)\""  
-DHONEYD_PLUGINS_DECLARE="$(honeydpluginsdeclare)"  
-DHONEYD_PLUGINS="$(honeydplugins)"
+-CFLAGS = -O2 -Wall -g -DPATH_HONEYDINCLUDE="\"$(honeydincludedir)\""  
-DPATH_HONEYDDATA="\"$(honeyddatadir)\""
-DPATH_HONEYDLIB="\"$(honeydlibdir)\""  
-DHONEYD_PLUGINS_DECLARE="$(honeydpluginsdeclare)"  
-DHONEYD_PLUGINS="$(honeydplugins)" -DPATH_RRDTOOL="\"$(PATH_RRDTOOL)\""
++CFLAGS += -Wall   -DPATH_HONEYDINCLUDE="\"$(honeydincludedir)\""  
-DPATH_HONEYDDATA="\"$(honeyddatadir)\""
-DPATH_HONEYDLIB="\"$(honeydlibdir)\""  
-DHONEYD_PLUGINS_DECLARE="$(honeydpluginsdeclare)"  
-DHONEYD_PLUGINS="$(honeydplugins)" -DPATH_RRDTOOL="\"$(PATH_RRDTOOL)\""
  
  
- INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat
@PYTHONINC@ @EVENTINC@ @PCAPINC@ @DNETINC@
+ INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat
@PYTHONINC@ @EVENTINC@ @PCAPINC@ @DNETINC@ @ZINC@
+@@ -664,9 +664,9 @@ libhoneyd.so: $(LIBHONEYDFILES)
+ 
+ install-data-local:
+   (cd $(top_srcdir) && tar -cf - $(top_srcdir)/webserver) | \
+-  (cd $(honeyddatadir) && tar -xf -)
+-  find $(honeyddatadir)/webserver -type f | xargs chmod a+r
+-  find $(honeyddatadir)/webserver -type d | xargs chmod a+xr
+

Re: NEW mail/avenger

2005-07-09 Thread Alexandre Anriot
On Thu, Jul 07, 2005 at 01:52:37PM -0400, David Mazieres wrote:
> The following is a port for Mail Avenger, an extensible anti-spam SMTP
> server.  (More information on Mail Avenger is available from
> http://www.mailavenger.org/.)
> 
> The port has been tested on i386 and amd64.

Here is a few suggestions:

- nuke comments in port's Makefile and make a few tweaks like
  MASTER_SITES= ${HOMEPAGE}/dist
- install data files in ${SYSCONFIR}/asmtpd too
- add user and group with @sample to the PLIST
- nuke pkg/MESSAGE, as it becomes useless with these changes

Otherwise, it seems to work, I will make another tests later.


Thank you.



Re: blender 2.37a

2005-07-03 Thread Alexandre Anriot
On Sun, Jul 03, 2005 at 10:32:38PM -0300, Douglas Santos wrote:
> Update blender to 2.37a based on Alexandre Anriot 
> http://marc.theaimsgroup.com/?l=openbsd-ports&m=111610964607751&w=2
> 

Please, a diff next time. Yes, the update is correct, but there's still
the same problem, mouse cursor is gettting stuck on the left of my
screen when I use the menus.

Have you the same problem?



Re: NEW: devel/sdcc

2005-06-28 Thread Alexandre Anriot
On Tue, Jun 28, 2005 at 07:53:18AM +0200, Alexandre Anriot wrote:
> Here is a port of sdcc, a compiler targetting small devices like Zilog80
> or Motorola HC08.

Thanks to alek@ for comments. Updated port is attached with:

- install doc in share/doc/sdcc instead of share/sdcc/doc/
- nuke ggdb flag


Thank you.


sdcc.tar.gz
Description: application/tar-gz


Re: upgrade snort to 2.3.3

2005-06-28 Thread Alexandre Anriot
On Tue, Jun 28, 2005 at 11:29:49AM -0400, Jason Crawford wrote:
> Alright, here's the diff, but what if there are changes that diff
> doesn't take care of, like removal of patches? One of the patches that
> was in snort, isn't needed now (as far as I can tell) so I didn't
> include it in the tar.gz file. The patch not needed, as far as I could
> tell, was the preprocessor patch. Please test, thanks.

It seems that $HOME is not given, may be a 
CONFIGURE_ARGS= HOME="${HOME}"?

RUN_DEPENDS+=   ${BUILD_DEPENDS} seems reasonable.

"patch-src_preprocessors_spp_frag2_c" did not apply cleanly, but you
know this :)


Thanks.



NEW: devel/avr

2005-06-28 Thread Alexandre Anriot
Here is an AVR port, a complete chaintool to play with Atmel AVR
microcontrollers. It contains:

- the GNU binutils
- a cross GCC
- an AVR libc
- GDB

You'll probably need to use devel/uisp too.

-- 

Alexandre Anriot
[EMAIL PROTECTED]


avr.tar.gz
Description: application/tar-gz


Re: UPDATE: productivity/ledger 2.2 -> 2.3

2005-06-27 Thread Alexandre Anriot
On Mon, Jun 27, 2005 at 08:34:43PM -0400, Jim Razmus wrote:
> Simple update that has some nice bugs squashed.  Tested on i386.
> 
> Please test and commit.

Works well here.

-- 

Alexandre Anriot
[EMAIL PROTECTED]



NEW: devel/sdcc

2005-06-27 Thread Alexandre Anriot
Here is a port of sdcc, a compiler targetting small devices like Zilog80
or Motorola HC08.


Thank you.

-- 

Alexandre Anriot
[EMAIL PROTECTED]


sdcc.tar.gz
Description: application/tar-gz


Re: New port: net/kismet

2005-06-26 Thread Alexandre Anriot
On Sun, Jun 26, 2005 at 01:32:22AM +, Baldur Sigurðsson wrote:
> hi
> 
> compiling runs smoothly without errors on i386, but when I run it 
> (having configured the /etc/kismet.conf and all) I get this:
> 
> # kismet_server
> FATAL: Support for capture source type 'ipw2100' was not built.  Check 

Cool start! Here is some suggestions:

- use BSD_INSTALL_* in Makefile.in
- create a _kismet user and put it by default on the config_file to
  replace "your_user_here"
- put config files in /etc too at install time
- add something like this to fix the manuals:

post-build:
@perl -pi -e "s,/usr/local(/etc/kismet.conf),$1," \
${WRKSRC}/man/kismet.conf.5

@perl -pi -e "s,/usr/local(/etc/kismet.conf),$1," \
${WRKSRC}/man/kismet_drone.conf.5

- fix scripts, ${BIN} and other variables are kept
  (example: [1] + Done (1)  ${BIN}/kismet_server --silent $server)


Thanks.

-- 

Alexandre Anriot
[EMAIL PROTECTED]



  1   2   >