unalz archive package

2006-12-19 Thread Liam Joo

Hello Guy,
I make package about unalz archive application.
What about your ideas?

Thanks,



Re: OpenBSD MIB for net-snmp

2006-12-19 Thread Tim Kornau
On Mon, 18 Dec 2006 at 23:12 -0700, Christopher Snell wrote:
 Hi Tim,
 
 Do you think that Joel Knight's work on a SNMP MIB for OpenBSD will  
 ever be merged into the net-snmp port?
 
http://www.packetmischief.ca/openbsd/snmp/

Hmm that is pretty new :) 15.12.2006. I think we should merge that
with his help into the new 5.4 release. I will CC the message to
ports@ to see what the other users are thinking about it and to get
them informed about the work Joel Knight did. I think this is very
usefull for people that use net-snmp.

Tim
-- 
Darksun rising over blood red sea


pgpwuHwhUH0kB.pgp
Description: PGP signature


UPDATE: lang/python

2006-12-19 Thread Aleksander Piotrowski
Hi

The following diff updates lang/python/2.3 to new version -- 2.3.6.

It also fixes py-wxWidgets problem spotted by John Danks
[EMAIL PROTECTED].  The problem was that python is built with
CC and doesn't work with extensions that use CXX.

OK?

Index: Makefile.inc
===
RCS file: /cvs/ports/lang/python/Makefile.inc,v
retrieving revision 1.44
diff -u -r1.44 Makefile.inc
--- Makefile.inc24 Nov 2006 20:48:23 -  1.44
+++ Makefile.inc19 Dec 2006 11:37:35 -
@@ -50,7 +50,7 @@
 LIB_DEPENDS=
 
 RUN_DEPENDS-main=
-WANTLIB-main=  ssl panel m crypto c util z readline pthread ncurses
+WANTLIB-main=  ssl panel m crypto c util z readline pthread ncurses stdc++
 
 LIB_DEPENDS-bsddb= lib/db4/db.=4:db-4.*:databases/db/v4
 LIB_DEPENDS-gdbm=  gdbm.=3::databases/gdbm
Index: 2.3/Makefile
===
RCS file: /cvs/ports/lang/python/2.3/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- 2.3/Makefile24 Nov 2006 20:48:23 -  1.22
+++ 2.3/Makefile19 Dec 2006 11:37:35 -
@@ -5,8 +5,8 @@
 .endif
 
 VERSION=   2.3
-PATCHLEVEL=.5
-PKG_PATCHLEVEL=p6
+PATCHLEVEL=.6
+PKG_PATCHLEVEL=
 SHARED_LIBS=   python2.3 0.0
 
 # needed for www/zope
Index: 2.3/distinfo
===
RCS file: /cvs/ports/lang/python/2.3/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- 2.3/distinfo3 Mar 2005 22:29:49 -   1.4
+++ 2.3/distinfo19 Dec 2006 11:37:35 -
@@ -1,4 +1,4 @@
-MD5 (Python-2.3.5.tgz) = 7a1ecc1196c5c0e9d4eef90ba684c4e9
-RMD160 (Python-2.3.5.tgz) = 2104a393ca7c91b72b990ced53a0da752ccf42ef
-SHA1 (Python-2.3.5.tgz) = 2729d068f5d1abe7b743f32012d4f7c4b0508a3c
-SIZE (Python-2.3.5.tgz) = 8535749
+MD5 (Python-2.3.6.tgz) = 357c79f9c914b671c9401f70853ebf3b
+RMD160 (Python-2.3.6.tgz) = ee8a9f46137aba8972d22d5dc7cf0f601ad75c7b
+SHA1 (Python-2.3.6.tgz) = 20e180cfa1aa678728ac9bd54f73e0660acbbf9f
+SIZE (Python-2.3.6.tgz) = 8610359
Index: 2.3/patches/patch-configure_in
===
RCS file: /cvs/ports/lang/python/2.3/patches/patch-configure_in,v
retrieving revision 1.10
diff -u -r1.10 patch-configure_in
--- 2.3/patches/patch-configure_in  1 Nov 2006 20:02:06 -   1.10
+++ 2.3/patches/patch-configure_in  19 Dec 2006 11:37:35 -
@@ -10,16 +10,7 @@
  define_xopen_source=no;;
# On Solaris 2.6, sys/wait.h is inconsistent in the usage
# of union __?sigval. Reported by Stuart Bishop.
-@@ -479,6 +479,8 @@ then
-  LINKCC=LD_RUN_PATH=$libdir $LINKCC;;
-   Monterey64*)
-  LINKCC=$LINKCC -L/usr/lib/ia64l64;;
-+  OpenBSD*)
-+   LINKCC=\$(PURIFY) \$(CC);;
-   esac
- fi
- AC_MSG_RESULT($LINKCC)
-@@ -1321,14 +1323,28 @@ then
+@@ -1321,14 +1321,17 @@ then
Linux*|GNU*) LDSHARED='$(CC) -shared';;
dgux*) LDSHARED=ld -G;;
BSD/OS*/4*) LDSHARED=gcc -shared;;
@@ -33,24 +24,13 @@
fi;;
 -  NetBSD*) LDSHARED=cc -shared ${LDFLAGS};;
 +  OpenBSD*)
-+  if [[ `$CC -dM -E - /dev/null | grep __ELF__` !=  ]]
-+  then
-+  LDSHARED='$(CC) -shared $(CCSHARED) ${LDFLAGS}'
-+  else
-+  case `uname -r` in
-+  [[01]].* | 2.[[0-7]] | 2.[[0-7]].*)
-+ LDSHARED=ld -Bshareable ${LDFLAGS}
-+ ;;
-+  *)
-+ LDSHARED='$(CC) -shared $(CCSHARED) ${LDFLAGS}'
-+ ;;
-+  esac
-+  fi;;
++  LDSHARED='$(CC) -shared $(CCSHARED) ${LDFLAGS}'
++  ;;
 +  NetBSD*) LDSHARED=${CC} -shared ${LDFLAGS};;
OpenUNIX*|UnixWare*)
if test $GCC = yes
then LDSHARED='$(CC) -shared'
-@@ -1465,9 +1481,10 @@ AC_CHECK_LIB(dld, shl_load) # Dynamic li
+@@ -1465,9 +1468,10 @@ AC_CHECK_LIB(dld, shl_load) # Dynamic li
  
  # only check for sem_ini if thread support is requested
  if test $with_threads = yes -o -z $with_threads; then
Index: 2.4/Makefile
===
RCS file: /cvs/ports/lang/python/2.4/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- 2.4/Makefile24 Nov 2006 20:48:23 -  1.10
+++ 2.4/Makefile19 Dec 2006 11:37:35 -
@@ -2,7 +2,7 @@
 
 VERSION=   2.4
 PATCHLEVEL=.4
-PKG_PATCHLEVEL=p0
+PKG_PATCHLEVEL=p1
 SHARED_LIBS=   python2.4 0.0
 
 .if ${MACHINE_ARCH} == alpha || ${MACHINE_ARCH} == amd64 || 
${MACHINE_ARCH} == sparc64
Index: 2.4/patches/patch-configure_in
===
RCS file: 

Re: NEW: audio/gnupod

2006-12-19 Thread sac

Hi,
GNUpod build fails. I'm unable to install gnupod on my machine.
Broken dependency.
I've attached the error below:

===  gnupod-0.99 depends on: p5-MP3-Info-* - found

Broken dependency: devel/p5-File-Copy-Recursive non existent

(BUILD_DEPENDS :p5-File-Copy-Recursive-*:devel/p5-File-Copy-Recursive)
*** Error code 1

Stop in /usr/ports/audio/gnupod (line 1441 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/audio/gnupod (line 1787 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/audio/gnupod (line 1326 of
/usr/ports/infrastructure/mk/bsd.port.mk).

Hope it is helpful.


sac.

On 12/18/06, Sideris Michael [EMAIL PROTECTED] wrote:

GNUpod is a collection of Perl-Scripts which allow you to use your iPod
under GNU/Linux and many other Operating Systems with a usable Version
of Perl 5 (+Modules).

Please test and feedback.

--
Sideris Michael







Re: Enigmail Thunderbird: Enigmime Service not available

2006-12-19 Thread Kurt Miller
On Tuesday 19 December 2006 3:05 am, Stephan A. Rickauer wrote:
 Kurt Miller wrote:
  This is working for me with the same versions of the packages
  you listed. I built them myself instead of from snapshots though.
  AFAICT, system nss doesn't effect this. Have you tried some
  of the suggestions in the install message like creating a new
  profile?
 
 After the problems with the packages I've also compiled from ports and
 had the same effect. Since I've migrated my profile from linux
 originally, I did move it away first and started a brand new
 ~/.thunderbird from scratch.

Not sure what it could be at the moment. Perhaps you are
picking up an old shared lib from a .libs package. What
does ls -d /var/db/pkg/.libs-* show? Try pkg_deleting
the ones that are not needed anymore - keep note of what
you pkg_delete.

Also could you capture your LD_DEBUG output and send
to me?

export LD_DEBUG=1
nohup thunderbird

reproduce the problem, exit thunderbird and send
me the nohup.out file gzip'ed.

-Kurt



Re: NEW: audio/gnupod

2006-12-19 Thread marius

On 12/19/06, sac [EMAIL PROTECTED] wrote:

Hi,
GNUpod build fails. I'm unable to install gnupod on my machine.
Broken dependency.
I've attached the error below:

===  gnupod-0.99 depends on: p5-MP3-Info-* - found
 Broken dependency: devel/p5-File-Copy-Recursive non existent
(BUILD_DEPENDS :p5-File-Copy-Recursive-*:devel/p5-File-Copy-Recursive)
*** Error code 1


Update your ports tree. Espie added p5-File-Copy-Recursive on Saturday
November 4.

//ms



Re: [Nagiosplug-devel] nagios check_carp for OpenBSD carp(4)

2006-12-19 Thread Brian A. Seklecki


Chris:

Right, when I have a second here, I was going to ry to merge the PF-MIB 
patch into opti@'s new version of Net-SNMP 5.4 (the PF-MIB I have right 
now is for the old-school ucd-snmp !)


http://www.packetmischief.ca/openbsd/snmp/

~BAS

On Mon, 18 Dec 2006, Christopher Snell wrote:


On 12/15/06, Brian A. Seklecki [EMAIL PROTECTED] wrote:

Thoughts? Strategies? Ideas?
---

Ask the machine directly? Ask an adjacent machine?


Joel Knight just released an updated OpenBSD SNMP MIB that supports
reading data from the sensors framework.  Perhaps he could be
persuaded to add support for CARP state detection?  :)

Chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Nagios Plugin Development Mailing List [EMAIL PROTECTED]
Unsubscribe at https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel
::: Please include plugins version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null



l8*
-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
   http://www.spiritual-machines.org/

...from back in the heady days when helpdesk meant nothing, diskquota
meant everything, and lives could be bought and sold for a couple of pages
of laser printout - and frequently were.



Re: [Nagiosplug-devel] nagios check_carp for OpenBSD carp(4)

2006-12-19 Thread Joel Knight

Brian A. Seklecki wrote:

Chris:

Right, when I have a second here, I was going to ry to merge the PF-MIB 
patch into opti@'s new version of Net-SNMP 5.4 (the PF-MIB I have right 
now is for the old-school ucd-snmp !)


http://www.packetmischief.ca/openbsd/snmp/



The MIBs currently work with Net-SNMP 5.1 which is what's in the OpenBSD 
ports tree. The patch to ucd-snmp was obsolete some time ago.





.joel



NEW: ruby-ldap

2006-12-19 Thread Jeremy Evans

This is a new port for ruby-ldap, a ruby OpenLDAP library.

Homepage: http://ruby-ldap.sourceforge.net/

Tested on i386.

Jeremy



Re: NEW: ruby-ldap

2006-12-19 Thread Jeremy Evans

On 12/19/06, Jeremy Evans [EMAIL PROTECTED] wrote:

This is a new port for ruby-ldap, a ruby OpenLDAP library.

Homepage: http://ruby-ldap.sourceforge.net/

Tested on i386.

Jeremy



Forgot to attach the port.


ruby-ldap.tar.gz
Description: GNU Zip compressed data


Re: Enigmail Thunderbird: Enigmime Service not available

2006-12-19 Thread Kurt Miller
On Tuesday 19 December 2006 3:05 am, Stephan A. Rickauer wrote:
 Kurt Miller wrote:
  This is working for me with the same versions of the packages
  you listed. I built them myself instead of from snapshots though.
  AFAICT, system nss doesn't effect this. Have you tried some
  of the suggestions in the install message like creating a new
  profile?
 
 After the problems with the packages I've also compiled from ports and
 had the same effect. Since I've migrated my profile from linux
 originally, I did move it away first and started a brand new
 ~/.thunderbird from scratch.

I still can't reproduce your particular problem, but
I have noticed that enigmail installs its shared lib
in the ~/.thunderbird profile dir. This is going to
be problematic for upgrades.

Please uninstall enigmail from thunderbird (Tools -
Extensions - Enigmail - Uninstall) and try the
attached diff. It installs enigmail into the global
extensions dir.

-Kurt
Index: Makefile
===
RCS file: /cvs/ports/mail/enigmail/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	3 Oct 2006 21:10:16 -	1.1.1.1
+++ Makefile	19 Dec 2006 23:12:54 -
@@ -8,8 +8,12 @@
 
 VER=		0.94.1
 DISTNAME=	enigmail-${VER}
+PKGNAME=	enigmail-${VER}p0
 CATEGORIES=	mail security
 
+# note - when thunderbird gets bumped, enigmail needs to be bumped to match
+SHARED_LIBS=	enigmime	11.0
+
 HOMEPAGE=	http://enigmail.mozdev.org/
 
 # mozilla public license or GPL
@@ -21,14 +25,16 @@
 MASTER_SITES=	http://www.mozilla-enigmail.org/downloads/src/
 
 THUNDERBIRD_DIR=mail/mozilla-thunderbird
-BUILD_DEPENDS=	::${THUNDERBIRD_DIR}:configure
-RUN_DEPENDS=	:mozilla-thunderbird-=1.5:${THUNDERBIRD_DIR} \
-		::security/gnupg
+BUILD_DEPENDS=	::${THUNDERBIRD_DIR}:configure \
+		::archivers/unzip
+RUN_DEPENDS=	::security/gnupg
+
+LIB_DEPENDS=	mozilla-thunderbird/xpcom,mozilla-thunderbird/xpcom_compat,mozilla-thunderbird/xpcom_core::${THUNDERBIRD_DIR}
+WANTLIB=	c m nspr4 plc4 plds4
 
 USE_X11=	Yes
 USE_GMAKE=	Yes
 NO_REGRESS=	Yes
-SUBST_VARS=	VER ENIGMAIL_XPI GNU_ARCH
 
 MOZBASE=	${WRKDIR}/${THUNDERBIRD_DIR}/mozilla
 MOZBIN=		${MOZBASE}/dist/bin
@@ -38,6 +44,10 @@
 GNU_ARCH=	${MACHINE_ARCH:S/amd64/x86_64/}
 ENIGMAIL_XPI=	${DISTNAME}-${OPSYS:L}-${GNU_ARCH}.xpi
 
+# unzip ${ENIGMAIL_XPI} and inspect install.rdf for GUID
+GUID=		{847b3a00-7ab1-11d4-8f02-006008948af5}
+GLOBALDIR=	${PREFIX}/mozilla-thunderbird/extensions/${GUID}
+
 post-extract:
 	@mv ${WRKDIST} ${MOZBASE}/mailnews/extensions
 
@@ -52,7 +62,7 @@
 	@cd ${WRKSRC}  ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} xpi
 
 do-install:
-	${INSTALL_DATA_DIR} ${PREFIX}/share/enigmail
-	${INSTALL_DATA} ${MOZBIN}/${ENIGMAIL_XPI} ${PREFIX}/share/enigmail
+	${INSTALL_DATA_DIR} ${GLOBALDIR}
+	unzip -q ${MOZBIN}/${ENIGMAIL_XPI} -d ${GLOBALDIR}
 
 .include bsd.port.mk
Index: pkg/MESSAGE
===
RCS file: pkg/MESSAGE
diff -N pkg/MESSAGE
--- pkg/MESSAGE	3 Oct 2006 21:10:16 -	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,3 +0,0 @@
-To activate the Enigmail extension, users should install the file
-${PREFIX}/share/enigmail/${ENIGMAIL_XPI}
-into their own profile via the menu: Tools - Extensions - Install
Index: pkg/PFRAG.shared
===
RCS file: pkg/PFRAG.shared
diff -N pkg/PFRAG.shared
--- /dev/null	1 Jan 1970 00:00:00 -
+++ pkg/PFRAG.shared	19 Dec 2006 23:12:54 -
@@ -0,0 +1,2 @@
[EMAIL PROTECTED] $OpenBSD$
[EMAIL PROTECTED] mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/components/libenigmime.so.${LIBenigmime_VERSION}
Index: pkg/PLIST
===
RCS file: /cvs/ports/mail/enigmail/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST	3 Oct 2006 21:10:16 -	1.1.1.1
+++ pkg/PLIST	19 Dec 2006 23:12:54 -
@@ -1,3 +1,22 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/03 21:10:16 steven Exp $
-share/enigmail/
-share/enigmail/enigmail-${VER}-openbsd-${GNU_ARCH}.xpi
+%%SHARED%%
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome/
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome.manifest
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome/enigmail-skin-tbird.jar
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome/enigmail-skin.jar
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/chrome/enigmail.jar
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/components/
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/components/enigmail.js
+mozilla-thunderbird/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5}/components/enigmail.xpt

Re: Enigmail Thunderbird: Enigmime Service not available

2006-12-19 Thread Stephan A. Rickauer
Kurt Miller wrote:
 Not sure what it could be at the moment. Perhaps you are
 picking up an old shared lib from a .libs package. What
 does ls -d /var/db/pkg/.libs-* show? Try pkg_deleting

~ ls -d /var/db/pkg/.libs-*
ls: /var/db/pkg/.libs-*: No such file or directory

 export LD_DEBUG=1
 nohup thunderbird

 reproduce the problem, exit thunderbird and send
 me the nohup.out file gzip'ed.

pls. find attached - and thanks for your help!

Stephan


nohup.out.gz
Description: application/gzip