SPECS: sa-exim.spec - correcting empty commit msg

2006-09-26 Thread hunter
Author: hunter   Date: Tue Sep 26 13:13:25 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- correcting empty commit msg

 Files affected:
SPECS:
   sa-exim.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/sa-exim.spec
diff -u SPECS/sa-exim.spec:1.5 SPECS/sa-exim.spec:1.6
--- SPECS/sa-exim.spec:1.5  Fri Sep 22 19:58:34 2006
+++ SPECS/sa-exim.spec  Tue Sep 26 15:13:20 2006
@@ -53,13 +53,16 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2006/09/26 13:13:20  hunter
+- correcting empty commit msg
+
 Revision 1.5  2006/09/22 17:58:34  hunter
 - up to 4.2.1
 - new dir /var/spool/sa-exim/
 - Rel: 0.1
 
 Revision 1.4  2006/09/22 17:23:43  hunter
-*** empty log message ***
+- here was empty commit msg
 
 Revision 1.3  2005/09/02 20:04:17  qboosh
 - md5, License is GPL v2


 CVS-web:
http://cvs.pld-linux.org/SPECS/sa-exim.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: sa-exim.spec - up to 4.2.1 - new dir /var/spool/sa-exim/ - ...

2006-09-22 Thread hunter
Author: hunter   Date: Fri Sep 22 17:58:40 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 4.2.1
- new dir /var/spool/sa-exim/
- Rel: 0.1

 Files affected:
SPECS:
   sa-exim.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/sa-exim.spec
diff -u SPECS/sa-exim.spec:1.4 SPECS/sa-exim.spec:1.5
--- SPECS/sa-exim.spec:1.4  Fri Sep 22 19:23:43 2006
+++ SPECS/sa-exim.spec  Fri Sep 22 19:58:34 2006
@@ -9,9 +9,9 @@
 Source0:   
http://marc.merlins.org/linux/exim/files/%{name}-%{version}.tar.gz
 # Source0-md5: 69268a81af366bc1b3e0c86000aed7db
 URL:   http://marc.merlins.org/linux/exim/sa.html
+BuildRequires: /usr/bin/links
 BuildRequires: exim-devel
 Requires:  exim >= 2:4.52-4
-BuildRequires: /usr/bin/links
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,7 +25,7 @@
 
 %build
 %{__make} \
-   SACONF="/etc/mail/sa-exim.conf" \
+SACONF="%{_sysconfdir}/mail/sa-exim.conf" \
LDFLAGS="-shared -fPIC %{rpmldflags}" \
CC="%{__cc}"
 %{__make}
@@ -43,8 +43,9 @@
 %files
 %defattr(644,root,root,755)
 %doc contrib/*.txt ACKNOWLEDGEMENTS CHANGELOG README* TODO
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/mail/sa-exim.conf
+%attr(640,root,exim) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/mail/sa-exim.conf
 %attr(755,root,root) %{_libdir}/exim/%{name}.so
+%dir  /var/spool/sa-exim/
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -52,6 +53,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2006/09/22 17:58:34  hunter
+- up to 4.2.1
+- new dir /var/spool/sa-exim/
+- Rel: 0.1
+
 Revision 1.4  2006/09/22 17:23:43  hunter
 *** empty log message ***
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/sa-exim.spec?r1=1.4&r2=1.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: sa-exim-4.2.1.tar.gz

2006-09-22 Thread hunter

Files fetched: 1

STORED: http://marc.merlins.org/linux/exim/files/sa-exim-4.2.1.tar.gz
69268a81af366bc1b3e0c86000aed7db  sa-exim-4.2.1.tar.gz
Size: 68933 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: sa-exim.spec

2006-09-22 Thread hunter
Author: hunter   Date: Fri Sep 22 17:23:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:


 Files affected:
SPECS:
   sa-exim.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/sa-exim.spec
diff -u SPECS/sa-exim.spec:1.3 SPECS/sa-exim.spec:1.4
--- SPECS/sa-exim.spec:1.3  Fri Sep  2 22:04:17 2005
+++ SPECS/sa-exim.spec  Fri Sep 22 19:23:43 2006
@@ -2,15 +2,16 @@
 Summary:   Exim SpamAssassin at SMTP time
 Summary(pl):   SpamAssassin dla Exima działający w czasie SMTP
 Name:  sa-exim
-Version:   4.2
-Release:   1
+Version:   4.2.1
+Release:   0.1
 License:   GPL v2
 Group: Networking/Daemons
 Source0:   
http://marc.merlins.org/linux/exim/files/%{name}-%{version}.tar.gz
-# Source0-md5: ad76f73c6b3d01caa88078e3e622745a
+# Source0-md5: 69268a81af366bc1b3e0c86000aed7db
 URL:   http://marc.merlins.org/linux/exim/sa.html
 BuildRequires: exim-devel
 Requires:  exim >= 2:4.52-4
+BuildRequires: /usr/bin/links
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,8 +26,6 @@
 %build
 %{__make} \
SACONF="/etc/mail/sa-exim.conf" \
-   EXIM_SRC_LOCAL="%{_includedir}/exim" \
-   EXIM_SRC="%{_includedir}/exim" \
LDFLAGS="-shared -fPIC %{rpmldflags}" \
CC="%{__cc}"
 %{__make}
@@ -53,6 +52,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2006/09/22 17:23:43  hunter
+*** empty log message ***
+
 Revision 1.3  2005/09/02 20:04:17  qboosh
 - md5, License is GPL v2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/sa-exim.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asterisk.spec - corrected typo with rxfax level

2006-05-25 Thread hunter
Author: hunter   Date: Thu May 25 09:59:36 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- corrected typo with rxfax level

 Files affected:
SPECS:
   asterisk.spec (1.74 -> 1.75) 

 Diffs:


Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.74 SPECS/asterisk.spec:1.75
--- SPECS/asterisk.spec:1.74Thu May 11 22:34:47 2006
+++ SPECS/asterisk.spec Thu May 25 11:59:31 2006
@@ -137,7 +137,7 @@
 
 %if %{with rxfax}
 cd apps
-%patch10 -p1
+%patch10 -p2
 cp %{SOURCE10} .
 cp %{SOURCE11} .
 %endif
@@ -261,6 +261,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.75  2006/05/25 09:59:31  hunter
+- corrected typo with rxfax level
+
 Revision 1.74  2006/05/11 20:34:47  glen
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.74&r2=1.75&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: oww.spec - fixed previous commit msg

2006-04-26 Thread hunter
Author: hunter   Date: Wed Apr 26 21:16:17 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed previous commit msg

 Files affected:
SPECS:
   oww.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/oww.spec
diff -u SPECS/oww.spec:1.5 SPECS/oww.spec:1.6
--- SPECS/oww.spec:1.5  Wed Apr 26 22:52:41 2006
+++ SPECS/oww.spec  Wed Apr 26 23:16:11 2006
@@ -79,8 +79,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2006/04/26 21:16:11  hunter
+- fixed previous commit msg
+
 Revision 1.5  2006/04/26 20:52:41  hunter
-*** empty log message ***
+- up to 0.81.7
 
 Revision 1.4  2005/08/11 09:46:18  radek
 - bcond_with(out) is followed by one \t, then bcond's name.


 CVS-web:
http://cvs.pld-linux.org/SPECS/oww.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: oww.spec

2006-04-26 Thread hunter
Author: hunter   Date: Wed Apr 26 20:52:46 2006 GMT
Module: SPECS Tag: HEAD
 Log message:


 Files affected:
SPECS:
   oww.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/oww.spec
diff -u SPECS/oww.spec:1.4 SPECS/oww.spec:1.5
--- SPECS/oww.spec:1.4  Thu Aug 11 11:46:18 2005
+++ SPECS/oww.spec  Wed Apr 26 22:52:41 2006
@@ -4,17 +4,17 @@
 %bcond_without libghttp# build without HTTP support
 %bcond_without libusb  # build without USB support
 #
-%define extra_ver  a
+#%undefine extra_ver   
 
 Summary:   One-wire weather
 Summary(pl):   Pogoda 1-Wire (oww)
 Name:  oww
-Version:   0.81.4
+Version:   0.81.7
 Release:   0.1
 License:   Artistic
 Group: X11/Applications
-Source0:   
http://dl.sourceforge.net/oww/%{name}-%{version}%{extra_ver}.tar.gz
-# Source0-md5: 73ca211ce94fca8734272e3cead590dd
+Source0:   http://dl.sourceforge.net/oww/%{name}-%{version}.tar.gz
+# Source0-md5: 69500ab1eb71e927b2bedf5be5b970c1
 URL:   http://oww.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -79,6 +79,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2006/04/26 20:52:41  hunter
+*** empty log message ***
+
 Revision 1.4  2005/08/11 09:46:18  radek
 - bcond_with(out) is followed by one \t, then bcond's name.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/oww.spec?r1=1.4&r2=1.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: oww-0.81.7.tar.gz

2006-04-26 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/oww/oww-0.81.7.tar.gz
69500ab1eb71e927b2bedf5be5b970c1  oww-0.81.7.tar.gz
Size: 875771 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: tpb-pl.po - corrected version tag

2006-04-01 Thread hunter
Author: hunter   Date: Sat Apr  1 16:08:20 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- corrected version tag

 Files affected:
SOURCES:
   tpb-pl.po (1.2 -> 1.3) 

 Diffs:


Index: SOURCES/tpb-pl.po
diff -u SOURCES/tpb-pl.po:1.2 SOURCES/tpb-pl.po:1.3
--- SOURCES/tpb-pl.po:1.2   Sat Mar 25 16:18:23 2006
+++ SOURCES/tpb-pl.po   Sat Apr  1 18:08:14 2006
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: tpb\n"
+"Project-Id-Version: 0.6.4\n"
 "POT-Creation-Date: 2003-03-13 08:02+0100\n"
 "PO-Revision-Date: 2003-04-10 14:29+0100\n"
 "Last-Translator: Michał Podyma <[EMAIL PROTECTED]>\n"


 CVS-web:
http://cvs.pld-linux.org/SOURCES/tpb-pl.po?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zaptel.spec - BR:newt-devel - include zttest util

2006-02-18 Thread hunter
Author: hunter   Date: Sat Feb 18 19:30:23 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR:newt-devel
- include zttest util  

 Files affected:
SPECS:
   zaptel.spec (1.54 -> 1.55) 

 Diffs:


Index: SPECS/zaptel.spec
diff -u SPECS/zaptel.spec:1.54 SPECS/zaptel.spec:1.55
--- SPECS/zaptel.spec:1.54  Sat Feb 11 15:14:53 2006
+++ SPECS/zaptel.spec   Sat Feb 18 20:30:17 2006
@@ -30,6 +30,7 @@
 %endif
 BuildRequires: rpmbuild(macros) >= 1.153
 BuildRequires: sed >= 4.0
+BuildRequires: newt-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -113,7 +114,7 @@
 %define buildconfigs %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}
 
 %build
-%{__make} prereq \
+%{__make} prereq zttest \
CC="%{__cc}" \
OPTFLAGS="%{rpmcflags}"
 
@@ -171,7 +172,7 @@
 %{__make} -o all -o devices install \
INSTALL_PREFIX=$RPM_BUILD_ROOT \
MODCONF=$RPM_BUILD_ROOT/etc/modprobe.conf
-install torisatool makefw ztmonitor ztspeed fxstest fxotune 
$RPM_BUILD_ROOT%{_sbindir}
+install zttest torisatool makefw ztmonitor ztspeed fxstest fxotune 
$RPM_BUILD_ROOT%{_sbindir}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/zaptel
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/zaptel
 %endif
@@ -250,6 +251,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.55  2006/02/18 19:30:17  hunter
+- BR:newt-devel
+- include zttest util
+
 Revision 1.54  2006/02/11 14:14:53  arekm
 - rel 3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/zaptel.spec?r1=1.54&r2=1.55&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: spandsp.spec - up to -pre25

2006-02-17 Thread hunter
Author: hunter   Date: Fri Feb 17 13:51:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to -pre25

 Files affected:
SPECS:
   spandsp.spec (1.9 -> 1.10) 

 Diffs:


Index: SPECS/spandsp.spec
diff -u SPECS/spandsp.spec:1.9 SPECS/spandsp.spec:1.10
--- SPECS/spandsp.spec:1.9  Mon Oct 10 10:03:15 2005
+++ SPECS/spandsp.spec  Fri Feb 17 14:51:48 2006
@@ -3,14 +3,14 @@
 Summary(pl):   Funkcje DSP dla telefonii
 Name:  spandsp
 # do not upgrade to 0.0.3 series until it's stable
-%define_prepre20
+%define_prepre25
 Version:   0.0.2
-Release:   0.%{_pre}.3
+Release:   0.%{_pre}.1
 Epoch: 1
 License:   LGPL
 Group: Libraries
 Source0:   
http://soft-switch.org/downloads/spandsp/%{name}-%{version}%{_pre}/%{name}-%{version}%{_pre}.tar.gz
-# Source0-md5: 8d6e94a30fb4698b5f25eb93e26444e1
+# Source0-md5: 2bbd518eec1ac0214d1d0f8abb6772a3
 Patch0:%{name}-nommx.patch
 URL:   http://www.soft-switch.org/
 BuildRequires: audiofile-devel
@@ -97,6 +97,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.10  2006/02/17 13:51:48  hunter
+- up to -pre25
+
 Revision 1.9  2005/10/10 08:03:15  qboosh
 - unified
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/spandsp.spec?r1=1.9&r2=1.10&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asterisk.spec - include rxtxfax app

2006-02-17 Thread hunter
Author: hunter   Date: Fri Feb 17 13:52:18 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- include rxtxfax app

 Files affected:
SPECS:
   asterisk.spec (1.67 -> 1.68) 

 Diffs:


Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.67 SPECS/asterisk.spec:1.68
--- SPECS/asterisk.spec:1.67Sat Feb  4 22:40:07 2006
+++ SPECS/asterisk.spec Fri Feb 17 14:52:13 2006
@@ -9,6 +9,9 @@
 #
 # Conditional build:
 %bcond_without openh323# without OpenH323 support
+%bcond_withrxfax   # with rx (also tx :-D) fax
+
+%define _spandsp_version 0.0.2-pre25
 #
 Summary:   Asterisk PBX
 Summary(pl):   Centralka (PBX) Asterisk
@@ -35,6 +38,9 @@
 # will fit on clean cvs source
 #Patch1:   %{name}-DESTDIR.patch
 #Patch2:   %{name}-Makefile2.patch
+Source10:  
http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_txfax.c
+Source11:  
http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_rxfax.c
+Patch10:   
http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/apps_Makefile.patch
 URL:   http://www.asterisk.org/
 BuildRequires: bison
 BuildRequires: freetds >= 0.63
@@ -52,6 +58,7 @@
 BuildRequires: unixODBC-devel
 BuildRequires: zaptel-devel
 BuildRequires: zlib-devel
+%{?with_rxfax:BuildRequires:   spandsp-devel-%{_spandsp_version}}
 #BuildRequires:mpg123
 # These libraries are crazy...
 # With openh323 1.11.7 and pwlib 1.4.11 i had sig11
@@ -127,6 +134,13 @@
 %patch8 -p1
 #%patch9 -p1
 
+%if %{with rxfax}
+cd apps
+%patch10 -p1 
+cp %SOURCE10 .
+cp %SOURCE11 .
+%endif
+
 sed -i -e "s#/usr/lib/#/usr/%{_lib}/#g#" Makefile
 
 %build
@@ -254,6 +268,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.68  2006/02/17 13:52:13  hunter
+- include rxtxfax app
+
 Revision 1.67  2006/02/04 21:40:07  averne
 - updated to 1.2.4
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk.spec?r1=1.67&r2=1.68&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: spandsp-0.0.2pre25.tar.gz

2006-02-17 Thread hunter

Files fetched: 1

STORED: 
http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre25/spandsp-0.0.2pre25.tar.gz
2bbd518eec1ac0214d1d0f8abb6772a3  spandsp-0.0.2pre25.tar.gz
Size: 1467846 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zaptel-1.2.1.tar.gz

2006-02-14 Thread hunter

Files fetched: 1

STORED: http://e400p.pbxhardware.com/driver/zaptel-1.2.1.tar.gz
7e9abd4ab478259bfceb06f404cf8fbe  zaptel-1.2.1.tar.gz
Size: 612796 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zaptel-alt.spec (NEW) - really don't know if there is eny r...

2006-02-14 Thread hunter
Author: hunter   Date: Tue Feb 14 23:37:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- really don't know if there is eny reason for separate spec, but this 
 way much simpller than having one-big-patch in zaptel.spec 

 Files affected:
SPECS:
   zaptel-alt.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/zaptel-alt.spec
diff -u /dev/null SPECS/zaptel-alt.spec:1.1
--- /dev/null   Wed Feb 15 00:37:15 2006
+++ SPECS/zaptel-alt.spec   Wed Feb 15 00:37:10 2006
@@ -0,0 +1,435 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without dist_kernel # without distribution kernel
+%bcond_without kernel  # don't build kernel modules
+%bcond_without smp # don't build SMP module
+%bcond_without userspace   # don't build userspace tools
+#
+%ifarch sparc
+%undefine  with_smp
+%endif
+%define _base_name zaptel
+#
+
+%define_rel0.1
+Summary:   Zaptel _compatible_ telephony device support
+#Summary(pl):  Obsługa urządzeń telefonicznych _zgodnych_ z Zaptel
+Name:  zaptel-alt
+Version:   1.2.1
+Release:   %{_rel}
+License:   GPL
+Group: Base/Kernel
+Source0:   
http://e400p.pbxhardware.com/driver/%{_base_name}-%{version}.tar.gz
+# Source0-md5: 7e9abd4ab478259bfceb06f404cf8fbe
+Source1:   %{_base_name}.init
+Source2:   %{_base_name}.sysconfig
+Patch0:%{_base_name}-make.patch
+Patch1:%{_base_name}-sparc.patch
+URL:   http://www.asterisk.org/
+%if %{with kernel} && %{with dist_kernel}
+BuildRequires: kernel-module-build
+%endif
+BuildRequires: rpmbuild(macros) >= 1.153
+BuildRequires: sed >= 4.0
+Conflicts: zaptel
+Obsoletes: zaptel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Zaptel _compatible_ telephony device driver. The main diffrence is in
+hardware is manufactuer and price. Note: PCI card design is under Gnu
+GPL license.
+Note: the main change is in tor2.o, providing support for:
+Bridge: PLX Technology, Inc. Unknown device 4000 (rev 01)
+0680: 10b5:4000 (rev 01), Subsystem: 10b5:9030
+Also known as e400p.
+
+%description -l pl
+Sterownik do urządzeń telefonicznych _kompatybilnych_ z Zaptel. Główną
+różnicą jest producent i cena sprzętu. Zauważ że projekt karty PCI
+jest na na licencji GNU/GPL.
+Notka: główną różnicą jest sterownik  tor2.o obsłgujący kartę:
+"Bridge: PLX Technology, Inc. Unknown device 4000 (rev 01)
+0680: 10b5:4000 (rev 01), Subsystem: 10b5:9030"
+Znaną jako e400p.
+
+%package devel
+Summary:   Zaptel _compatible_ development headers
+Summary(pl):   Pliki nagłówkowe _zgodne_ z Zaptel
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{_rel}
+
+%description devel
+Zaptel development headers.
+
+%description devel -l pl
+Pliki nagłówkowe Zaptel.
+
+%package utils
+Summary:   Zaptel utility programs
+Summary(pl):   Programy narzędziowe Zaptel
+Group: Applications/Communications
+
+%description utils
+Zaptel card utility programs, mainly for diagnostics.
+
+%description utils -l pl
+Programy narzędziowe do kart Zaptel, służące głównie do diagnostyki.
+
+%package init
+Summary:   Zaptel init scripts
+Summary(pl):   Skrypty inicjalizujące Zaptel
+Group: Applications/Communications
+Requires(post,preun):  /sbin/chkconfig
+Requires(pre): /bin/id
+Requires(pre): sh-utils
+Requires:  %{name}-utils = %{version}-%{_rel}
+
+%description init
+Zaptel boot-time initialization.
+
+%description init -l pl
+Inicjalizacja Zaptel w czasie startu systemu.
+
+%package -n kernel-%{name}
+Summary:   Zaptel Linux kernel driver
+Summary(pl):   Sterownik Zaptel dla jądra Linuksa
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_up}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-%{name}
+Zaptel telephony Linux kernel driver.
+
+%description -n kernel-%{name} -l pl
+Sterownik dla jądra Linuksa do urządzeń telefonicznych Zaptel.
+
+%package -n kernel-smp-%{name}
+Summary:   Zaptel Linux SMP kernel driver
+Summary(pl):   Sterownik Zaptel dla jądra Linuksa SMP
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_smp}
+Requires(post,postun): /sbin/depmod
+
+%description -n kernel-smp-%{name}
+Zaptel telephony Linux SMP kernel driver.
+
+%description -n kernel-smp-%{name} -l pl
+Sterownik dla jądra Linuksa SMP do urządzeń telefonicznych Zaptel.
+
+%prep
+%setup -q -n %{_base_name}-%{version}
+%patch0 -p1
+%patch1 -p1
+sed -i -e "s#%{_prefix}/lib#%{_libdir}#g#" Makefile
+
+%define buildconfigs %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}
+
+%build
+%{__make} prereq \
+   CC="%{__cc}" \
+   OPTFLAGS="%{rpmcflags}"
+

DISTFILES: p3scan-2.3.2.tar.gz

2006-01-21 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/p3scan/p3scan-2.3.2.tar.gz
9f8decc7d4701228788e3c8717096ca0  p3scan-2.3.2.tar.gz
Size: 321684 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: p3scan.spec - up to 2.3.2 - STBR SVP

2006-01-21 Thread hunter
Author: hunter   Date: Sun Jan 22 03:25:26 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.3.2
- STBR SVP

 Files affected:
SPECS:
   p3scan.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/p3scan.spec
diff -u SPECS/p3scan.spec:1.5 SPECS/p3scan.spec:1.6
--- SPECS/p3scan.spec:1.5   Wed Mar 23 13:35:34 2005
+++ SPECS/p3scan.spec   Sun Jan 22 04:25:21 2006
@@ -2,12 +2,12 @@
 Summary:   An application level gateway for the POP3 protocol
 Summary(pl):   Brama warstwy aplikacji dla protokołu POP3
 Name:  p3scan
-Version:   2.1
-Release:   2
+Version:   2.3.2
+Release:   1
 License:   GPL
 Group: Applications/Networking
 Source0:   http://dl.sourceforge.net/p3scan/%{name}-%{version}.tar.gz 
-# Source0-md5: 5e261548e522f3ac2583870b6e02aecd
+# Source0-md5: 9f8decc7d4701228788e3c8717096ca0
 Source1:   %{name}.init
 Patch0:%{name}-config.patch
 URL:   http://p3scan.sf.net/
@@ -100,6 +100,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2006/01/22 03:25:21  hunter
+- up to 2.3.2
+- STBR SVP
+
 Revision 1.5  2005/03/23 12:35:34  gotar
 - %desc
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/p3scan.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: chan_misdn-0.2.1.tar.gz mISDNuser_for_PBX4Linux-2.7-fix1.tar.gz

2006-01-12 Thread hunter

Files fetched: 1

STORED: 
http://www.beronet.com/download/chan_misdn/stable/chan_misdn-0.2.1.tar.gz
0495c0617c4331d19a399702b2f96366  chan_misdn-0.2.1.tar.gz
Size: 124699 bytes
ALREADY GOT: 
http://isdn.jolly.de/download/v2.7/mISDNuser_for_PBX4Linux-2.7-fix1.tar.gz
146f5f3800545c224abec4108522ea9b  
mISDNuser_for_PBX4Linux-2.7-fix1.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asterisk-chan_misdn.spec - up to 0.2.1 - proper url for Sou...

2006-01-12 Thread hunter
Author: hunter   Date: Thu Jan 12 18:26:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.2.1
- proper url for Source0:

 Files affected:
SPECS:
   asterisk-chan_misdn.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/asterisk-chan_misdn.spec
diff -u SPECS/asterisk-chan_misdn.spec:1.3 SPECS/asterisk-chan_misdn.spec:1.4
--- SPECS/asterisk-chan_misdn.spec:1.3  Mon Sep 19 09:45:12 2005
+++ SPECS/asterisk-chan_misdn.spec  Thu Jan 12 19:26:00 2006
@@ -2,14 +2,14 @@
 Summary:   Asterisk mISDN channel driver
 Summary(pl):   Sterownik kanału mISDN dla Asteriska
 Name:  asterisk-chan_misdn
-Version:   0.1.1
+Version:   0.2.1
 Release:   0.1
 License:   GPL
 Group: Applications
-Source0:   chan_misdn-%{version}.tar.gz
-# Source0-md5: 77a68e82e8f06d610644033f72bfa217
+Source0:   
http://www.beronet.com/download/chan_misdn/stable/chan_misdn-%{version}.tar.gz
+# Source0-md5: 0495c0617c4331d19a399702b2f96366
 Source1:   
http://isdn.jolly.de/download/v2.7/mISDNuser_for_PBX4Linux-2.7-fix1.tar.gz
-# Source1-md5:  146f5f3800545c224abec4108522ea9b
+# Source1-md5: 146f5f3800545c224abec4108522ea9b
 URL:   
http://www.beronet.com/index.php?option=com_remository&Itemid=38&func=selectfolder&cat=1&lang=en
 BuildRequires: asterisk-devel
 BuildRequires: mISDN-devel
@@ -24,7 +24,8 @@
 źródłach Asterisk.
 
 %prep
-%setup -q -n chan_misdn-%{version} -a1
+%setup -q -n chan_misdn -a1
+#-%{version} -a1
 
 sed -i 's/#CFLAGS+=-DASTERISK_STABLE/CFLAGS+=-DASTERISK_STABLE/' Makefile
 sed -i 's/-ggdb//g' Makefile
@@ -57,6 +58,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2006/01/12 18:26:00  hunter
+- up to 0.2.1
+- proper url for Source0:
+
 Revision 1.3  2005/09/19 07:45:12  qboosh
 - pl, typo
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk-chan_misdn.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: kernel-isdn-fcpci.spec - include licence, it's not Open Sou...

2005-12-25 Thread hunter
Author: hunter   Date: Sun Dec 25 22:36:27 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- include licence, it's not Open Source
- %doc

 Files affected:
SPECS:
   kernel-isdn-fcpci.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/kernel-isdn-fcpci.spec
diff -u SPECS/kernel-isdn-fcpci.spec:1.2 SPECS/kernel-isdn-fcpci.spec:1.3
--- SPECS/kernel-isdn-fcpci.spec:1.2Tue Dec 20 23:55:56 2005
+++ SPECS/kernel-isdn-fcpci.specSun Dec 25 23:36:21 2005
@@ -1,9 +1,11 @@
 # $Revision$, $Date$
 #
+# SMP will proably *never* work.
+#
 # Conditional build:
 %bcond_without dist_kernel # allow non-distribution kernel
 %bcond_without kernel  # don't build kernel modules
-%bcond_withsmp # don't build SMP module
+%bcond_withsmp # build SMP module
 %bcond_without userspace   # don't build userspace programs
 %bcond_withverbose # verbose build (V=1)
 #
@@ -37,14 +39,16 @@
 you will find following components:
 - CAPI 2.0 driver of the controller
 - CAPI 2.0 plug-in for the Generic PPP-Stack "pppd"
+This package could attend two controlers simultaneously.  
 
 %description -l pl
 Ten pakiet zawiera CAPI4Linux dla kontrolerów AVM FRITRZ!. W pakiecie
 znajdują się:
 - Sterownik CAPI 2.0
 - Wtyczka CAPI 2.0 dla pppd
+Ten pakiet może obsługiwać dwa kontrolery jednocześnie.  
 
-%package -n kernel-isdn-fcpci
+%package -n kernel-up-isdn-fcpci
 Summary:   Linux driver for fcpci
 Summary(pl):   Sterownik dla Linuksa do fcpci
 Release:   [EMAIL PROTECTED]
@@ -55,12 +59,12 @@
 Requires(postun):  %releq_kernel_up
 %endif
 
-%description -n kernel-isdn-fcpci
+%description -n kernel-up-isdn-fcpci
 This is driver for fcpci for Linux.
 
 This package contains Linux module.
 
-%description -n kernel-isdn-fcpci -l pl
+%description -n kernel-up-isdn-fcpci -l pl
 Sterownik dla Linuksa do fcpci.
 
 Ten pakiet zawiera moduł jądra Linuksa.
@@ -156,28 +160,30 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -n kernel-isdn/hardware-fcpci
+%post  -n kernel-up-isdn-fcpci
 %depmod %{_kernel_ver}
 
-%postun-n kernel-isdn/hardware-fcpci
+%postun-n kernel-up-isdn-fcpci
 %depmod %{_kernel_ver}
 
-%post  -n kernel-smp-isdn/hardware-fcpci
+%post  -n kernel-smp-isdn-fcpci
 %depmod %{_kernel_ver}smp
 
-%postun-n kernel-smp-isdn/hardware-fcpci
+%postun-n kernel-smp-isdn-fcpci
 %depmod %{_kernel_ver}smp
 
 %if %{with userspace}
 %endif
 
+
 %if %{with kernel}
-%files -n kernel-isdn/hardware-fcpci
+%files -n kernel-isdn-fcpci
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/isdn/hardware/*.ko*
+%doc CAPI20_Errormessages.txt license.txt *.html
 
 %if %{with smp} && %{with dist_kernel}
-%files -n kernel-smp-isdn/hardware-fcpci
+%files -n kernel-smp-isdn-fcpci
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}smp/isdn/hardware/*.ko*
 %endif
@@ -189,6 +195,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2005/12/25 22:36:21  hunter
+- include licence, it's not Open Source
+- %doc
+
 Revision 1.2  2005/12/20 22:55:56  qboosh
 - some cleanups
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-isdn-fcpci.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: asterisk-chan_capi.spec - up to 0.6.1

2005-12-20 Thread hunter
Author: hunter   Date: Tue Dec 20 15:47:51 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.6.1

 Files affected:
SPECS:
   asterisk-chan_capi.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/asterisk-chan_capi.spec
diff -u SPECS/asterisk-chan_capi.spec:1.2 SPECS/asterisk-chan_capi.spec:1.3
--- SPECS/asterisk-chan_capi.spec:1.2   Sat Aug 27 23:20:30 2005
+++ SPECS/asterisk-chan_capi.spec   Tue Dec 20 16:47:46 2005
@@ -2,12 +2,12 @@
 Summary:   Asterisk ISDN CAPI channel driver
 Summary(pl):   Sterownik kanału CAPI ISDN dla Asteriska
 Name:  asterisk-chan_capi
-Version:   0.5.4
+Version:   0.6.1
 Release:   0.1
 License:   GPL
 Group: Applications
 Source0:   
http://dl.sourceforge.net/chan-capi/chan_capi-cm-%{version}.tar.gz
-# Source0-md5: a7a9c0f90395909ee06528f17fc608d2
+# Source0-md5: f6a49e4f3ec46c217ab359a6ecf30f97
 URL:   http://sourceforge.net/projects/chan-capi/
 BuildRequires: asterisk-devel
 BuildRequires: capi-devel
@@ -22,7 +22,7 @@
 o otwartych źródłach.
 
 %prep
-%setup -q -n chan_capi-%{version}
+%setup -q -n chan_capi-cm-%{version}
 
 %build
 %{__make} \
@@ -50,6 +50,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2005/12/20 15:47:46  hunter
+- up to 0.6.1
+
 Revision 1.2  2005/08/27 21:20:30  qboosh
 - pl
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/asterisk-chan_capi.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: chan_capi-cm-0.6.1.tar.gz

2005-12-20 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/chan-capi/chan_capi-cm-0.6.1.tar.gz
f6a49e4f3ec46c217ab359a6ecf30f97  chan_capi-cm-0.6.1.tar.gz
Size: 59025 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: kernel-isdn-fcpci.spec (NEW) - new

2005-12-18 Thread hunter
Author: hunter   Date: Sun Dec 18 21:22:16 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   kernel-isdn-fcpci.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/kernel-isdn-fcpci.spec
diff -u /dev/null SPECS/kernel-isdn-fcpci.spec:1.1
--- /dev/null   Sun Dec 18 22:22:16 2005
+++ SPECS/kernel-isdn-fcpci.specSun Dec 18 22:22:11 2005
@@ -0,0 +1,235 @@
+# $Revision$, $Date$
+#
+# Replace fcpci with real module name and isdn/hardware
+# with required directory name.
+#
+# Conditional build:
+%bcond_without dist_kernel # allow non-distribution kernel
+%bcond_without kernel  # don't build kernel modules
+%bcond_withsmp # don't build SMP module
+%bcond_without userspace   # don't build userspace programs
+%bcond_withverbose # verbose build (V=1)
+
+
+%if %{without kernel}
+%undefine  with_dist_kernel
+%endif
+
+#
+# main package.
+#
+Summary:   CAPI 2.0 driver of the AVM FRITZ! controller (ISDN TA)
+Summary(pl):   Sterownik CAPI 2.0 do kontrolera AVM FRITZ! (ISDN TA)
+Name:  kernel-isdn-fcpci
+Version:   3.11
+%definesub_ver 07
+%define_rel0.1
+Release:   %{_rel}
+Epoch: 0
+License:   Propriethary, use is permited. Copyright (C) 2002, AVM GmbH. 
All rights reserved.
+Group: aqq
+##     /home/users/hunter/rpm/SOURCES/rpm.groups: no such file
+Vendor:AVM GmbH
+#Icon: -
+Source0:   
ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-%{version}-%{sub_ver}.tar.gz
+# Source0-md5: 3ee301b5d0e8df9e4b915af58b725556
+
+# to be done:
+#Source1:  http://www.quiss.org/caiviar/Two-Fritzcards-HOWTO
+# Source1-md5: -
+#Patch0:   %{name}-what.patch
+#URL:  -
+%if %{with kernel}
+%{?with_dist_kernel:BuildRequires: kernel-module-build >= 2.6.7}
+BuildRequires: rpmbuild(macros) >= 1.217
+%endif
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the package "CAPI4Linux" for AVM FRITZ! controlers. In package
+you will find following components:
+- CAPI 2.0 driver of the controller
+- CAPI 2.0 plug-in for the Generic PPP-Stack "pppd"
+
+#AVM offers additional downloads of the following tools: #-
+CAPI4HylaFAX, a CAPI 2.0 interface for the fax application "HylaFAX".
+#ftp.avm.de/tools/capi4hylafax.linux #- The AVM CAPI 2.0 Software
+Development Kit (SDK) - a CAPI 2.0 development tool.
+#ftp.avm.de/develper/capi-adk #- K ISDN Watch which shows the B
+channel activity of CAPI based hardware.
+#ftp.avm.de/tools/k_isdn_watch.linux #- K ADSL Watch a universal ADSL
+monitor of the AVM ADSL/ISDN-Controller. #
+ftp.avm.de/tools/k_adsl_watch.linux
+
+
+
+%description -l pl
+Ten pakiet zawiera CAPI4Linux dla kontrolerów AVM FRITRZ!. W pakiecie
+znajdują się:
+- Sterownik CAPI 2.0
+- Plug-in CAPI 2.0 dla pppd
+
+# kernel subpackages.
+
+%package -n kernel-isdn/hardware-fcpci
+Summary:   Linux driver for fcpci
+Summary(pl):   Sterownik dla Linuksa do fcpci
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+## /home/users/hunter/rpm/SOURCES/rpm.groups: no such file
+Requires(post,postun): /sbin/depmod
+%if %{with dist_kernel}
+%requires_releq_kernel_up
+Requires(postun):  %releq_kernel_up
+%endif
+
+%description -n kernel-isdn/hardware-fcpci
+This is driver for fcpci for Linux.
+
+This package contains Linux module.
+
+%description -n kernel-isdn/hardware-fcpci -l pl
+Sterownik dla Linuksa do fcpci.
+
+Ten pakiet zawiera moduł jądra Linuksa.
+
+%package -n kernel-smp-isdn/hardware-fcpci
+Summary:   Linux SMP driver for fcpci
+Summary(pl):   Sterownik dla Linuksa SMP do fcpci
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+## /home/users/hunter/rpm/SOURCES/rpm.groups: no such file
+Requires(post,postun): /sbin/depmod
+%if %{with dist_kernel}
+%requires_releq_kernel_smp
+Requires(postun):  %releq_kernel_smp
+%endif
+
+%description -n kernel-smp-isdn/hardware-fcpci
+This is driver for fcpci for Linux.
+
+This package contains Linux SMP module.
+
+%description -n kernel-smp-isdn/hardware-fcpci -l pl
+Sterownik dla Linuksa do fcpci.
+
+Ten pakiet zawiera moduł jądra Linuksa SMP.
+
+%prep
+
+
+%setup -q -n fritz
+
+%build
+%if %{with userspace}
+
+
+%endif
+
+%if %{with kernel}
+# kernel module(s)
+for cfg in %{?with_dist_kernel:%{?with_smp:smp} 
up}%{!?with_dist_kernel:nondist}; do
+   if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
+   exit 1
+   fi
+   rm -rf include
+   install -d include/{linux,config}
+   ln -sf %{_kernelsrcdir}/config-$cfg .config
+   ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h 
include/linux/autoconf.h
+%ifarch ppc
+   if [ -d "%{_kernelsrcdir

DISTFILES: fcpci-suse93-3.11-07.tar.gz

2005-12-18 Thread hunter

Files fetched: 1

STORED: 
ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz
3ee301b5d0e8df9e4b915af58b725556  fcpci-suse93-3.11-07.tar.gz
Size: 837893 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: mkCDrec_v0.8.9.tar.gz mkCDrec_v0.7.9_utils.tar.gz

2005-12-02 Thread hunter

Files fetched: 1

ALREADY GOT: http://mkcdrec.ota.be/project/mkCDrec_v0.8.9.tar.gz
0cbe2efbd083ce9745c5d5c5cea1c7c2  mkCDrec_v0.8.9.tar.gz
STORED: http://mkcdrec.ota.be/project/mkCDrec_v0.7.9_utils.tar.gz
3294f58cbc69532f4377224daa544174  mkCDrec_v0.7.9_utils.tar.gz
Size: 2444774 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: mkcdrec-usebashizms.patch (NEW) - some /bin/bash

2005-12-02 Thread hunter
Author: hunter   Date: Fri Dec  2 18:50:25 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- some /bin/bash

 Files affected:
SOURCES:
   mkcdrec-usebashizms.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/mkcdrec-usebashizms.patch
diff -u /dev/null SOURCES/mkcdrec-usebashizms.patch:1.1
--- /dev/null   Fri Dec  2 19:50:25 2005
+++ SOURCES/mkcdrec-usebashizms.patch   Fri Dec  2 19:50:20 2005
@@ -0,0 +1,110 @@
+diff -ur /home/users/hunter/rpm/BUILD/mkcdrec/Config.sh 
/home/users/hunter/rpm/BUILD/mkcdrec/Config.sh
+--- /home/users/hunter/rpm/BUILD/mkcdrec/Config.sh 2005-11-22 
18:41:51.0 +0100
 /home/users/hunter/rpm/BUILD/mkcdrec/Config.sh 2005-11-27 
19:49:05.322075592 +0100
+@@ -1,3 +1,4 @@
++#!/bin/bash
+ # mkcdrec (C) Copyright 2000-2005 by Gratien D'haese - IT3 Consultants
+ # Please read LICENSE in the source directory
+ # Config.sh contains the variable parameters set by the end-user
+@@ -41,7 +42,7 @@
+ # You may fill in an absolute path to your preferred linux kernel - may be 
left
+ # empty (default). The bootflop.sh script will try to find your current 
kernel 
+ # instead (best effort method)
+-LINUX_KERNEL=""
++LINUX_KERNEL="/boot/vmlinuz-2.6.11.10-6"
+ 
+ # If you are working on ia64, you may fill in an absolute path to elilo.conf
+ # and elilo.efi directory
+@@ -58,7 +59,7 @@
+ # or " devfs=mount" (for Mandrake 8/9 with devfs support)
+ # see append= line in /etc/lilo.conf!
+ # KERNEL_APPEND="splash=0" in case you have a flickering boot sequence.
+-KERNEL_APPEND=""
++KERNEL_APPEND="panic=30 video=vesafb:ywrap,mtrr vga=781"
+ 
+ # Use the compress program of your choice (gzip, bzip2)
+ CMP_PROG=gzip
+@@ -92,7 +93,7 @@
+ 
+ # The initrd filesystem type to use (ext2, minix, romfs, cramfs)
+ # Must be compiled into the kernel (not a module).
+-INITRD_FS=ext2
++INITRD_FS=romfs
+ 
+ # The root filesystem type to use (ext2, ext3, minix)
+ ROOT_FS=ext2
+@@ -164,9 +165,11 @@
+ /var/log/lastlog
+ /mnt/*
+ /proc/*
++/sys/*
+ /excluded/mountpoint
+ /tmp/[BACKUP]
+-/home/mike/no_backup"
++/home/users/hunter/avi
++/home/users/hunter/mp3"
+ 
+ ##
+ # CD/DVD-Writer Settings #
+diff -ur /home/users/hunter/rpm/BUILD/mkcdrec/scripts/bootflop.sh 
/home/users/hunter/rpm/BUILD/mkcdrec/scripts/bootflop.sh
+--- /home/users/hunter/rpm/BUILD/mkcdrec/scripts/bootflop.sh   2005-04-10 
16:59:39.0 +0200
 /home/users/hunter/rpm/BUILD/mkcdrec/scripts/bootflop.sh   2005-11-27 
18:51:31.96052 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # Copyright (c) 2000-2005 by Gratien D'haese for mkcdrec
+ # Please read LICENSE in the mkCDrec top directory
+ # $Id$
+diff -ur /home/users/hunter/rpm/BUILD/mkcdrec/scripts/dispatch.sh 
/home/users/hunter/rpm/BUILD/mkcdrec/scripts/dispatch.sh
+--- /home/users/hunter/rpm/BUILD/mkcdrec/scripts/dispatch.sh   2005-01-19 
20:46:16.0 +0100
 /home/users/hunter/rpm/BUILD/mkcdrec/scripts/dispatch.sh   2005-11-27 
13:51:43.046755656 +0100
+@@ -2,7 +2,8 @@
+ . ./Config.sh 2>/dev/null
+ 
+ # check architecture is supported:
+-GetBootArch
++#GetBootArch
++barch=x86
+ if [ "${barch}" = "Unsupported" ]; then
+    echo "Fatal: Architecture NOT supported by mkCDrec." | tee -a ${LOG}
+exit 1
+diff -ur /home/users/hunter/rpm/BUILD/mkcdrec/scripts/initrd.sh 
/home/users/hunter/rpm/BUILD/mkcdrec/scripts/initrd.sh
+--- /home/users/hunter/rpm/BUILD/mkcdrec/scripts/initrd.sh 2005-11-09 
22:18:49.0 +0100
 /home/users/hunter/rpm/BUILD/mkcdrec/scripts/initrd.sh 2005-11-27 
18:34:29.565027744 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # Copyright (c) 2000-2005 Gratien D'haese
+ # Please read LICENSE in the source directory
+ # $Id$
+diff -ur /home/users/hunter/rpm/BUILD/mkcdrec/scripts/mkmakeISO9660.sh 
/home/users/hunter/rpm/BUILD/mkcdrec/scripts/mkmakeISO9660.sh
+--- /home/users/hunter/rpm/BUILD/mkcdrec/scripts/mkmakeISO9660.sh  
2004-02-29 19:42:23.0 +0100
 /home/users/hunter/rpm/BUILD/mkcdrec/scripts/mkmakeISO9660.sh      
2005-11-27 13:58:30.560804104 +0100
+@@ -1,6 +1,8 @@
+ #!/bin/sh
+ # $Id$
+-. Config.sh 2>/dev/null
++cd /home/users/hunter/rpm/BUILD/mkcdrec
++. ./Config.sh
++#2>/dev/null
+ MKCDREC_DIR=`pwd`
+ SCRIPTS=${MKCDREC_DIR}/scripts
+ 
+diff -ur /home/users/hunter/rpm/BUILD/mkcdrec/scripts/rd-base.sh 
/home/users/hunter/rpm/BUILD/mkcdrec/scripts/rd-base.sh
+--- /home/users/hunter/rpm/BUILD/mkcdrec/scripts/rd-base.sh2005-11-09 
22:18:49.0 +0100
 /home/users/hunter/rpm/BUILD/mkcdrec/scripts/rd-base.sh2005-11-27 
19:29:46.620182224 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #==
+ # Make CD-ROM Recovery (mkCDrec)
+ # Copyright (C) 2000-2005 by G

SPECS: mkcdrec.spec - include some utils in mkcdrec - attempt to u...

2005-12-02 Thread hunter
Author: hunter   Date: Fri Dec  2 18:49:57 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- include some utils in mkcdrec
- attempt to use bash where it's nesessery  

 Files affected:
SPECS:
   mkcdrec.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/mkcdrec.spec
diff -u SPECS/mkcdrec.spec:1.3 SPECS/mkcdrec.spec:1.4
--- SPECS/mkcdrec.spec:1.3  Sun Nov 27 23:13:20 2005
+++ SPECS/mkcdrec.spec  Fri Dec  2 19:49:52 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 %define_boot_arch  x86
+%define_utils_version  0.7.9
 Summary:   mkCDrec (make CD-ROM Recovery) disaster recovery tool-set
 Summary(pl):   mkCDrec - zestaw narzędzi do tworzenia płyt do odtwarzania 
systemu po awarii
 Name:  mkcdrec
@@ -9,7 +10,10 @@
 Group: System/Tools
 Source0:   http://mkcdrec.ota.be/project/mkCDrec_v%{version}.tar.gz
 # Source0-md5: 0cbe2efbd083ce9745c5d5c5cea1c7c2
-##Source1: busybox-1.01.tar.bz2
+Source1:   
http://mkcdrec.ota.be/project/mkCDrec_v%{_utils_version}_utils.tar.gz
+# Source1-md5: 3294f58cbc69532f4377224daa544174
+##Source10: busybox-1.01.tar.bz2
+Patch0:%{name}-usebashizms.patch
 URL:   http://mkcdrec.ota.be/
 Requires:  MAKEDEV
 Provides:  perl(mkcdrec-lib.pl)
@@ -88,8 +92,8 @@
 również wpierana.
 
 %prep
-%setup -q -n mkcdrec
-##%setup -n mkcdrec -a 1
+%setup -q -n mkcdrec -a 1
+%patch0 -p0 
 
 find . -name CVS | xargs rm -Rf
 
@@ -264,6 +268,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2005/12/02 18:49:52  hunter
+- include some utils in mkcdrec
+- attempt to use bash where it's nesessery
+
 Revision 1.3  2005/11/27 22:13:20  glen
 - perl and gcc epoch
 - ed and coreutils R(post)


 CVS-web:
http://cvs.pld-linux.org/SPECS/mkcdrec.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: mkCDrec_v0.8.9.tar.gz

2005-11-27 Thread hunter

Files fetched: 1

STORED: http://mkcdrec.ota.be/project/mkCDrec_v0.8.9.tar.gz
0cbe2efbd083ce9745c5d5c5cea1c7c2  mkCDrec_v0.8.9.tar.gz
Size: 2608941 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: mkcdrec.spec (NEW) - nyf.

2005-11-27 Thread hunter
Author: hunter   Date: Sun Nov 27 17:19:40 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- nyf.

 Files affected:
SPECS:
   mkcdrec.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/mkcdrec.spec
diff -u /dev/null SPECS/mkcdrec.spec:1.1
--- /dev/null   Sun Nov 27 18:19:40 2005
+++ SPECS/mkcdrec.spec  Sun Nov 27 18:19:35 2005
@@ -0,0 +1,282 @@
+# $Revision$, $Date$
+%define _prefix /var/opt/mkcdrec
+%define _webmin_root /usr/libexec/webmin
+%define _webmin_access_file /etc/webmin/webmin.acl
+%define _webmin_cache_cile /etc/webmin/module.infos.cache
+%define _boot_arch x86
+Summary:   mkCDrec (make CD-ROM Recovery) disaster recovery tool-set
+Summary(pl):   mkCDrec (zrób CD-ROM odzyskyjący system)
+Name:  mkcdrec
+Version:   0.8.9
+Release:   0.1
+Source0:   http://mkcdrec.ota.be/project/mkCDrec_v%{version}.tar.gz
+# Source0-md5: 0cbe2efbd083ce9745c5d5c5cea1c7c2
+##Source1: busybox-1.01.tar.bz2
+URL:   http://mkcdrec.ota.be/
+License:   GPL
+Group: System/Tools
+Provides:  perl(mkcdrec-lib.pl)
+Requires:  MAKEDEV
+
+%if %{_boot_arch}==ia64
+Prereq:chkconfig fileutils cdrecord mkisofs tar ash mtools 
rsync
+Requires:  kernel >= 2.0.0, util-linux >= 2.11, perl >= 5.0, parted >= 1.6
+BuildRequires: gcc >= 2.96
+%endif
+%if %{_boot_arch}==x86_64
+Prereq:fileutils cdrecord mkisofs tar ash rsync syslinux
+Requires:  kernel >= 2.0.0, util-linux >= 2.11, perl >= 5.0
+BuildRequires: gcc >= 2.96
+%endif
+%if %{_boot_arch}==x86
+Prereq:coreutils fileutils cdrecord mkisofs tar ash syslinux 
rsync
+Requires:  kernel >= 2.0.0, util-linux >= 2.11, perl >= 5.0
+BuildRequires: syslinux >= 1.60, gcc >= 2.96
+%endif
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+mkCDrec (Make CDROM Recovery) makes a bootable (El Torito) disaster
+recovery image, including backups of the Linux system to one or more
+CD-ROM(s) (multi-volume sets). Otherwise, the backups can be stored on
+another disk, NFS disk, or (remote) tape. After a disk crash or system
+intrusion, the system can be booted from the CD-ROM and one can
+restore the complete system as it was. It also features disk cloning,
+which allows one to restore a disk to another disk (the destination
+disk does not have to be of the same size, as it calculates the
+partition layout itself). Currently, ext2, ext3, minix, msdos, fat,
+vfat, reiserfs, xfs and jfs filesystems are supported. One Button
+Disaster Recovery (OBDR) is also supported as recovery method.
+
+%description -l pl
+mkCDrec (zrób odzyskujący CDROM) tworzy uruchamialną (El Torito)
+płtkę zawierają system oraz kilka voluminów kopii danych. Zamiast 
+wielu płytek można posłużyć się innym dyskiem, NFSem, kopią na taśmie.
+Po awarii system albo wejściu intruza system może być uruchomiony 
+z płytki i przywrócony do pierwotnego stanu.
+mkcdrec wspiera klonowanie systemu. Aktualnie można używać ext2, ext3, 
+minix, msdos, fat, vfat, reiserfs, xfs and jfs jako systemów plików.
+Metoda zwana 'One Button Disaster Recovery (OBDR)' jest również wpierana.
+
+%prep
+%setup -q -n mkcdrec
+##%setup -n mkcdrec -a 1
+
+%build
+%{__make} -f Makefile.%{_boot_arch} build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+find . -name CVS | xargs rm -Rfv
+
+install -d $RPM_BUILD_ROOT%{_prefix}/busybox/applets
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_prefix}/contributions
+install -d $RPM_BUILD_ROOT%{_prefix}/modules
+install -d $RPM_BUILD_ROOT%{_prefix}/scripts/messages
+install -d $RPM_BUILD_ROOT%{_prefix}/doc
+install -d $RPM_BUILD_ROOT%{_prefix}/doc/style
+install -d $RPM_BUILD_ROOT%{_prefix}/doc/images
+install -d $RPM_BUILD_ROOT%{_prefix}/usr
+install -d $RPM_BUILD_ROOT%{_prefix}%{_sysconfdir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man8
+for fname in busybox*/busybox  busybox*/busybox.links; do
+   install -m 755 $fname $RPM_BUILD_ROOT%{_prefix}/busybox
+done
+
+install -m 755 busybox*/applets/install.sh 
$RPM_BUILD_ROOT%{_prefix}/busybox/applets
+
+for fname in  cutstream*/cutstream \
+ pastestream*/pastestream mediacheck/checkisomd5 mediacheck/implantisomd5
+do
+   install -m 755 $fname $RPM_BUILD_ROOT%{_bindir}
+done
+for fname in contributions/*.sh contributions/mkcdrec; do
+   install -m 755 $fname $RPM_BUILD_ROOT%{_prefix}/contributions
+done
+for fname in scripts/messages/*; do
+   install -m 755 $fname $RPM_BUILD_ROOT%{_prefix}/scripts/messages
+done
+for fname in `find scripts -type f`; do
+   install -m 755 $fname $RPM_BUILD_ROOT%{_prefix}/$fname
+done
+for fname in modules/*; do
+   install -m 755 $fname $RPM_BUILD_ROOT%{_prefix}/modules
+done
+for fname in doc/*.html doc/*.gif doc/*.jpg doc/*.png; do
+   install -m 755  $fname $RPM_BUILD_ROOT%{_prefix}/doc
+done
+for fnam

SPECS: cantus.spec - proper URL: - use desktopdir

2005-11-11 Thread hunter
Author: hunter   Date: Fri Nov 11 14:16:52 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- proper URL:
- use desktopdir  

 Files affected:
SPECS:
   cantus.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/cantus.spec
diff -u SPECS/cantus.spec:1.18 SPECS/cantus.spec:1.19
--- SPECS/cantus.spec:1.18  Thu Oct 28 13:36:30 2004
+++ SPECS/cantus.spec   Fri Nov 11 15:16:45 2005
@@ -9,7 +9,7 @@
 # 
http://software.manicsadness.com/dlcounter.php?id=16&file=%{name}-%{version}-1.tar.gz
 Source0:   
http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus/%{name}-%{version}-1.tar.gz
 # Source0-md5: 0e1ec373ac87a1b7ca604d055548b92b
-URL:   http://software.manicsadness.com/cantus/
+URL:   http://www.debain.org/software/cantus
 BuildRequires: autoconf
 BuildRequires: gnome-libs-devel >= 1.2.8
 BuildRequires: gtk+-devel >= 1.2.3
@@ -63,7 +63,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %makeinstall \
-   gnomemenudir=$RPM_BUILD_ROOT%{_applnkdir}/Utilities
+   gnomemenudir=$RPM_BUILD_ROOT%{_desktopdir}/Utilities
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -75,7 +75,7 @@
 %dir %{_pixmapsdir}/%{name}
 %{_pixmapsdir}/%{name}/*.xpm
 %{_pixmapsdir}/%{name}/*.png
-%{_applnkdir}/Utilities/cantus.desktop
+%{_desktopdir}/Utilities/cantus.desktop
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -83,6 +83,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2005/11/11 14:16:45  hunter
+- proper URL:
+- use desktopdir
+
 Revision 1.18  2004/10/28 11:36:30  paladine
 - "Ogg" and "Vorbis" unification
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cantus.spec?r1=1.18&r2=1.19&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: cantus_2.spec - changed URL: - STBR svp

2005-11-11 Thread hunter
Author: hunter   Date: Fri Nov 11 14:11:37 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- changed URL:
- STBR svp

 Files affected:
SPECS:
   cantus_2.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/cantus_2.spec
diff -u SPECS/cantus_2.spec:1.5 SPECS/cantus_2.spec:1.6
--- SPECS/cantus_2.spec:1.5 Sat Nov 27 19:52:05 2004
+++ SPECS/cantus_2.spec Fri Nov 11 15:11:32 2005
@@ -9,7 +9,7 @@
 #Source0Download: 
http://www.debain.org/?session=&site=project&project=1&cat=downloads
 Source0:   
http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus_2/%{name}-%{version}-1.tar.gz
 # Source0-md5: d237af5e217aa13473b8a6b21b2c4d2f
-URL:   http://www.debain.org/?project=1
+URL:   http://www.debain.org/software/cantus
 BuildRequires: autoconf
 #BuildRequires:gnome-libs-devel >= 1.2.8
 BuildRequires: glib2-devel >= 2.2.0
@@ -85,6 +85,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/11 14:11:32  hunter
+- changed URL:
+- STBR svp
+
 Revision 1.5  2004/11/27 18:52:05  saq
 - massive attack: add missing gtk+2-devel epoch in BR
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cantus_2.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: backuppc.spec - include pl-translation

2005-11-05 Thread hunter
Author: hunter   Date: Sun Nov  6 05:15:45 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- include pl-translation

 Files affected:
SPECS:
   backuppc.spec (1.51 -> 1.52) 

 Diffs:


Index: SPECS/backuppc.spec
diff -u SPECS/backuppc.spec:1.51 SPECS/backuppc.spec:1.52
--- SPECS/backuppc.spec:1.51Sat Nov  5 12:21:53 2005
+++ SPECS/backuppc.spec Sun Nov  6 06:15:40 2005
@@ -170,7 +170,7 @@
 install %{SOURCE1} 
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/93_backuppc.conf
 #install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{name}/www/cgi-bin/.htaccess
 install backuppc.8 $RPM_BUILD_ROOT%{_mandir}/man8
-#install %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/BackupPC/Lang/pl.pm
+install %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/BackupPC/Lang/pl.pm
 install doc/* $RPM_BUILD_ROOT%{_datadir}/%{name}/www/html/doc
 # Cleanups:
 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/www/html/CVS
@@ -266,7 +266,7 @@
 %lang(es) %{_libdir}/BackupPC/Lang/es.pm
 %lang(it) %{_libdir}/BackupPC/Lang/it.pm
 %lang(nl) %{_libdir}/BackupPC/Lang/nl.pm
-#%lang(pl) %{_libdir}/BackupPC/Lang/pl.pm
+%lang(pl) %{_libdir}/BackupPC/Lang/pl.pm
 %dir %attr(750,%{BPCuser},%{BPCgroup}) %{_var}/lib/%{name}
 %dir %attr(750,%{BPCuser},%{BPCgroup}) %{_var}/lib/%{name}/cpool
 %dir %attr(750,%{BPCuser},%{BPCgroup}) %{_var}/lib/%{name}/log
@@ -287,6 +287,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.52  2005/11/06 05:15:40  hunter
+- include pl-translation
+
 Revision 1.51  2005/11/05 11:21:53  hunter
 - R:  apache-mod_auth
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/backuppc.spec?r1=1.51&r2=1.52&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: backuppc-pl.pm - changes in pl-translation

2005-11-05 Thread hunter
Author: hunter   Date: Sun Nov  6 05:12:57 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- changes in pl-translation

 Files affected:
SOURCES:
   backuppc-pl.pm (1.14 -> 1.15) 

 Diffs:


Index: SOURCES/backuppc-pl.pm
diff -u SOURCES/backuppc-pl.pm:1.14 SOURCES/backuppc-pl.pm:1.15
--- SOURCES/backuppc-pl.pm:1.14 Mon Sep 19 05:10:49 2005
+++ SOURCES/backuppc-pl.pm  Sun Nov  6 06:12:51 2005
@@ -1221,20 +1221,19 @@
 Szanowny $userName,
 
 Twój komputer ($host) nie jest aktualnie zabezpieczony przed utratą danych
- successfully backed up by ourPC backup software.
- PC backups should occur automatically
-when your PC is connected to the network.  You should contact
-computer support if:
-
-  - Your PC has been regularly connected to the network, meaning
-there is some configuration or setup problem preventing
-backups from occurring.
+przez nasze oprogramowanie BackupPC.
+Archiwizacja przez BackupPC sporządzana jest automatycznie gdy Twój PC jest 
+podłączony do sieci. Powinieneś skontaktować się z działem IT jeśli:
+
+  - Twój komputer był regularnie podłączony do sieci, tzn
+występuje problem w konfiguracji uniemożliwiający wykonywanie
+   kopii zapasowych.
 
-  - You don't want your PC backed up and you want these email
-messages to stop.
+  - Nie chcesz aby Twój PC był archiwizowany i nie chcesz otrzymywać 
+tych emaili.
 
-Otherwise, please make sure your PC is connected to the network
-next time you are in the office.
+W innym przypadku zadbaj o to aby Twój PC był podłączony do sieci gdy 
+przebywasz w biurze.
 
 Regards,
 BackupPC Genie
@@ -1301,7 +1300,7 @@
 http://backuppc.sourceforge.net
 EOF
 
-$Lang{howLong_not_been_backed_up} = "not been backed up successfully";
-$Lang{howLong_not_been_backed_up_for_days_days} = "not been backed up for 
\$days dni";
+$Lang{howLong_not_been_backed_up} = "nie sporządzono kopii poprawnie";
+$Lang{howLong_not_been_backed_up_for_days_days} = "nie sporządzono kopi przez 
\$days dni";
 
 #end of lang_pl.pm


 CVS-web:
http://cvs.pld-linux.org/SOURCES/backuppc-pl.pm?r1=1.14&r2=1.15&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: backuppc.spec - R: apache-mod_auth

2005-11-05 Thread hunter
Author: hunter   Date: Sat Nov  5 11:22:00 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- R:  apache-mod_auth

 Files affected:
SPECS:
   backuppc.spec (1.50 -> 1.51) 

 Diffs:


Index: SPECS/backuppc.spec
diff -u SPECS/backuppc.spec:1.50 SPECS/backuppc.spec:1.51
--- SPECS/backuppc.spec:1.50Fri Sep 16 20:18:44 2005
+++ SPECS/backuppc.spec Sat Nov  5 12:21:53 2005
@@ -41,6 +41,7 @@
 Requires:  perl-Compress-Bzip2
 Requires:  rsync
 Requires:  apache-mod_perl
+Requires:  apache-mod_auth
 Requires:  par2cmdline
 Requires:  samba-client
 Requires:  sperl
@@ -286,6 +287,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.51  2005/11/05 11:21:53  hunter
+- R:  apache-mod_auth
+
 Revision 1.50  2005/09/16 18:18:44  wolvverine
 - add par2 in config
 - release to 2


 CVS-web:
http://cvs.pld-linux.org/SPECS/backuppc.spec?r1=1.50&r2=1.51&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gmbcrossword.spec (NEW) - brand new.

2005-11-01 Thread hunter
Author: hunter   Date: Tue Nov  1 22:14:48 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- brand new.

 Files affected:
SPECS:
   gmbcrossword.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/gmbcrossword.spec
diff -u /dev/null SPECS/gmbcrossword.spec:1.1
--- /dev/null   Tue Nov  1 23:14:48 2005
+++ SPECS/gmbcrossword.spec Tue Nov  1 23:14:43 2005
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_withtests   # build with tests
+%bcond_without tests   # build without tests
+#
+Summary:   gmbCrossword - making crosswords
+Summary(pl):   gmbCrossword - tworzenie krzyżówek
+Name:  gmbcrossword
+Version:   0.7
+Release:   0.1
+License:   - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group: X11/Applications
+#Icon: -
+Source0:   http://dl.sourceforge.net/gmbcrossword/%{name}-%{version}.tar.gz
+# Source0-md5: f69a7ad1d4a76a6028383aa12f16e108
+URL:   http://gmbcrossword.sourceforge.net
+Requires:  gambas-gb-qt-ext
+Requires:  gambas-gb-db-sqlite
+BuildArch: noarch
+#ExclusiveArch:%{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gmbCrossword is an application for making swedish typ crosswords. It is 
written in Gambas and has support for word lookup in databases. 
+
+%description -l pl
+gmbCrossword jest aplikacją służącą do robienia krzyżówek. Została napisana w 
Gambas i wspiera wyszukiwanie słów w bazach danych.
+
+%package words
+Summary:   gmbCrossword - base wordlists
+Summary(pl):   gmbCrossword - podstawowa lista słów
+Group: X11/Applications
+
+%description words
+In the distribution file you'll find databases for english, swedish and 
computer words. They are rather small databases (1-2 words) to keep the 
filesize down but it is easy to import new words. I also have a bigger swedish 
file (>20 words) but it is not currently in the distribution.
+
+%description words -l pl
+Tutaj znajdują się bazy słów dla angielskiego, szweckiego oraz wyrażeń 
komputerowych. 
+
+%prep
+%setup -q -c %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{/usr/bin/,%{_datadir}/%{name}}
+install gmbcrossword $RPM_BUILD_ROOT/usr/bin/gmbcrossword
+install databases/* $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README 
+%attr(755,root,root) /usr/bin/gmbcrossword
+
+%files words
+%defattr(644,root,root,755)
+#%doc extras/*.gz
+%{_datadir}/%{name}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/01 22:14:43  hunter
+- brand new.
+
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gmbcrossword-0.7.tar.gz

2005-11-01 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/gmbcrossword/gmbcrossword-0.7.tar.gz
f69a7ad1d4a76a6028383aa12f16e108  gmbcrossword-0.7.tar.gz
Size: 995314 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: hsfmodem.spec - upgrade - build .ko files in %build not aft...

2005-10-02 Thread hunter
Author: hunter   Date: Sun Oct  2 17:44:15 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- upgrade
- build .ko files in %build not after installing rpm
- separate kernel-* package
- stbr svp

 Files affected:
SPECS:
   hsfmodem.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/hsfmodem.spec
diff -u SPECS/hsfmodem.spec:1.4 SPECS/hsfmodem.spec:1.5
--- SPECS/hsfmodem.spec:1.4 Fri Oct 29 16:04:43 2004
+++ SPECS/hsfmodem.spec Sun Oct  2 19:44:10 2005
@@ -1,14 +1,18 @@
 # $Revision$, $Date$
-Summary:   Conexant HSF controllerless modem driver
-Summary(pl):   Sterownik do winmodemów HSF firmy Conexant
+Summary:   Conexant HSF controllerless modem driver userspace utils
+Summary(pl):   Narzędzia do sterownika winmodemów HSF firmy Conexant
 Name:  hsfmodem
-Version:   6.03.00lnxt03091800free
-%define_rel0.1
+Version:   7.18.00.06full
+%define_rel1
 Release:   [EMAIL PROTECTED]
-License:   Custom Licence by LinuxAnt.com
+License:   Custom Licence by (c) 2003-2004 Linuxant inc. All rights 
reserved.
 Group: Base/Kernel
-Source0:   
http://www.linuxant.com/drivers/hsf/free/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: aa85060185dba1bd090c2d02ef1c9c8a
+Source0:   
http://www.linuxant.com/drivers/hsf/full/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 2d725bd8e484a4037daefec6208ba28b
+Source1:   
http://www.linuxant.com/drivers/hsf/full/archive/hsfmodem-7.18.00.06full/100498D_RM_HxF_Released.pdf
+# Source1-md5: e6d8fea8f5f641d7bb4dfb33c6f478e7
+Source2:   http://www.linuxant.com/drivers/files/listmodem_app_linux.tar.gz
+# Source2-md5: 516f3825014eb460a0c16cbd927a80d1
 URL:   http://www.linuxant.com/
 %{!?_without_dist_kernel:BuildRequires:kernel-source}
 BuildRequires: %{kgcc_package}
@@ -20,34 +24,68 @@
 %description
 Conexant HSF controllerless modem driver for Linux.
 This package contains only free version of the drivers (limited to
-14kbps). Full version is available at linuxant.com.
+14kbps and no fax). Full version is available at linuxant.com.
 
 %description -l pl
-Sterownik do winmodemów HSF firmy Conexant dla Linuksa.
-Ten pakiet zawiera tylko darmową wersję sterowników, która ogranicza
-transfer do 14kbps. Pełna wersja dostępna jest na linuxant.com.
+Sterownik do winmodemów HSF firmy Conexant dla Linuksa.  Ten pakiet 
+zawiera tylko darmową wersję sterowników, która ogranicza transfer 
+do 14kbps i użycie faxu. Pełna wersja dostępna jest na linuxant.com.
+
+%package -n kernel-char-hsf
+Summary:   Conexant HSF controllerless modem driver 
+Summary(pl):   Sterownik do winmodemów HSF firmy Conexant
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_smp}
+Requires(post,postun): /sbin/depmod
+%{?with_dist_kernel:Requires(postun):  kernel-smp}
+
+%description -n kernel-char-hsf
+This is a Linux driver for Conexant HSF controllerless modem driver 
+
+%description -n kernel-char-hsf -l pl
+Sterownik dla Linuksa do winmodemów HSF firmy Conexant
 
 %prep
 %setup -q
 
 %build
 %{__make} all KERNELSRC=%{_kernelsrcdir}
+%{__make} --quiet --no-print-directory CNXT_KERNELSRC=%{_kernelsrcdir} 
DISTRO_CFLAGS="-D__MODULE_KERNEL_%{_target_cpu}=1" 
CNXT_MODS_DIR=binaries/linux-genetic clean all modules
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,-smp}/misc
 %{__make} install \
ROOT=$RPM_BUILD_ROOT \
KERNELSRC=%{_kernelsrcdir}
 
+install modules/*.ko  $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc
+#{,-smp}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/hsfconfig --auto
+#%{_sbindir}/hsfconfig --auto
+%depmod %{_kernel_ver}
 
 %preun
-%{_sbindir}/hsfconfig --remove
+#%{_sbindir}/hsfconfig --remove
+
+%postun
+%depmod %{_kernel_ver}
+
+%post -n kernel-char-hsf
+%depmod %{_kernel_ver}
+
+%postun -n kernel-char-hsf
+%depmod %{_kernel_ver}
+
+%files -n kernel-char-hsf
+%defattr(644,root,root,755)
+/lib/modules/%{_kernel_ver}/misc/*.ko*
 
 %files
 %defattr(644,root,root,755)
@@ -55,6 +93,8 @@
 %attr(755,root,root) %{_sbindir}/*
 %dir /etc/hsfmodem
 %dir /etc/hsfmodem/nvm
+/etc/hsfmodem/package
+/usr/lib/hsfmodem/rchsf
 %config /etc/hsfmodem/nvm/*
 %dir %{_libdir}/hsfmodem
 %config %{_libdir}/hsfmodem/config.mak
@@ -69,6 +109,12 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2005/10/02 17:44:10  hunter
+- upgrade
+- build .ko files in %build not after installing rpm
+- separate kernel-* package
+- stbr svp
+
 Revision 1.4  2004/10/29 14:04:43  paladine
 - spelling fixes, unifications
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/hsfmodem.spec?r1=1.4&r2=1.5&f=u

___
pld-cv

DISTFILES: hsfmodem-7.18.00.06full.tar.gz 100498D_RM_HxF_Released.pdf listmodem_app_linux.tar.gz

2005-10-02 Thread hunter

Files fetched: 3

STORED: 
http://www.linuxant.com/drivers/hsf/full/archive/hsfmodem-7.18.00.06full/hsfmodem-7.18.00.06full.tar.gz
2d725bd8e484a4037daefec6208ba28b  hsfmodem-7.18.00.06full.tar.gz
Size: 1130012 bytes
STORED: 
http://www.linuxant.com/drivers/hsf/full/archive/hsfmodem-7.18.00.06full/100498D_RM_HxF_Released.pdf
e6d8fea8f5f641d7bb4dfb33c6f478e7  100498D_RM_HxF_Released.pdf
Size: 718949 bytes
STORED: http://www.linuxant.com/drivers/files/listmodem_app_linux.tar.gz
516f3825014eb460a0c16cbd927a80d1  listmodem_app_linux.tar.gz
Size: 2735 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: snacc.spec (NEW) - new one.

2005-09-19 Thread hunter
Author: hunter   Date: Mon Sep 19 20:29:17 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- new one.

 Files affected:
SPECS:
   snacc.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/snacc.spec
diff -u /dev/null SPECS/snacc.spec:1.1
--- /dev/null   Mon Sep 19 22:29:17 2005
+++ SPECS/snacc.specMon Sep 19 22:29:12 2005
@@ -0,0 +1,131 @@
+# $Revision$, $Date$
+#
+Summary:   SNACC - ASN.1 to C or C++ compiler
+Summary(pl):   SNACC - Kompilator ASN.1 do C lub C++
+Name:  snacc
+Version:   1.3
+Release:   0.1
+License:   GPL v2
+Group: Applications
+#Icon: -
+Source0:   
http://ftp.debian.org/debian/pool/main/s/snacc/%{name}_%{version}bbn.orig.tar.gz
+#http://ftp.debian.org/debian/pool/main/s/snacc/snacc_1.3bbn-9.diff.gz
+Patch0:%{name}_1.3bbn-9.diff
+URL:   http://directory.fsf.org/GNU/snacc.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Snacc is short for "Sample Neufeld ASN.1 to C Compiler" and ASN.1
+stands for Abstract Syntax Notation One (ITU-T X.208/ISO 8824). Snacc
+supports a subset of ASN.1 1988. If you need features of ASN.1 1992 or
+later, snacc is not for you.
+
+Given an ASN.1 source file(s) snacc can produce:
+1. C routines for BER encoding, decoding, printing and freeing. 2. C++
+routines for BER encoding, decoding, and printing. 3. A type table
+that can be used with C driver routines for BER encoding, decoding, 
+printing and freeing.
+If you want to build snacc based applications, you want to install the
+libsnacc-dev package, too. Your application will then depend on the
+snacc libraries, you find in the libsnacc0c2 package.
+
+%description -l pl
+Snacc jest skrótem od "Sample Neufeld ASN.1 to C Compiler", a ASN.1 to
+"Abstract Syntax Notation One (ITU-T X.208/ISO 8824)". Snacc wspiera 
+podzbiór ASN.1 1988. Jeśli potrzebujesz właściwości ASN.1 1992 lub 
+późniejszych to snacc nie jest dla Ciebie.
+
+%if %{with devel-static}
+%package devel
+Summary:   Development libraries and header files for SNACC library
+Group: Development/Libraries
+
+%description devel
+This is the package containing the development libraries and header
+files for SNACC
+
+%package static
+Summary:   Static SNACC library
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static SNACC library.
+
+%endif
+
+%prep
+%setup -q -n %{name}-%{version}bbn.orig
+%patch0 -p0
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
+%configure
+
+%{__make} \
+   CFLAGS="%{rpmcflags}" \
+   LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with ldconfig}
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+%endif
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%if 0
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%endif
+
+# initscript and its config
+%if %{with initscript}
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%endif
+
+#%{_examplesdir}/%{name}-%{version}
+
+%files subpackage
+%defattr(644,root,root,755)
+#%doc extras/*.gz
+#%{_datadir}/%{name}-ext
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/19 20:29:12  hunter
+- new one.
+
+Revision 1.53  2005/08/15 21:54:32  glen
+- adapterized and other things
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: snacc_1.3bbn-9.diff (NEW) - new one

2005-09-19 Thread hunter
Author: hunter   Date: Mon Sep 19 20:28:42 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new one

 Files affected:
SOURCES:
   snacc_1.3bbn-9.diff (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/snacc_1.3bbn-9.diff
diff -u /dev/null SOURCES/snacc_1.3bbn-9.diff:1.1
--- /dev/null   Mon Sep 19 22:28:42 2005
+++ SOURCES/snacc_1.3bbn-9.diff Mon Sep 19 22:28:37 2005
@@ -0,0 +1,7800 @@
+--- snacc-1.3bbn.orig/debian/patches/configure.patch
 snacc-1.3bbn/debian/patches/configure.patch
+@@ -0,0 +1,627 @@
++diff -uraN snacc-1.3bbn/configure.ac snacc-1.3bbn-debian/configure.ac
++--- snacc-1.3bbn/configure.ac 1970-01-01 00:00:00.0 +
+ snacc-1.3bbn-debian/configure.ac  2005-07-30 17:20:35.043753552 +
++@@ -0,0 +1,314 @@
+++dnl Process this file with autoconf to produce a configure script.
+++dnl ---
+++dnl  $Log$
+++dnl  Revision 1.1  2005/09/19 20:28:37  hunter
+++dnl  - new one
+++dnl  
+++dnl  Revision 1.3  2002/11/19 20:28:12  debacle
+++dnl  libtool changes.
+++dnl  
+++dnl  Revision 1.2  2002/11/19 19:37:38  debacle
+++dnl  Auto-tools stuff.
+++dnl  
+++dnl  Revision 1.1  2002/11/19 19:18:04  debacle
+++dnl  New autoconf.
+++dnl  
+++dnl  Revision 1.13  1997/09/04 13:54:04  wan
+++dnl  A little more portability
+++dnl
+++dnl  Revision 1.12  1997/02/28 13:39:35  wan
+++dnl  Modifications collected for new version 1.3: Bug fixes, tk4.2.
+++dnl
+++dnl  Revision 1.11  1997/02/16 16:50:27  rj
+++dnl  made return *this after calling abort()'' a compile time option.
+++dnl
+++dnl  Revision 1.10  1997/02/15 20:06:27  rj
+++dnl  adjust to changed AC_TRY_COMPILE macro
+++dnl
+++dnl  Revision 1.9  1997/02/15 20:01:38  rj
+++dnl  check whether the compiler supports volatile functions (and whether 
abort() is volatile).
+++dnl
+++dnl  Revision 1.8  1997/01/01 19:57:01  rj
+++dnl  changes for autoconf version 2.12
+++dnl
+++dnl  Revision 1.7  1995/09/07  18:36:47  rj
+++dnl  psbook and psnup are looked for (used by .../doc/makefile)
+++dnl
+++dnl  Revision 1.6  1995/07/24  14:44:47  rj
+++dnl  don't use gcc/g++ with -pipe, compiling some files may exceed virtual 
memory.
+++dnl
+++dnl  look for tclsh(1). tcl-lib uses it to construct the tclIndex file. 
don't look for Tcl/Tk if the tclsh is absent.
+++dnl
+++dnl  look for patch(1). the c-lib uses it to patch tbl.h.
+++dnl
+++dnl  search for tree-3.6's libtktree.a and set TREELIBS in .../makehead 
accordingly.
+++dnl
+++dnl  check for memset(3), memcpy(3) and memcmp(3). .../snacc.h reverts to 
bzero(3), bcopy(3) and bcmp(3) if necessary.
+++dnl
+++dnl  Revision 1.5  1995/02/20  11:18:41  rj
+++dnl  cpp switch HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS added.
+++dnl  check for isinf(3) and finite(3) added.
+++dnl
+++dnl  Revision 1.4  1995/02/17  15:15:44  rj
+++dnl  hack to let makedepend find .h files the way gcc does.
+++dnl
+++dnl  Revision 1.3  1995/02/17  14:26:40  rj
+++dnl  adjustments for autoconf 2.x
+++dnl
+++dnl  Revision 1.2  1994/10/08  04:29:37  rj
+++dnl  search for Tcl/Tk
+++dnl
+++dnl  Revision 1.1  1994/09/01  00:51:22  rj
+++dnl  first check-in (new file).
+++dnl
+++AC_INIT( compiler/core/snacc.c)
+++AC_REVISION($Revision$)
+++AM_INIT_AUTOMAKE(snacc, 1.3)
+++AM_CONFIG_HEADER( config.h)
+++dnl --- alternative programs:
+++AC_PROG_MAKE_SET
+++AC_PROG_CC
+++AC_ISC_POSIX
+++dnl if CDPATH is set, the configure script might fail
+++unset CDPATH
+++dnl if test -n "$GCC"; then
+++dnl   saveCC="$CC"
+++dnl   CC="$CC -pipe"
+++dnl   AC_MSG_CHECKING( whether $saveCC takes -pipe)
+++dnl   AC_TRY_LINK( , , [AC_MSG_RESULT( yes)], [AC_MSG_RESULT( no); 
CC="$saveCC"])
+++dnl fi
+++AC_PROG_GCC_TRADITIONAL
+++AC_MSG_CHECKING( whether ANSI or K&R style C)
+++AC_TRY_COMPILE([ ], [void *p; p = "test";], [
+++AC_MSG_RESULT(ANSI)
+++AC_DEFINE( __USE_ANSI_C__)
+++], [
+++AC_MSG_RESULT(K&R)
+++])
+++AC_PROG_CXX
+++AC_LANG_CPLUSPLUS
+++dnl if test -n "$GCC"; then
+++dnl   saveCXX="$CXX"
+++dnl   CXX="$CXX -pipe"
+++dnl   AC_MSG_CHECKING( whether $saveCXX takes -pipe)
+++dnl   AC_TRY_LINK( , , [AC_MSG_RESULT( yes)], [AC_MSG_RESULT( 
no);CC="$saveCC"])
+++dnl fi
+++AC_MSG_CHECKING( for bool built-in)
+++AC_TRY_COMPILE( , bool b = false;, [AC_DEFINE( BOOL_BUILTIN) AC_MSG_RESULT( 
yes)], AC_MSG_RESULT( no))
+++AC_MSG_CHECKING( for variable sized automatic arrays)
+++AC_TRY_COMPILE( , changequote(<,>)int i = 42; char a[++i]; *a = 
i;changequote([,]), [AC_DEFINE( HAVE_VARIABLE_SIZED_AUTOMATIC_ARRAYS) 
AC_MSG_RESULT( yes)], AC_MSG_RESULT( no))
+++AC_MSG_CHECKING( for volatile functions)
+++AC_TRY_COMPILE( , changequote(<,>)abort();changequote([,]), [AC_MSG_RESULT( 
yes)], [AC_DEFINE( COMPILER_WITHOUT_VOLATILE_FUNCTIONS) SNACC_NOVOLAT=-novolat; 
AC_SUBST( SNACC_NOVOLAT) AC_MSG_RESULT( no)])
+++AC_LANG_C
+++AM_PROG_LEX

SOURCES: zm-logrotate_d - proper log files permisions/owner

2005-09-12 Thread hunter
Author: hunter   Date: Mon Sep 12 18:28:24 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- proper log files permisions/owner 

 Files affected:
SOURCES:
   zm-logrotate_d (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/zm-logrotate_d
diff -u SOURCES/zm-logrotate_d:1.1 SOURCES/zm-logrotate_d:1.2
--- SOURCES/zm-logrotate_d:1.1  Fri Jul 15 18:45:41 2005
+++ SOURCES/zm-logrotate_d  Mon Sep 12 20:28:19 2005
@@ -2,4 +2,5 @@
 weekly
 notifempty
 missingok
+   create 660 http http
 }


 CVS-web:
http://cvs.pld-linux.org/SOURCES/zm-logrotate_d?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: cyrus-sasl.spec - option -H is obsolete in sasld.init. use ...

2005-09-12 Thread hunter
Author: hunter   Date: Mon Sep 12 18:25:37 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- option -H is obsolete in sasld.init. use -O
- relase 3  

 Files affected:
SPECS:
   cyrus-sasl.spec (1.141 -> 1.142) 

 Diffs:


Index: SPECS/cyrus-sasl.spec
diff -u SPECS/cyrus-sasl.spec:1.141 SPECS/cyrus-sasl.spec:1.142
--- SPECS/cyrus-sasl.spec:1.141 Wed Aug 24 12:04:51 2005
+++ SPECS/cyrus-sasl.spec   Mon Sep 12 20:25:32 2005
@@ -26,7 +26,7 @@
 Summary(uk):   âŚÂĚŚĎÔĹËÁ Cyrus SASL
 Name:  cyrus-sasl
 Version:   2.1.21
-Release:   2
+Release:   3
 License:   distributable
 Group: Libraries
 Source0:   ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{version}.tar.gz
@@ -651,6 +651,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.142  2005/09/12 18:25:32  hunter
+- option -H is obsolete in sasld.init. use -O
+- relase 3
+
 Revision 1.141  2005/08/24 10:04:51  kosmo
 - added cyrus-sasl-md5sum-passwords.patch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cyrus-sasl.spec?r1=1.141&r2=1.142&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: saslauthd.init - bug fix: option -H -> -O

2005-09-12 Thread hunter
Author: hunter   Date: Mon Sep 12 18:24:15 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- bug fix: option -H -> -O 

 Files affected:
SOURCES:
   saslauthd.init (1.6 -> 1.7) 

 Diffs:


Index: SOURCES/saslauthd.init
diff -u SOURCES/saslauthd.init:1.6 SOURCES/saslauthd.init:1.7
--- SOURCES/saslauthd.init:1.6  Tue Jun 24 12:55:44 2003
+++ SOURCES/saslauthd.init  Mon Sep 12 20:24:09 2005
@@ -20,7 +20,7 @@
 fi
 
 if [ "x$SASL_RIMAP_HOSTNAME" != "x" ]; then
-   SASLAUTHD_OPTS="$SASLAUTHD_OPTS -H $SASL_RIMAP_HOSTNAME"
+   SASLAUTHD_OPTS="$SASLAUTHD_OPTS -O $SASL_RIMAP_HOSTNAME"
 fi
 
 #if is_yes "$SASL_TIME_OF_DAY_LOGIN_RESTRICTIONS" ; then


 CVS-web:
http://cvs.pld-linux.org/SOURCES/saslauthd.init?r1=1.6&r2=1.7&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: php4-eaccelerator.spec - package: webinterface - config fi...

2005-09-11 Thread hunter
Author: hunter   Date: Sun Sep 11 17:45:09 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- package: webinterface 
- config file in php4/conf.d  

 Files affected:
SPECS:
   php4-eaccelerator.spec (1.10 -> 1.11) 

 Diffs:


Index: SPECS/php4-eaccelerator.spec
diff -u SPECS/php4-eaccelerator.spec:1.10 SPECS/php4-eaccelerator.spec:1.11
--- SPECS/php4-eaccelerator.spec:1.10   Wed Sep  7 16:09:23 2005
+++ SPECS/php4-eaccelerator.specSun Sep 11 19:45:04 2005
@@ -14,7 +14,7 @@
 Group: Libraries
 Source0:   
http://dl.sourceforge.net/eaccelerator/%{_pkgname}-%{version}.tar.gz
 # Source0-md5: b17ddf953f18ee6df5c2c24ffccb37d9
-Source1:   %{name}.ini
+Source1:   %{_name}.ini
 URL:   http://eaccelerator.sourceforge.net/
 BuildRequires: php4-devel >= 3:4.1
 %requires_eq_to php4 php4-devel
@@ -37,6 +37,30 @@
 postaci skompilowanej, dzięki czemu narzut potrzebny na kompilację
 jest prawie całkowicie wyeliminowany.
 
+
+%package webinterface
+Summary:WEB interface for PHP Accelerator
+Summary(pl):Interfejs WEB dla PHP Accelerator
+Group:  Libraries
+Requires:   %{name} = %{epoch}:%{version}-%{release}
+
+%description webinterface
+PHP Accelerator can be managed through web interface script mmcache.php.
+So you need to put this file on your web site. For security reasons it
+is recommended to restrict the usage of this script by your local IP and
+setup password based access.
+
+More information you can find at %{url}.
+
+%description webinterface -l pl
+PHP Accelerator może być sterowany ze strony internetowej z
+wykorzystaniem skryptu eaccelerator.php. Jedyne co trzeba zrobić, to
+umieścić plik we właściwym miejscu na stronie internetowej. Z powodów
+bezpieczeństwa zalecane jest, aby ograniczyć korzystanie ze skryptu do
+lokalnego adresu i ustawić autoryzację hasłem
+
+Więcej informacji można znaleźć %{url}.
+
 %prep
 %setup -q -n %{_pkgname}-%{version}
 
@@ -83,6 +107,12 @@
 %attr(755,root,root) %{extensionsdir}/eaccelerator.so
 %attr(755,root,root) %{_bindir}/*
 %attr(770,root,http) /var/cache/%{_name}
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) 
/etc/php4/conf.d/eaccelerator.ini
+
+%files webinterface
+%defattr(644,root,root,755)
+# FIXME: czy tak rzeczywiście powinno/może być??
+%doc eaccelerator{,_password}.php
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -90,6 +120,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.11  2005/09/11 17:45:04  hunter
+- package: webinterface
+- config file in php4/conf.d
+
 Revision 1.10  2005/09/07 14:09:23  glen
 - phpize already calls aclocal
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php4-eaccelerator.spec?r1=1.10&r2=1.11&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: eaccelerator.ini - nice formating

2005-09-11 Thread hunter
Author: hunter   Date: Sun Sep 11 17:08:11 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- nice formating

 Files affected:
SOURCES:
   eaccelerator.ini (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/eaccelerator.ini
diff -u SOURCES/eaccelerator.ini:1.1 SOURCES/eaccelerator.ini:1.2
--- SOURCES/eaccelerator.ini:1.1Sun Sep 11 18:59:46 2005
+++ SOURCES/eaccelerator.iniSun Sep 11 19:08:06 2005
@@ -17,46 +17,72 @@
 ; "0" means OS default. Default value is "0".
 
 eaccelerator.cache_dir = "/tmp/eaccelerator"
-; The directory that is used for disk cache. eAccelerator stores precompiled 
code, session data, content and user entries here. The same data can also be 
stored in shared memory (for more quick access). Default value is 
"/tmp/eaccelerator".
+; The directory that is used for disk cache. eAccelerator stores precompiled 
+; code, session data, content and user entries here. The same data can also 
+; be stored in shared memory (for more quick access). Default value is 
+; "/tmp/eaccelerator".
 
 eaccelerator.enable = "1"
-;Enables or disables eAccelerator. Should be "1" for enabling or "0" for 
disabling. Default value is "1".
+;Enables or disables eAccelerator. Should be "1" for enabling or "0" for 
+; disabling. Default value is "1".
 
 eaccelerator.optimizer = "1"
-;Enables or disables internal peephole optimizer which may speed up code 
execution. Should be "1" for enabling or "0" for disabling. Default value is 
"1".
+;Enables or disables internal peephole optimizer which may speed up code 
+; execution. Should be "1" for enabling or "0" for disabling. Default 
+; value is "1".
 
 eaccelerator.debug = "0"
-;Enables or disables debug logging. Should be "1" for enabling or "0" for 
disabling. Default value is "0".
+;Enables or disables debug logging. Should be "1" for enabling or "0" for 
+; disabling. Default value is "0".
 
 eaccelerator.check_mtime = "1"
-;Enables or disables PHP file modification checking. Should be "1" for 
enabling or "0" for disabling. You should set it to "1" if you want to 
recompile PHP files after modification. Default value is "1".
+;Enables or disables PHP file modification checking. Should be "1" for 
+; enabling or "0" for disabling. You should set it to "1" if you want to 
+; recompile PHP files after modification. Default value is "1".
 
 eaccelerator.filter = ""
-;Determines which PHP files must be cached. You may specify a pattern (for 
example "*.php *.phtml") which specifies files to cache or exclude. If the 
pattern starts with the character "!", the files that match this pattern wil be 
excluded. Default value is "" which means - all PHP scripts will be cached.
+;Determines which PHP files must be cached. You may specify a pattern 
+;(for example "*.php *.phtml") which specifies files to cache or exclude.
+; If the pattern starts with the character "!", the files that match this
+; pattern wil be excluded. Default value is "" which means - all PHP scripts 
will be cached.
 
 eaccelerator.shm_max = "0"
-;Disables putting large values into shared memory by "eaccelerator_put()" 
function. It indicates the largest allowed size in bytes (10240, 10K, 1M). A 
"0" disables the limit. Default value is "0".
+;Disables putting large values into shared memory by "eaccelerator_put()" 
+; function. It indicates the largest allowed size in bytes (10240, 10K, 1M).
+; A "0" disables the limit. Default value is "0".
+
 eaccelerator.shm_ttl = "0"
-;When eAccelerator fails to get shared memory for a new script it removes all 
scripts from shared memory which were not accessed at least "shm_ttl" seconds. 
Default value is "0" which means - don't remove any files from shared memory.
+;When eAccelerator fails to get shared memory for a new script it removes 
+; all scripts from shared memory which were not accessed at least "shm_ttl" 
+; seconds. Default value is "0" which means - don't remove any files from 
shared memory.
 
 eaccelerator.shm_prune_period = "0"
-;When eAccelerator fails to get shared memory for a new script it tries to 
remove old script if the previous try was made more then "shm_prune_period" 
seconds ago. Default value is "0" which means - don't try to remove any files 
from shared memory.
+;When eAccelerator fails to get shared memory for a new script it tries 
+; 

SPECS: php-eaccelerator.spec - eaccelerator.php in webinterface pa...

2005-09-11 Thread hunter
Author: hunter   Date: Sun Sep 11 17:04:38 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- eaccelerator.php in webinterface package
- configfile  

 Files affected:
SPECS:
   php-eaccelerator.spec (1.15 -> 1.16) 

 Diffs:


Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.15 SPECS/php-eaccelerator.spec:1.16
--- SPECS/php-eaccelerator.spec:1.15Wed Sep  7 16:13:03 2005
+++ SPECS/php-eaccelerator.spec Sun Sep 11 19:04:32 2005
@@ -14,6 +14,7 @@
 Group: Libraries
 Source0:   
http://dl.sourceforge.net/eaccelerator/%{_pkgname}-%{version}.tar.gz
 # Source0-md5: b17ddf953f18ee6df5c2c24ffccb37d9
+Source1:   %{_name}.ini 
 URL:   http://eaccelerator.net/
 BuildRequires: libtool
 BuildRequires: php-devel >= 3:5.0.0
@@ -38,6 +39,30 @@
 postaci skompilowanej, dzięki czemu narzut potrzebny na kompilację
 jest prawie całkowicie wyeliminowany.
 
+
+%package webinterface
+Summary:WEB interface for PHP Accelerator
+Summary(pl):Interfejs WEB dla PHP Accelerator
+Group:  Libraries
+Requires:   %{name} = %{epoch}:%{version}-%{release}
+
+%description webinterface
+PHP Accelerator can be managed through web interface script mmcache.php.
+So you need to put this file on your web site. For security reasons it
+is recommended to restrict the usage of this script by your local IP and
+setup password based access.
+
+More information you can find at %{url}.
+
+%description webinterface -l pl
+PHP Accelerator może być sterowany ze strony internetowej z
+wykorzystaniem skryptu eaccelerator.php. Jedyne co trzeba zrobić, to
+umieścić plik we właściwym miejscu na stronie internetowej. Z powodów
+bezpieczeństwa zalecane jest, aby ograniczyć korzystanie ze skryptu do
+lokalnego adresu i ustawić autoryzację hasłem
+
+Więcej informacji można znaleźć %{url}.
+
 %prep
 %setup -q -n %{_pkgname}-%{version}
 
@@ -52,10 +77,13 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{extensionsdir}
 install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT/etc/php/conf.d
 
 install ./modules/eaccelerator.so $RPM_BUILD_ROOT%{extensionsdir}
 install ./encoder.php $RPM_BUILD_ROOT%{_bindir}
 
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/php/conf.d/%{_name}.ini
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -72,6 +100,12 @@
 %doc README
 %attr(755,root,root) %{extensionsdir}/eaccelerator.so
 %attr(755,root,root) %{_bindir}/encoder.php
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) 
/etc/php/conf.d/eaccelerator.ini
+
+%files webinterface
+%defattr(644,root,root,755)
+# FIXME: czy tak rzeczywiście powinno/może być??
+%doc eaccelerator{,_password}.php
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -79,6 +113,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.16  2005/09/11 17:04:32  hunter
+- eaccelerator.php in webinterface package
+- configfile
+
 Revision 1.15  2005/09/07 14:13:03  glen
 - phpize already calls aclocal
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.15&r2=1.16&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: eaccelerator.ini (NEW) - php-eaccelerator config file

2005-09-11 Thread hunter
Author: hunter   Date: Sun Sep 11 16:59:51 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- php-eaccelerator config file

 Files affected:
SOURCES:
   eaccelerator.ini (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/eaccelerator.ini
diff -u /dev/null SOURCES/eaccelerator.ini:1.1
--- /dev/null   Sun Sep 11 18:59:51 2005
+++ SOURCES/eaccelerator.iniSun Sep 11 18:59:46 2005
@@ -0,0 +1,74 @@
+; This is example only. Please read full documentation
+
+; ### NOTE: we have php-module-install and it takes care of following:
+;
+;;extension="eaccelerator.so"
+;;zend_extension="/usr/lib/php4/eaccelerator.so"
+;;zend_extension_ts="/usr/lib/php4/eaccelerator.so"
+;;extension="eaccelerator.dll" 
+;;zend_extension_ts="c:\php4\eaccelerator.dll"
+;;zend_extension="c:\php4\eaccelerator.dll"
+
+; You must uncomment one (and only one) line from the following to load 
+; the eAccelerator extension.
+
+eaccelerator.shm_size = "64"
+;The amount of shared memory (in megabytes) that eAccelerator will use. 
+; "0" means OS default. Default value is "0".
+
+eaccelerator.cache_dir = "/tmp/eaccelerator"
+; The directory that is used for disk cache. eAccelerator stores precompiled 
code, session data, content and user entries here. The same data can also be 
stored in shared memory (for more quick access). Default value is 
"/tmp/eaccelerator".
+
+eaccelerator.enable = "1"
+;Enables or disables eAccelerator. Should be "1" for enabling or "0" for 
disabling. Default value is "1".
+
+eaccelerator.optimizer = "1"
+;Enables or disables internal peephole optimizer which may speed up code 
execution. Should be "1" for enabling or "0" for disabling. Default value is 
"1".
+
+eaccelerator.debug = "0"
+;Enables or disables debug logging. Should be "1" for enabling or "0" for 
disabling. Default value is "0".
+
+eaccelerator.check_mtime = "1"
+;Enables or disables PHP file modification checking. Should be "1" for 
enabling or "0" for disabling. You should set it to "1" if you want to 
recompile PHP files after modification. Default value is "1".
+
+eaccelerator.filter = ""
+;Determines which PHP files must be cached. You may specify a pattern (for 
example "*.php *.phtml") which specifies files to cache or exclude. If the 
pattern starts with the character "!", the files that match this pattern wil be 
excluded. Default value is "" which means - all PHP scripts will be cached.
+
+eaccelerator.shm_max = "0"
+;Disables putting large values into shared memory by "eaccelerator_put()" 
function. It indicates the largest allowed size in bytes (10240, 10K, 1M). A 
"0" disables the limit. Default value is "0".
+eaccelerator.shm_ttl = "0"
+;When eAccelerator fails to get shared memory for a new script it removes all 
scripts from shared memory which were not accessed at least "shm_ttl" seconds. 
Default value is "0" which means - don't remove any files from shared memory.
+
+eaccelerator.shm_prune_period = "0"
+;When eAccelerator fails to get shared memory for a new script it tries to 
remove old script if the previous try was made more then "shm_prune_period" 
seconds ago. Default value is "0" which means - don't try to remove any files 
from shared memory.
+
+eaccelerator.shm_only = "0"
+;Enables or disables caching of compiled scripts on disk. It has no effect on 
session data and content caching. Default value is "0" which means - use disk 
and shared memory for caching.
+
+eaccelerator.compress = "1"
+;Enables or disables cached content compression. Default value is "1" which 
means enable compression.
+
+eaccelerator.compress_level = "9"
+;Compression level used for content caching. Default value is "9" which is the 
maximum compression level
+
+eaccelerator.keys = "shm_and_disk"
+eaccelerator.sessions = "shm_and_disk"
+eaccelerator.content = "shm_and_disk"
+;Determine where keys, session data and content will be cached. The possible 
values are:
+;"shm_and_disk", cache data in shared memory and on disk (default value)
+;"shm", cache data in shared memory or on disk if shared memory is full or 
data size is greater then "eaccelerator.shm_max"
+;"shm_only", cache data in shared memory
+;"disk_only", cache data on disk
+;"none", don't cache data
+
+eaccelerator.admin.name="yourusername&

DISTFILES: SugarSuite-Full-3.0.1b.zip SugarSuite-3.0.1-lang-pl_pl-iso-beta-2005-06-29.zip SugarSuite-3.0x-lang-es_es-20050817-2.zip SugarSuite-3.0.1b-lang-fr_FR-2005-07-05.zip sugarCRM_301_deutsch.zip

2005-09-10 Thread hunter

Files fetched: 4

ALREADY GOT: 
http://www.sugarforge.org/frs/download.php/242/SugarSuite-Full-3.0.1b.zip
8f161b5c43209f0cb9273a724bbd6989  SugarSuite-Full-3.0.1b.zip
STORED: 
http://www.sugarforge.org/frs/download.php/360/SugarSuite-3.0.1-lang-pl_pl-iso-beta-2005-06-29.zip
568f125bf87f5595bb50dd78ede824d3  
SugarSuite-3.0.1-lang-pl_pl-iso-beta-2005-06-29.zip
Size: 92239 bytes
STORED: 
http://www.sugarforge.org/frs/download.php/326/SugarSuite-3.0x-lang-es_es-20050817-2.zip
dd7811b78660facefd4573a9c3d24dc3  
SugarSuite-3.0x-lang-es_es-20050817-2.zip
Size: 99131 bytes
STORED: 
http://www.sugarforge.org/frs/download.php/243/SugarSuite-3.0.1b-lang-fr_FR-2005-07-05.zip
4ca7c64e99d41262b3d7606a632ae232  
SugarSuite-3.0.1b-lang-fr_FR-2005-07-05.zip
Size: 141351 bytes
STORED: http://www.sugarforge.org/frs/download.php/239/sugarCRM_301_deutsch.zip
9f0c00ef8272917b6131c355b5467352  sugarCRM_301_deutsch.zip
Size: 70982 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: sugarcrm.spec - language packs (pl,de...)

2005-09-10 Thread hunter
Author: hunter   Date: Sat Sep 10 20:48:47 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- language packs (pl,de...)

 Files affected:
SPECS:
   sugarcrm.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/sugarcrm.spec
diff -u SPECS/sugarcrm.spec:1.3 SPECS/sugarcrm.spec:1.4
--- SPECS/sugarcrm.spec:1.3 Sat Aug 13 17:33:35 2005
+++ SPECS/sugarcrm.spec Sat Sep 10 22:48:42 2005
@@ -14,6 +14,14 @@
 Source0:   
http://www.sugarforge.org/frs/download.php/242/SugarSuite-Full-%{version}%{_beta}.zip
 # Source0-md5: 8f161b5c43209f0cb9273a724bbd6989
 Source1:   %{name}.conf
+Source10:  
http://www.sugarforge.org/frs/download.php/360/SugarSuite-%{version}-lang-pl_pl-iso-beta-2005-06-29.zip
+# Source10-md5:568f125bf87f5595bb50dd78ede824d3
+Source11:  
http://www.sugarforge.org/frs/download.php/326/SugarSuite-3.0x-lang-es_es-20050817-2.zip
+# Source11-md5:dd7811b78660facefd4573a9c3d24dc3
+Source12:  
http://www.sugarforge.org/frs/download.php/243/SugarSuite-3.0.1b-lang-fr_FR-2005-07-05.zip
+# Source12-md5:4ca7c64e99d41262b3d7606a632ae232
+Source13:  
http://www.sugarforge.org/frs/download.php/239/sugarCRM_301_deutsch.zip
+# Source13-md5:9f0c00ef8272917b6131c355b5467352
 Patch0:%{name}-mysqlroot.patch
 URL:   http://www.sugarforge.org/
 BuildRequires: rpmbuild(macros) >= 1.226
@@ -64,7 +72,7 @@
 trzymanie plików instalacyjnych może być niebezpieczne.
 
 %prep
-%setup -q -n SugarSuite-Full-%{version}%{_beta}
+%setup -q -n SugarSuite-Full-%{version}%{_beta} -a 10 -a 11 -a 12 -a 13
 # undos the sources
 find -regex '.*\.\(php\|inc\|html\|txt\|js\)$' -print0 | xargs -0 sed -i -e 's,
$,,'
 
@@ -150,6 +158,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2005/09/10 20:48:42  hunter
+- language packs (pl,de...)
+
 Revision 1.3  2005/08/13 15:33:35  qboosh
 - pl(?)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/sugarcrm.spec?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zm.spec - more BR:/R:

2005-09-07 Thread hunter
Author: hunter   Date: Wed Sep  7 22:38:36 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- more BR:/R:

 Files affected:
SPECS:
   zm.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/zm.spec
diff -u SPECS/zm.spec:1.18 SPECS/zm.spec:1.19
--- SPECS/zm.spec:1.18  Sun Sep  4 17:51:08 2005
+++ SPECS/zm.spec   Thu Sep  8 00:38:30 2005
@@ -32,14 +32,18 @@
 #BuildRequires:curl-devel
 BuildRequires: ffmpeg-devel >= 0.4.8
 BuildRequires: libjpeg-devel
+BuildRequires: libstdc++-devel
 BuildRequires: lame-libs-devel
 BuildRequires: mysql-devel
 BuildRequires: pcre-devel
+BuildRequires: perl-DBI
 Requires:  pcre-static
 Requires:  perl-DBD-mysql
 Requires:  perl-MIME-tools
 Requires:  perl-Date-Manip
 Requires:  php
+Requires:  php-pcre
+Requires:  php-mysql
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -137,6 +141,7 @@
--with-cgidir=%{_datadir}/%{name}/cgi-bin
 
 cp %{SOURCE1} zmconfig.txt
+
 %{__perl} zmconfig.pl -f zmconfig.txt -noi -nod
 
 %{__make}
@@ -293,6 +298,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2005/09/07 22:38:30  hunter
+- more BR:/R:
+
 Revision 1.18  2005/09/04 15:51:08  hunter
 - use /var/lib for saving data
 - %_prefix->%_datadir


 CVS-web:
http://cvs.pld-linux.org/SPECS/zm.spec?r1=1.18&r2=1.19&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: trawers.spec (REMOVED) - rm - it has it's own installer and...

2005-09-04 Thread hunter
Author: hunter   Date: Sun Sep  4 15:54:13 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rm
- it has it's own installer and belongs into /opt   

 Files affected:
SPECS:
   trawers.spec (1.3 -> NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zm.spec - use /var/lib for saving data - %_prefix->%_datadi...

2005-09-04 Thread hunter
Author: hunter   Date: Sun Sep  4 15:51:13 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- use /var/lib for saving data
- %_prefix->%_datadir
- treat zm_config.php as conf file
- release 1.0   

 Files affected:
SPECS:
   zm.spec (1.17 -> 1.18) 

 Diffs:


Index: SPECS/zm.spec
diff -u SPECS/zm.spec:1.17 SPECS/zm.spec:1.18
--- SPECS/zm.spec:1.17  Sun Jul 24 23:27:06 2005
+++ SPECS/zm.spec   Sun Sep  4 17:51:08 2005
@@ -6,7 +6,7 @@
 Summary(pl):   Zone Minder - programowy wykrywacz ruchu z miłym GUI przez WWW
 Name:  zm
 Version:   1.21.3
-Release:   0.2
+Release:   1
 Group: Applications/Graphics
 License:   GPL v2
 Source0:   
http://www.zoneminder.com/fileadmin/downloads/%{name}-%{version}.tar.gz
@@ -172,11 +172,13 @@
 install db/zmalter-1.*.sql $RPM_BUILD_ROOT%{_prefix}/lib/zm/upgrade
 cat %{SOURCE3} | sed -e 's/^ZM_VERSION=.*$/ZM_VERSION=%{version}/' >zmdbupgrade
 install zmdbupgrade $RPM_BUILD_ROOT%{_prefix}/lib/zm/upgrade/zmdbupgrade
+
 for d in events images sounds temp; do
install -m 755 -d $RPM_BUILD_ROOT/var/lib/zm/$d
-rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/zm/html/$d
-#ln -sf /var/lib/zm/$d $RPM_BUILD_ROOT%{_prefix}/lib/zm/html/$d
+   rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/zm/html/$d
+   ln -sf /var/lib/zm/$d $RPM_BUILD_ROOT%{_datadir}/zm/$d
 done
+
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 install scripts/zm $RPM_BUILD_ROOT/etc/rc.d/init.d
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
@@ -198,7 +200,7 @@
/etc/rc.d/init.d/zm stop
/sbin/chkconfig --del zm
 fi
-   
+
 %post
 /sbin/chkconfig --add zm
 
@@ -207,7 +209,8 @@
 %doc AUTHORS README
 %config(noreplace) %attr(640,root,http) %{_sysconfdir}/zm.conf
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/httpd/conf.d/zm.conf
-%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/zm
+%config(noreplace) %attr(644,root,root) /etc/logrotate.d/zm
+%config(noreplace) %attr(640,root,http) %{_datadir}/zm/zm_config.php
 %attr(754,root,root) /etc/rc.d/init.d/zm
 %attr(4755,root,root) %{_bindir}/zmfix
 %attr(755,root,root) %{_bindir}/zma
@@ -226,6 +229,15 @@
 %dir %attr(750,root,http)%{_prefix}/lib/zm
 %dir %{_prefix}/lib/zm/bin
 %dir %attr(750,root,http) %{_prefix}/lib/zm/html
+%dir %attr(750,root,http) %{_datadir}/zm/events
+%dir %attr(750,root,http) %{_datadir}/zm/images
+%dir %attr(750,root,http) %{_datadir}/zm/sounds
+%dir %attr(750,root,http) %{_datadir}/zm/temp
+%dir %attr(750,root,http) /var/lib/zm/
+%dir %attr(750,root,http) /var/lib/zm/events
+%dir %attr(750,root,http) /var/lib/zm/images
+%dir %attr(750,root,http) /var/lib/zm/sounds
+%dir %attr(750,root,http) /var/lib/zm/temp
 %dir %{_prefix}/lib/zm/init
 %dir %{_prefix}/lib/zm/upgrade
 %attr(4750,root,root) %{_prefix}/lib/zm/bin/*
@@ -240,6 +252,7 @@
 %attr(640,root,http) %{_datadir}/zm/*.ico
 %attr(640,root,http) %{_datadir}/zm/*.php
 %exclude %{_datadir}/zm/zm_lang_*.php
+%exclude %{_datadir}/zm/zm_config.php
 #%attr(640,root,http) %{_datadir}/zm/cambozola.jar
 %dir %attr(770,root,http) /var/log/zm
 %dir %attr(770,root,http) /var/run/zm
@@ -280,6 +293,12 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.18  2005/09/04 15:51:08  hunter
+- use /var/lib for saving data
+- %_prefix->%_datadir
+- treat zm_config.php as conf file
+- release 1.0
+
 Revision 1.17  2005/07/24 21:27:06  hunter
 - languages marked by %lang
 - rel up to 0.2


 CVS-web:
http://cvs.pld-linux.org/SPECS/zm.spec?r1=1.17&r2=1.18&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: aterm-home_end.patch (REMOVED) - rm, it's by default in s...

2005-07-31 Thread hunter
Author: hunter   Date: Sun Jul 31 12:53:47 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- rm, it's by default in src now.

 Files affected:
SOURCES:
   aterm-home_end.patch (1.1 -> NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: aterm.spec - up to 1.0.0 - added manpage in %files

2005-07-30 Thread hunter
Author: hunter   Date: Sun Jul 31 00:33:40 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.0.0
- added manpage in %files

 Files affected:
SPECS:
   aterm.spec (1.54 -> 1.55) 

 Diffs:


Index: SPECS/aterm.spec
diff -u SPECS/aterm.spec:1.54 SPECS/aterm.spec:1.55
--- SPECS/aterm.spec:1.54   Wed Apr  6 18:15:34 2005
+++ SPECS/aterm.specSun Jul 31 02:33:35 2005
@@ -3,20 +3,20 @@
 Summary(pl):   aterm - emulator terminala dla X Window System
 Summary(pt_BR):Um emulador de vt102 colorido
 Name:  aterm
-Version:   0.4.2
-Release:   9
+Version:   1.0.0
+Release:   0.9
 License:   GPL
 Vendor:Sasha Vasko <[EMAIL PROTECTED]>
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/aterm/%{name}-%{version}.tar.bz2
-# Source0-md5: 5c29d0cde4225bdbd63ccb6a4dd94c56
+# Source0-md5: ceb64c62ae243a7fc3ddb0d6f9a19faa
 Source1:   %{name}.desktop
 Patch0:%{name}-utempter.patch
 Patch1:%{name}-wtmp.patch
 Patch2:%{name}-etc_dir.patch
-Patch3:%{name}-copy.patch
+#Patch3:   %{name}-copy.patch
 Patch4:%{name}-home_end.patch
-URL:   http://aterm.sourceforge.net/
+URL:   http://www.afterstep.org/aterm.php
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: libjpeg-devel
@@ -56,8 +56,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
+#%patch3 -p1
+#%patch4 -p1
 
 %build
 cd autoconf
@@ -102,16 +102,22 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog doc/*html doc/README* doc/FAQ doc/TODO docs.tar
+%doc ChangeLog doc/README* doc/FAQ docs.tar
+%{_mandir}/man1/*
 %attr(755,root,root) %{_bindir}/aterm
 %{_desktopdir}/aterm.desktop
 
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.55  2005/07/31 00:33:35  hunter
+- up to 1.0.0
+- added manpage in %files
+
 Revision 1.54  2005/04/06 16:15:34  darekr
 - gpm-friendly Source0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/aterm.spec?r1=1.54&r2=1.55&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: aterm-1.0.0.tar.bz2

2005-07-30 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/aterm/aterm-1.0.0.tar.bz2
ceb64c62ae243a7fc3ddb0d6f9a19faa  aterm-1.0.0.tar.bz2
Size: 248708 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: resistor.spec (NEW) - init,nyf

2005-07-24 Thread hunter
Author: hunter   Date: Mon Jul 25 02:50:19 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- init,nyf

 Files affected:
SPECS:
   resistor.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/resistor.spec
diff -u /dev/null SPECS/resistor.spec:1.1
--- /dev/null   Mon Jul 25 04:50:19 2005
+++ SPECS/resistor.spec Mon Jul 25 04:50:14 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+#
+Summary:   Resistor color bands/values converter
+Summary(pl):   Konwerter kolorowych pasków/vartości oporników
+Name:  resistor
+Version:   1.0
+Release:   0.1
+Epoch: 0
+License:   GPL v2
+Group: X11/Applications
+Source0:   http://dl.sourceforge.net/resistor/%{name}.src.tar.gz
+# Source0-md5: fc681b4843eb9c58e7976d0b3473a2a5
+URL:   http://resistor.sourceforge.net/
+BuildRequires: qmake
+BuildRequires: qt-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple GUI application that converts resistor color bands to
+resistor values and vice-versa. The code is C++ using the QT widget
+set.
+
+%description -l pl
+Prosta aplikacja z GUI pozwalająca na konwersję kolorów pasków na
+opornikach na wartości (i odwrotnie). Zaimplementowana jest w C++, z
+użyciem QT.
+
+%prep
+%setup -q -n %{name}
+#%patch0 -p1
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/25 02:50:14  hunter
+- init,nyf
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: resistor.src.tar.gz

2005-07-24 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/resistor/resistor.src.tar.gz
fc681b4843eb9c58e7976d0b3473a2a5  resistor.src.tar.gz
Size: 46183 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ControlX10-CM11-2.09.tar.gz

2005-07-24 Thread hunter

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/ControlX10/ControlX10-CM11-2.09.tar.gz
b59c85e92eae2c14ffa63af7ac0a1d9a  ControlX10-CM11-2.09.tar.gz
Size: 15182 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: perl-ControlX10.spec (NEW) - init.

2005-07-24 Thread hunter
Author: hunter   Date: Sun Jul 24 23:47:14 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- init.

 Files affected:
SPECS:
   perl-ControlX10.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/perl-ControlX10.spec
diff -u /dev/null SPECS/perl-ControlX10.spec:1.1
--- /dev/null   Mon Jul 25 01:47:14 2005
+++ SPECS/perl-ControlX10.spec  Mon Jul 25 01:47:08 2005
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%include   /usr/lib/rpm/macros.perl
+%definepdirControlX10
+%definepnamCM11
+Summary:   Control X10 via CM11A device
+Summary(pl):   Obsługa X10 przez urządzenie CM11A
+Name:  perl-ControlX10
+Version:   2.09
+Release:   0.1
+License:   same as perl
+Group: Development/Languages/Perl
+Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: b59c85e92eae2c14ffa63af7ac0a1d9a
+URL:   http://search.cpan.org/~bbirth/ControlX10-CM11-2.09/CM11.pm
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_noautoreq  'perl(anything_fake_or_conditional)'
+
+%description
+The CM11A is a bi-directional X10 controller that connects to a serial
+port and transmits commands via AC power line to X10 devices. This
+module translates human-readable commands (eg. 'A2', 'AJ') into the
+Interface Communication Protocol accepted by the CM11A.
+
+%description -l pl
+CM11A jest dwukierunkowym kontrolerem X10 podłączanym do portu
+szeregowego. Steruje on urządzeniami zgodnymi z X10 transmitując
+polecenia po linni zasilania AC. Ten moduł tłumaczy polecenia z
+postaci czytelnej dla człowieka (np 'A2', 'AJ') na polecenia
+interfejsu ICP akcepotowalne przez CM11A.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+# Don't use pipes here: they generally don't work. Apply a patch.
+%{__perl} Makefile.PL \
+   INSTALLDIRS=vendor
+
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+# use macros:
+%{perl_vendorlib}/ControlX10/CM11.pm
+#%%{perl_vendorarch}/...
+%{_mandir}/man3/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/24 23:47:08  hunter
+- init.
+
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: ttyctrl.spec - licence

2005-07-24 Thread hunter
Author: hunter   Date: Sun Jul 24 23:43:00 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- licence

 Files affected:
SPECS:
   ttyctrl.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/ttyctrl.spec
diff -u SPECS/ttyctrl.spec:1.1 SPECS/ttyctrl.spec:1.2
--- SPECS/ttyctrl.spec:1.1  Mon Jul 25 01:41:24 2005
+++ SPECS/ttyctrl.spec  Mon Jul 25 01:42:54 2005
@@ -7,10 +7,8 @@
 Name:  ttyctrl
 Version:   2_00
 Release:   0.1
-License:   - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
-#Vendor:   -
+License:   GPL v2
 Group: Applications
-#Icon: -
 Source0:   http://dl.sourceforge.net/ttyctrl/tty_ctrl_%{version}.tgz
 # Source0-md5: 7ba345323d89833b18a4fbb47f6086ff
 Patch0:%{name}-makefile.patch
@@ -89,8 +87,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/07/24 23:42:54  hunter
+- licence
+
 Revision 1.1  2005/07/24 23:41:24  hunter
 - init.
-
-Revision 1.50  2005/05/25 19:01:53  glen
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/ttyctrl.spec?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: ttyctrl.spec (NEW) - init.

2005-07-24 Thread hunter
Author: hunter   Date: Sun Jul 24 23:41:29 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- init.

 Files affected:
SPECS:
   ttyctrl.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/ttyctrl.spec
diff -u /dev/null SPECS/ttyctrl.spec:1.1
--- /dev/null   Mon Jul 25 01:41:29 2005
+++ SPECS/ttyctrl.spec  Mon Jul 25 01:41:24 2005
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+#
+#
+%define name_dash tty_ctrl
+Summary:   -
+Summary(pl):   -
+Name:  ttyctrl
+Version:   2_00
+Release:   0.1
+License:   - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+#Vendor:   -
+Group: Applications
+#Icon: -
+Source0:   http://dl.sourceforge.net/ttyctrl/tty_ctrl_%{version}.tgz
+# Source0-md5: 7ba345323d89833b18a4fbb47f6086ff
+Patch0:%{name}-makefile.patch
+URL:   http://ttyctrl.sourceforge.net
+#Obsoletes:cpanel
+#from http://www.linux-magazin.de/ausgabe/2000/09/Seriell/seriell.html
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+When running a server on linux without keyboard, mouse and monitor, it
+is sometimes necessary to excute administrative commands. Tty_ctrl
+offer's the opportunity to execute 7 sommands on such a computer.
+Success or Errors while execution of the commands will be displayed
+via status led's. You'll need a free serial line, three resistors, 7
+buttons, three led's 6 diodes and of course a soldering pen to get
+this stuff together.
+
+%description -l pl
+Gdy używasz serwera linuksowego bez klawiatury, myszki i monitora,
+czasem zachodzi potrzeba wydania poleceń administracyjnych. Tty_ctrl
+oferuje możliwość wykonania 7 komend na takim komputerze. Wyniki
+wykonania poleceń są sygnalizowane diodami LED. Będziesz potrzebował
+nie zajętego portu szeregowego, trzech oporników, siedmiu przycisków,
+3 LED, 6 diód i lutownicy aby to połączyć.
+
+%prep
+%setup -q -n %{name_dash}_%{version}
+%patch0 -p0
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d 
$RPM_BUILD_ROOT{/etc/{ttyctrl,rc.d/init.d},/sbin,%{_examplesdir}/%{name}}
+
+install tty_control$RPM_BUILD_ROOT/sbin
+install %{name_dash}   $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
+install etc_tty_ctrl/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+# XXX don't touch my hardware by default unitl I SAY SO:
+#  /etc/rc.d/init.d/%{name_dash} start 
+# XXX
+
+%preun
+if [ "$1" = "0" ]; then
+   /etc/rc.d/init.d/%{name_dash} stop
+   /sbin/chkconfig --del %{name}
+fi
+
+
+%files
+%defattr(644,root,root,755)
+%doc info.txt  readme 
+
+%attr(755,root,root) /sbin/*
+
+%{_examplesdir}/%{name}
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime size) /etc/ttyctrl
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name_dash}
+#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name_dash}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/24 23:41:24  hunter
+- init.
+
+Revision 1.50  2005/05/25 19:01:53  glen
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: ttyctrl-makefile.patch (NEW) - init.

2005-07-24 Thread hunter
Author: hunter   Date: Sun Jul 24 23:41:29 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- init.

 Files affected:
SOURCES:
   ttyctrl-makefile.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/ttyctrl-makefile.patch
diff -u /dev/null SOURCES/ttyctrl-makefile.patch:1.1
--- /dev/null   Mon Jul 25 01:41:29 2005
+++ SOURCES/ttyctrl-makefile.patch  Mon Jul 25 01:41:24 2005
@@ -0,0 +1,62 @@
+--- tty_ctrl_2_00/makefile 2002-01-04 11:01:58.0 +0100
 makefile   2005-07-25 01:22:07.0 +0200
+@@ -5,23 +5,23 @@
+ 
+ INIT_D_PATH:=/etc/init.d
+ TTY_CTRL_PATH:=/etc/tty_ctrl
+-SHELL:=/bin/bash
+-install_deb: tty_control
+-  /bin/cp -R ./etc_tty_ctrl ${TTY_CTRL_PATH}
+-  /bin/mv ./etc_tty_ctrl ./install_etc_tty_ctrl
+-  /bin/cp tty_ctrl ${INIT_D_PATH}/tty_ctrl
+-  /bin/chmod u=rwx ${INIT_D_PATH}/tty_ctrl
+-  /bin/chown root.root ${TTY_CTRL_PATH}
+-  /bin/chmod u=rwx,g=rwx,o=-r ${TTY_CTRL_PATH}
++SHELL:=/bin/sh
++#install_deb: tty_control
++# /bin/cp -R ./etc_tty_ctrl ${TTY_CTRL_PATH}
++# /bin/mv ./etc_tty_ctrl ./install_etc_tty_ctrl
++# /bin/cp tty_ctrl ${INIT_D_PATH}/tty_ctrl
++# /bin/chmod u=rwx ${INIT_D_PATH}/tty_ctrl
++# /bin/chown root.root ${TTY_CTRL_PATH}
++# /bin/chmod u=rwx,g=rwx,o=-r ${TTY_CTRL_PATH}
+ 
+ # cc -o tty_control tty_control.c
+-  /bin/cp tty_control /sbin
++# /bin/cp tty_control /sbin
+ 
+ 
+ # Linkerteil
+ tty_control: tty_control.o sys_calls.o
+   cc -o tty_control tty_control.o sys_calls.o
+-  #/bin/cp tty_control /sbin
++#/bin/cp tty_control /sbin
+ 
+ # Kompilierung
+ tty_control.o: tty_control.c tty_control.h
+@@ -30,16 +30,16 @@
+ sys_calls.o: sys_calls.c sys_calls.h
+   cc -c sys_calls.c
+   
+-install: install_deb
++#install: install_deb
+ # Does not work with debian (does anyone know why ?)
+-  ln -s ../tty_ctrl ${INIT_D_PATH}/rc1.d/S21tty_ctrl
+-  /bin/chmod u=rwx ${INIT_D_PATH}/rc1.d/S21tty_ctrl
+-  ln -s ../tty_ctrl ${INIT_D_PATH}/rc2.d/S21tty_ctrl
+-  /bin/chmod u=rwx ${INIT_D_PATH}/rc2.d/S21tty_ctrl
+-  ln -s ../tty_ctrl ${INIT_D_PATH}/rc3.d/S21tty_ctrl
+-  /bin/chmod u=rwx ${INIT_D_PATH}/rc3.d/S21tty_ctrl
+-  ln -s ../tty_ctrl ${INIT_D_PATH}/rc5.d/S21tty_ctrl
+-  /bin/chmod u=rwx ${INIT_D_PATH}/rc5.d/S21tty_ctrl
++# ln -s ../tty_ctrl ${INIT_D_PATH}/rc1.d/S21tty_ctrl
++# /bin/chmod u=rwx ${INIT_D_PATH}/rc1.d/S21tty_ctrl
++# ln -s ../tty_ctrl ${INIT_D_PATH}/rc2.d/S21tty_ctrl
++# /bin/chmod u=rwx ${INIT_D_PATH}/rc2.d/S21tty_ctrl
++# ln -s ../tty_ctrl ${INIT_D_PATH}/rc3.d/S21tty_ctrl
++# /bin/chmod u=rwx ${INIT_D_PATH}/rc3.d/S21tty_ctrl
++# ln -s ../tty_ctrl ${INIT_D_PATH}/rc5.d/S21tty_ctrl
++# /bin/chmod u=rwx ${INIT_D_PATH}/rc5.d/S21tty_ctrl
+ 
+ remove:
+   /bin/rm ${INIT_D_PATH}/tty_ctrl

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: tty_ctrl_2_00.tgz

2005-07-24 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/ttyctrl/tty_ctrl_2_00.tgz
7ba345323d89833b18a4fbb47f6086ff  tty_ctrl_2_00.tgz
Size: 9260 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zm.spec - languages marked by %lang - rel up to 0.2

2005-07-24 Thread hunter
Author: hunter   Date: Sun Jul 24 21:27:11 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- languages marked by %lang
- rel up to 0.2  

 Files affected:
SPECS:
   zm.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/zm.spec
diff -u SPECS/zm.spec:1.16 SPECS/zm.spec:1.17
--- SPECS/zm.spec:1.16  Sat Jul 23 13:05:13 2005
+++ SPECS/zm.spec   Sun Jul 24 23:27:06 2005
@@ -6,7 +6,7 @@
 Summary(pl):   Zone Minder - programowy wykrywacz ruchu z miłym GUI przez WWW
 Name:  zm
 Version:   1.21.3
-Release:   0.1
+Release:   0.2
 Group: Applications/Graphics
 License:   GPL v2
 Source0:   
http://www.zoneminder.com/fileadmin/downloads/%{name}-%{version}.tar.gz
@@ -198,7 +198,7 @@
/etc/rc.d/init.d/zm stop
/sbin/chkconfig --del zm
 fi
-
+   
 %post
 /sbin/chkconfig --add zm
 
@@ -239,9 +239,23 @@
 %attr(640,root,http) %{_datadir}/zm/*.css
 %attr(640,root,http) %{_datadir}/zm/*.ico
 %attr(640,root,http) %{_datadir}/zm/*.php
+%exclude %{_datadir}/zm/zm_lang_*.php
 #%attr(640,root,http) %{_datadir}/zm/cambozola.jar
 %dir %attr(770,root,http) /var/log/zm
 %dir %attr(770,root,http) /var/run/zm
+%lang(dk) %{_datadir}/zm/zm_lang_dk_dk.php
+%lang(de) %{_datadir}/zm/zm_lang_de_de.php
+%lang(gb) %{_datadir}/zm/zm_lang_en_gb.php
+%lang(en) %{_datadir}/zm/zm_lang_en_us.php
+%lang(fr) %{_datadir}/zm/zm_lang_fr_fr.php
+%lang(jp) %{_datadir}/zm/zm_lang_ja_jp.php
+%lang(pl) %{_datadir}/zm/zm_lang_pl_pl.php
+%lang(ru) %{_datadir}/zm/zm_lang_ru_ru.php
+%lang(nl) %{_datadir}/zm/zm_lang_nl_nl.php
+%lang(it) %{_datadir}/zm/zm_lang_it_it.php
+%lang(it) %{_datadir}/zm/zm_lang_it_it2.php
+%lang(es) %{_datadir}/zm/zm_lang_es_ar.php
+%lang(pt_br) %{_datadir}/zm/zm_lang_pt_br.php
 
 %files X10
 %defattr(644,root,root,755)
@@ -266,6 +280,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2005/07/24 21:27:06  hunter
+- languages marked by %lang
+- rel up to 0.2
+
 Revision 1.16  2005/07/23 11:05:13  qboosh
 - cambozola desc formatting, spelling fix, use __perl macro
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/zm.spec?r1=1.16&r2=1.17&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zm.spec - mv cabozola to separate package

2005-07-22 Thread hunter
Author: hunter   Date: Sat Jul 23 00:37:18 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- mv cabozola to separate package

 Files affected:
SPECS:
   zm.spec (1.14 -> 1.15) 

 Diffs:


Index: SPECS/zm.spec
diff -u SPECS/zm.spec:1.14 SPECS/zm.spec:1.15
--- SPECS/zm.spec:1.14  Thu Jul 21 20:22:19 2005
+++ SPECS/zm.spec   Sat Jul 23 02:37:13 2005
@@ -95,6 +95,26 @@
 parametrów używanych do sterowania kamerą na protokół konkretnej
 kamery.
 
+%package cambozola
+Summary:content/multipart streamed jpeg viewer
+Summary(pl):przeglądarka obrazów jpeg content/multipart
+Group:  Libraries
+### ???
+
+%description cambozola
+Cambozola is a very simple (cheesey!) viewer for multipart jpeg streams 
+that are often pumped out by a streaming webcam server, sending over 
+multiple images per second. Netscape will display and refresh these 
+automatically, but Internet Explorer and other browsers do not - they 
+will only display the first image.
+
+%description cambozola -l pl
+Cambozola jest prostą przeglądarką dla wieloczęściowych strumieni jpeg,
+często udostępnianych przez kamery web, wysyłające wiele obrazów 
+na sekundę. Netscape wyświetli i będzie odświerzać podgląd automatycznie,
+ale Internet Explorer i inne przeglądarki nie - wyświetlą tylko pierwszy
+obrazek.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -220,7 +240,7 @@
 %attr(640,root,http) %{_datadir}/zm/*.css
 %attr(640,root,http) %{_datadir}/zm/*.ico
 %attr(640,root,http) %{_datadir}/zm/*.php
-%attr(640,root,http) %{_datadir}/zm/cambozola.jar
+#%attr(640,root,http) %{_datadir}/zm/cambozola.jar
 %dir %attr(770,root,http) /var/log/zm
 %dir %attr(770,root,http) /var/run/zm
 
@@ -237,12 +257,19 @@
 %attr(755,root,root) %{_bindir}/zmcontrol-pelco-d.pl
 %attr(755,root,root) %{_bindir}/zmcontrol-visca.pl
 
+%files cambozola
+%defattr(644,root,root,755)
+%attr(640,root,http) %{_datadir}/zm/cambozola.jar
+
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.15  2005/07/23 00:37:13  hunter
+- mv cabozola to separate package
+
 Revision 1.14  2005/07/21 18:22:19  darekr
 - cleanup, removed COPYING from %doc
 - killed some docs which are in the same format


 CVS-web:
http://cvs.pld-linux.org/SPECS/zm.spec?r1=1.14&r2=1.15&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xplanet.spec - up to 1.2.0

2005-07-16 Thread hunter
Author: hunter   Date: Sun Jul 17 02:01:14 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.2.0

 Files affected:
SPECS:
   xplanet.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/xplanet.spec
diff -u SPECS/xplanet.spec:1.18 SPECS/xplanet.spec:1.19
--- SPECS/xplanet.spec:1.18 Sun Dec 12 12:29:44 2004
+++ SPECS/xplanet.spec  Sun Jul 17 04:01:08 2005
@@ -2,12 +2,12 @@
 Summary:   Render a planetary image into an X window
 Summary(pl):   Renderuje obrazek planety w okienku X window
 Name:  xplanet
-Version:   1.1.2
+Version:   1.2.0
 Release:   1
 License:   GPL
 Group: X11/Amusements
 Source0:   http://dl.sourceforge.net/xplanet/%{name}-%{version}.tar.gz
-# Source0-md5: fa9af5fc23da8532172e479a975649b9
+# Source0-md5: 87d62fcdf43ad1beec677bfb6e299ac1
 URL:   http://xplanet.sourceforge.net/
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf >= 2.50
@@ -73,6 +73,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2005/07/17 02:01:08  hunter
+- up to 1.2.0
+
 Revision 1.18  2004/12/12 11:29:44  adamg
 - updated to 1.1.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xplanet.spec?r1=1.18&r2=1.19&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xplanet-1.2.0.tar.gz

2005-07-16 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/xplanet/xplanet-1.2.0.tar.gz
87d62fcdf43ad1beec677bfb6e299ac1  xplanet-1.2.0.tar.gz
Size: 1196496 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: zm-login_in_get.patch - corrected

2005-07-15 Thread hunter
Author: hunter   Date: Sat Jul 16 03:05:43 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- corrected

 Files affected:
SOURCES:
   zm-login_in_get.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/zm-login_in_get.patch
diff -u SOURCES/zm-login_in_get.patch:1.1 SOURCES/zm-login_in_get.patch:1.2
--- SOURCES/zm-login_in_get.patch:1.1   Fri Jul 15 18:24:48 2005
+++ SOURCES/zm-login_in_get.patch   Sat Jul 16 05:05:38 2005
@@ -1,33 +1,50 @@
 web/zm_html.php2005-05-17 23:51:39.0 +0200
-+++ web/zm_html.php2005-07-15 17:50:33.0 +0200
-@@ -26,6 +26,9 @@
+--- zm_html.php2005-07-16 05:03:27.0 +0200
 /home/users/hunter/rpm/BUILD/zm-1.21.2/web/zm_html.php 2005-05-17 
23:51:39.0 +0200
+@@ -24,23 +24,13 @@
+ }
+ 
  //ini_set( "magic_quotes_gpc", "Off" );
+-if ( ZM_OPT_USE_AUTH )
+-  session_start();
  
- require_once( 'zm_config.php' );
-+require_once( 'zm_lang.php' );
-+require_once( 'zm_funcs.php' );
-+require_once( 'zm_actions.php' );
++require_once( 'zm_config.php' );
  
  if ( ZM_OPT_USE_AUTH )
  {
-@@ -34,6 +37,10 @@
+-  //session_start();
+-  if 
+-  ( isset( $_GET['mymagic']) )
+-  {
+-  require_once( 'zm_config.php' );
+-  require_once( 'zm_lang.php' );
+-  require_once( 'zm_funcs.php' );
+-  require_once( 'zm_actions.php' );
+-  userLogin($_GET['luser'],$_GET['lpass']);
+-  }
+-  elseif ( isset( $_SESSION['user'] ) )
++  session_start();
++  if ( isset( $_SESSION['user'] ) )
{
$user = $_SESSION['user'];
}
-+  elseif ( isset( $_GET['mymagic']) )
-+  {
-+  userLogin($_GET['luser'],$_GET['lpass']);
-+  }
-   else
-   {
-   unset( $user );
-@@ -53,9 +60,6 @@
+@@ -63,12 +53,10 @@
);
  }
  
--require_once( 'zm_lang.php' );
--require_once( 'zm_funcs.php' );
--require_once( 'zm_actions.php' );
+-require_once( 'zm_config.php' );
+ require_once( 'zm_lang.php' );
+ require_once( 'zm_funcs.php' );
+ require_once( 'zm_actions.php' );
  
+-
  $bw_array = array(
"high"=>$zmSlangHigh,
+   "medium"=>$zmSlangMedium,
+@@ -156,7 +144,6 @@
+   case "controlcaps" :
+   case "blank" :
+   case "none" :
+-  case "hddstatus":
+   {
+   require_once( "zm_".$format."_view_".$view.".php" );
+   break;


 CVS-web:
http://cvs.pld-linux.org/SOURCES/zm-login_in_get.patch?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zm-1.21.3.tar.gz cambozola-0.65.tar.gz

2005-07-15 Thread hunter

Files fetched: 1

STORED: http://www.zoneminder.com/fileadmin/downloads/zm-1.21.3.tar.gz
59e2be0fe4c5a75c2045484545ad3f43  zm-1.21.3.tar.gz
Size: 875973 bytes
ALREADY GOT: http://www.charliemouse.com/code/cambozola/cambozola-0.65.tar.gz
a70a5e1c24e605d5ed74453d36c9519a  cambozola-0.65.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zm.spec - up to 1.21.3 - logrotate conf.

2005-07-15 Thread hunter
Author: hunter   Date: Fri Jul 15 16:50:38 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.21.3
- logrotate conf.  

 Files affected:
SPECS:
   zm.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/zm.spec
diff -u SPECS/zm.spec:1.11 SPECS/zm.spec:1.12
--- SPECS/zm.spec:1.11  Thu Jul  7 16:56:37 2005
+++ SPECS/zm.spec   Fri Jul 15 18:50:33 2005
@@ -5,12 +5,12 @@
 Summary:   Zone Minder is a software motion detector with nice WWW GUI
 Summary(pl):   Zone Minder - programowy wykrywacz ruchu z miłym GUI przez WWW
 Name:  zm
-Version:   1.21.2
+Version:   1.21.3
 Release:   0.1
 Group: Applications/Graphics
 License:   GPL
 Source0:   
http://www.zoneminder.com/fileadmin/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: cb4c6a65ed848f34b26723973345b732
+# Source0-md5: 59e2be0fe4c5a75c2045484545ad3f43
 Source1:   %{name}-config.txt
 Source2:   %{name}-init
 Source3:   %{name}-dbupgrade
@@ -19,12 +19,15 @@
 Source5:   http://www.charliemouse.com/code/cambozola/cambozola-0.65.tar.gz
 # Source5-md5: a70a5e1c24e605d5ed74453d36c9519a
 Source6:   %{name}-zmalter-os
+Source7:   %{name}-logrotate_d
 Patch0:%{name}-config.patch
 patch1:%{name}-init.patch
 #Patch2:   %{name}-zmoptions.patch
 Patch3:%{name}-mysql41.patch
 Patch4:%{name}-pbar.patch
 Patch5:%{name}-makefile-nochown
+Patch6:%{name}-login_in_get.patch
+
 URL:   http://www.zoneminder.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -100,6 +103,7 @@
 %patch3 -p1
 #%patch4 -p1
 %patch5 -p0
+%patch6 -p0
 
 %build
 %{__aclocal}
@@ -133,11 +137,14 @@
 install -d $RPM_BUILD_ROOT%{_prefix}/lib/zm/init
 install -d $RPM_BUILD_ROOT%{_prefix}/lib/zm/bin
 install -d $RPM_BUILD_ROOT%{_prefix}/lib/zm/html
+install -d $RPM_BUILD_ROOT/etc/logrotate.d/
+
 install zmconfig.txt $RPM_BUILD_ROOT%{_prefix}/lib/zm/init/zmconfig.txt
 cat %{SOURCE2} | sed -e 's/^ZM_VERSION=.*$/ZM_VERSION=%{version}/' >zminit
 install zminit $RPM_BUILD_ROOT%{_prefix}/lib/zm/bin/zminit
 cp zmconfig.pl zmoptions
 #cat %{PATCH3} | patch -p1 -b --suffix .zmopt -s
+install %{SOURCE7} $RPM_BUILD_ROOT/etc/logrotate.d/zm
 install zmoptions $RPM_BUILD_ROOT%{_prefix}/lib/zm/init/zmoptions
 install zmconfig_eml.txt $RPM_BUILD_ROOT%{_prefix}/lib/zm/init/zmconfig_eml.txt
 install zmconfig_msg.txt $RPM_BUILD_ROOT%{_prefix}/lib/zm/init/zmconfig_msg.txt
@@ -184,6 +191,7 @@
 #%{_sysconfdir}
 %config(noreplace) %attr(640,root,http) %{_sysconfdir}/zm.conf
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/httpd/conf.d/zm.conf
+%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/zm
 %attr(754,root,root) /etc/rc.d/init.d/zm
 
 #%{_bindir}
@@ -219,7 +227,7 @@
 %attr(640,root,http) %{_datadir}/zm/*.css
 %attr(640,root,http) %{_datadir}/zm/*.ico
 %attr(640,root,http) %{_datadir}/zm/*.php
-%attr(640,root,http) %{_datadir}/zm/cambozola.jar 
+%attr(640,root,http) %{_datadir}/zm/cambozola.jar
 
 %dir %attr(770,root,http) /var/log/zm
 
@@ -244,6 +252,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2005/07/15 16:50:33  hunter
+- up to 1.21.3
+- logrotate conf.
+
 Revision 1.11  2005/07/07 14:56:37  hunter
 - up to 1.21.2 (many bug fixes)
 - include dbschema and X10 scripts


 CVS-web:
http://cvs.pld-linux.org/SPECS/zm.spec?r1=1.11&r2=1.12&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: zm-logrotate_d (NEW) - logrotate.d config

2005-07-15 Thread hunter
Author: hunter   Date: Fri Jul 15 16:45:46 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- logrotate.d config 

 Files affected:
SOURCES:
   zm-logrotate_d (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/zm-logrotate_d
diff -u /dev/null SOURCES/zm-logrotate_d:1.1
--- /dev/null   Fri Jul 15 18:45:46 2005
+++ SOURCES/zm-logrotate_d  Fri Jul 15 18:45:41 2005
@@ -0,0 +1,5 @@
+/var/log/zm/*log {
+weekly
+notifempty
+missingok
+}

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: zm-login_in_get.patch (NEW) - some correction in php

2005-07-15 Thread hunter
Author: hunter   Date: Fri Jul 15 16:24:53 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- some correction in php

 Files affected:
SOURCES:
   zm-login_in_get.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/zm-login_in_get.patch
diff -u /dev/null SOURCES/zm-login_in_get.patch:1.1
--- /dev/null   Fri Jul 15 18:24:53 2005
+++ SOURCES/zm-login_in_get.patch   Fri Jul 15 18:24:48 2005
@@ -0,0 +1,33 @@
+--- web/zm_html.php2005-05-17 23:51:39.0 +0200
 web/zm_html.php2005-07-15 17:50:33.0 +0200
+@@ -26,6 +26,9 @@
+ //ini_set( "magic_quotes_gpc", "Off" );
+ 
+ require_once( 'zm_config.php' );
++require_once( 'zm_lang.php' );
++require_once( 'zm_funcs.php' );
++require_once( 'zm_actions.php' );
+ 
+ if ( ZM_OPT_USE_AUTH )
+ {
+@@ -34,6 +37,10 @@
+   {
+   $user = $_SESSION['user'];
+   }
++  elseif ( isset( $_GET['mymagic']) )
++  {
++  userLogin($_GET['luser'],$_GET['lpass']);
++  }
+   else
+   {
+   unset( $user );
+@@ -53,9 +60,6 @@
+   );
+ }
+ 
+-require_once( 'zm_lang.php' );
+-require_once( 'zm_funcs.php' );
+-require_once( 'zm_actions.php' );
+ 
+ $bw_array = array(
+   "high"=>$zmSlangHigh,

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: blackbox.spec - up to 0.70

2005-07-14 Thread hunter
Author: hunter   Date: Thu Jul 14 14:12:41 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.70

 Files affected:
SPECS:
   blackbox.spec (1.84 -> 1.85) 

 Diffs:


Index: SPECS/blackbox.spec
diff -u SPECS/blackbox.spec:1.84 SPECS/blackbox.spec:1.85
--- SPECS/blackbox.spec:1.84Wed Mar 23 13:03:30 2005
+++ SPECS/blackbox.spec Thu Jul 14 16:12:36 2005
@@ -7,13 +7,13 @@
 Summary(pl):   Mały i szybki zarządca okien dla X Window
 Summary(de):   Blackbox ist ein Windowmanager
 Name:  blackbox
-Version:   0.65.0
-Release:   2
+Version:   0.70.0
+Release:   0.1
 License:   BSD-like
 Group: X11/Window Managers
 Vendor:Brad Hughes <[EMAIL PROTECTED]>
 Source0:   http://dl.sourceforge.net/blackboxwm/%{name}-%{version}.tar.gz
-# Source0-md5: 08560fa287c68d65fbe894696d04deaf
+# Source0-md5: 033a92af3eecaa10bcb689e55a1ceadc
 Source1:   %{name}.desktop
 Source3:   %{name}.1
 Source4:   bsetroot.1
@@ -65,12 +65,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#%patch1 -p1
 %{?_with_epistrophy:%patch3 -p1}
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+#%patch4 -p1
+#%patch5 -p1
+#%patch6 -p1
 
 %build
 rm -f missing
@@ -105,40 +105,41 @@
 %dir %{_sysconfdir}
 %dir %{_datadir}/blackbox
 %{_datadir}/blackbox/styles
-%dir %{_datadir}/blackbox/nls
-%{_datadir}/blackbox/nls/C
-%{_datadir}/blackbox/nls/POSIX
-%{_datadir}/blackbox/nls/US_ASCII
-%{_datadir}/blackbox/nls/en*
-%lang(da) %{_datadir}/blackbox/nls/da*
-%lang(de) %{_datadir}/blackbox/nls/de*
-%lang(es) %{_datadir}/blackbox/nls/es
-%lang(es_AR) %{_datadir}/blackbox/nls/es_AR
-%lang(es) %{_datadir}/blackbox/nls/es_ES
-%lang(es) %{_datadir}/blackbox/nls/es_MX
-%lang(fr) %{_datadir}/blackbox/nls/fr*
-%lang(hu) %{_datadir}/blackbox/nls/hu*
-%lang(it) %{_datadir}/blackbox/nls/it*
-%lang(ja) %{_datadir}/blackbox/nls/ja*
-%lang(ko) %{_datadir}/blackbox/nls/ko*
-%lang(lv) %{_datadir}/blackbox/nls/lv*
-%lang(nl) %{_datadir}/blackbox/nls/nl*
-%lang(nb) %{_datadir}/blackbox/nls/no*
-%lang(pl) %{_datadir}/blackbox/nls/pl*
-%lang(pt_BR) %{_datadir}/blackbox/nls/pt_BR
-%lang(ro) %{_datadir}/blackbox/nls/ro*
-%lang(ru) %{_datadir}/blackbox/nls/ru*
-%lang(sk) %{_datadir}/blackbox/nls/sk*
-%lang(sl) %{_datadir}/blackbox/nls/sl*
-%lang(sv) %{_datadir}/blackbox/nls/sv*
-%lang(uk) %{_datadir}/blackbox/nls/uk*
-%lang(zh_CN) %{_datadir}/blackbox/nls/zh_CN
-%lang(zh_TW) %{_datadir}/blackbox/nls/zh_TW
+#%dir %{_datadir}/blackbox/nls
+#%{_datadir}/blackbox/nls/C
+#%{_datadir}/blackbox/nls/POSIX
+#%{_datadir}/blackbox/nls/US_ASCII
+#%{_datadir}/blackbox/nls/en*
+#%lang(da) %{_datadir}/blackbox/nls/da*
+#%lang(de) %{_datadir}/blackbox/nls/de*
+#%lang(es) %{_datadir}/blackbox/nls/es
+#%lang(es_AR) %{_datadir}/blackbox/nls/es_AR
+#%lang(es) %{_datadir}/blackbox/nls/es_ES
+#%lang(es) %{_datadir}/blackbox/nls/es_MX
+#%lang(fr) %{_datadir}/blackbox/nls/fr*
+#%lang(hu) %{_datadir}/blackbox/nls/hu*
+#%lang(it) %{_datadir}/blackbox/nls/it*
+#%lang(ja) %{_datadir}/blackbox/nls/ja*
+#%lang(ko) %{_datadir}/blackbox/nls/ko*
+#%lang(lv) %{_datadir}/blackbox/nls/lv*
+#%lang(nl) %{_datadir}/blackbox/nls/nl*
+#%lang(nb) %{_datadir}/blackbox/nls/no*
+#%lang(pl) %{_datadir}/blackbox/nls/pl*
+#%lang(pt_BR) %{_datadir}/blackbox/nls/pt_BR
+#%lang(ro) %{_datadir}/blackbox/nls/ro*
+#%lang(ru) %{_datadir}/blackbox/nls/ru*
+#%lang(sk) %{_datadir}/blackbox/nls/sk*
+#%lang(sl) %{_datadir}/blackbox/nls/sl*
+#%lang(sv) %{_datadir}/blackbox/nls/sv*
+#%lang(uk) %{_datadir}/blackbox/nls/uk*
+#%lang(zh_CN) %{_datadir}/blackbox/nls/zh_CN
+#%lang(zh_TW) %{_datadir}/blackbox/nls/zh_TW
 %{_datadir}/xsessions/%{name}.desktop
 %{_wmpropsdir}/blackbox.desktop
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
-%{_sysconfdir}/menu
+#%{_sysconfdir}/menu
+%{_datadir}/blackbox/menu
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -146,6 +147,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.85  2005/07/14 14:12:36  hunter
+- up to 0.70
+
 Revision 1.84  2005/03/23 12:03:30  spider
 - added german description
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/blackbox.spec?r1=1.84&r2=1.85&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: blackbox-0.70.0.tar.gz

2005-07-14 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/blackboxwm/blackbox-0.70.0.tar.gz
033a92af3eecaa10bcb689e55a1ceadc  blackbox-0.70.0.tar.gz
Size: 583527 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: wmctrl.spec - BR: pkgconfig - STBR SVP.

2005-07-14 Thread hunter
Author: hunter   Date: Thu Jul 14 12:43:54 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: pkgconfig 
- STBR SVP.

 Files affected:
SPECS:
   wmctrl.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/wmctrl.spec
diff -u SPECS/wmctrl.spec:1.5 SPECS/wmctrl.spec:1.6
--- SPECS/wmctrl.spec:1.5   Thu Jul 14 14:38:18 2005
+++ SPECS/wmctrl.spec   Thu Jul 14 14:43:49 2005
@@ -15,6 +15,7 @@
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: glib2-devel
+BuildRequires: pkgconfig
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -79,6 +80,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2005/07/14 12:43:49  hunter
+- BR: pkgconfig
+- STBR SVP.
+
 Revision 1.5  2005/07/14 12:38:18  hunter
 - up to 1.07
 - BR: glib2-devel


 CVS-web:
http://cvs.pld-linux.org/SPECS/wmctrl.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: wmctrl.spec - up to 1.07 - BR: glib2-devel

2005-07-14 Thread hunter
Author: hunter   Date: Thu Jul 14 12:38:23 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.07
- BR: glib2-devel 

 Files affected:
SPECS:
   wmctrl.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/wmctrl.spec
diff -u SPECS/wmctrl.spec:1.4 SPECS/wmctrl.spec:1.5
--- SPECS/wmctrl.spec:1.4   Mon Jan  3 23:54:23 2005
+++ SPECS/wmctrl.spec   Thu Jul 14 14:38:18 2005
@@ -2,18 +2,19 @@
 Summary:   wmctrl - a command line tool to interact with an EWMH/NetWM 
compatible X Window Managers
 Summary(pl):   wmtrl - tekstowe narzędzie do interakcji z zarządcami okien 
kompatybilnymi z EWMH/NetWM
 Name:  wmctrl
-Version:   1.06
+Version:   1.07
 Release:   1
 License:   GPL
 Group: X11/Applications
 Vendor:Tomas Styblo <[EMAIL PROTECTED]>
 Source0:   
http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
-# Source0-md5: 5e2a87dd0a3f3d209ca6a27a22bed4bf
+# Source0-md5: 1fe3c7a2caa6071e071ba34f587e1555
 URL:   http://sweb.cz/tripie/utils/wmctrl/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
+BuildRequires: glib2-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -78,6 +79,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2005/07/14 12:38:18  hunter
+- up to 1.07
+- BR: glib2-devel
+
 Revision 1.4  2005/01/03 22:54:23  paszczus
 - updated to 1.06
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/wmctrl.spec?r1=1.4&r2=1.5&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: wmctrl-1.07.tar.gz

2005-07-14 Thread hunter

Files fetched: 1

STORED: http://sweb.cz/tripie/utils/wmctrl/dist/wmctrl-1.07.tar.gz
1fe3c7a2caa6071e071ba34f587e1555  wmctrl-1.07.tar.gz
Size: 87820 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: qscanq.spec (NEW) - init

2005-07-12 Thread hunter
Author: hunter   Date: Tue Jul 12 14:13:53 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- init

 Files affected:
SPECS:
   qscanq.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/qscanq.spec
diff -u /dev/null SPECS/qscanq.spec:1.1
--- /dev/null   Tue Jul 12 16:13:53 2005
+++ SPECS/qscanq.spec   Tue Jul 12 16:13:47 2005
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#
+Summary:   Virus Scanning for Qmail
+Summary(pl):   Skanowanie virusów dla Qmaila
+Name:  qscanq
+Version:   0.43
+Release:   0.1
+License:   BSD-like
+Group: Applications
+Source0:   
http://jeenyus.net/~budney/software/qscanq/%{name}-%{version}.tar.gz
+# Source0-md5: f7fb2d5bb387feda34aac43dda857413
+URL:   http://qscanq.org/
+Requires:  qmail
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qscanq scans every email message submitted to qmail before allowing it
+to be added to qmail's mail queue. Infected emails are rejected, not
+bounced, so you won't have to deal with double-bounces during virus
+outbreaks. This program is not a malware scanner so you nead clamav or
+AntiVir from Hbedv.
+
+%description -l pl
+Qscanq skanuje każdą wiadomość email dostarczoną do qmaila zanim
+jeszcze będzie przeniesiona do kolejki poczty. Zarażone wiadomości są
+odrzucane a nie odbijane, tak więc nie będziesz musiał martwić się o
+podwójne odbicia podczas ataków wirusów. Ten program nie jest skanerem
+antywirusowym a więc będziesz potrzebował clamava albo AntiVira z
+firmy Hbedv.
+
+%prep
+%setup -q -n mail/%{name}-%{version}
+
+%build
+cd src
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/12 14:13:47  hunter
+- init
+
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: qscanq-0.43.tar.gz

2005-07-12 Thread hunter

Files fetched: 1

STORED: http://jeenyus.net/~budney/software/qscanq/qscanq-0.43.tar.gz
f7fb2d5bb387feda34aac43dda857413  qscanq-0.43.tar.gz
Size: 35748 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gspy.spec - better description.

2005-07-12 Thread hunter
Author: hunter   Date: Tue Jul 12 12:55:16 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- better description.

 Files affected:
SPECS:
   gspy.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/gspy.spec
diff -u SPECS/gspy.spec:1.5 SPECS/gspy.spec:1.6
--- SPECS/gspy.spec:1.5 Mon Jul 11 22:37:20 2005
+++ SPECS/gspy.spec Tue Jul 12 14:55:10 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:   A Gnome Security Camera
+Summary(pl):   Kamera bezpieczeństwa Gnome
 Name:  gspy
 Version:   0.1.8
 Release:   0.1
@@ -13,25 +14,25 @@
 %description
 Gspy retrieves images from a video4linux device and processes these
 into a daily mpeg movie on the disk drive. Each image is recorded with
-a time stamp to insure accurate real world correlation. Special motion
-detection algorithms are used to reduce the size of the daily movies
-by eliminating pictures with similar content as well as the normal
-compression obtained via the mpeg process. The result is a time lapse
-video per day with nonlinear time compression using only the images of
-interest. This program will only run on Linux machines which support a
-video4linux-device in 640x480 capture size. This software has been
-tested with the 2.4.0-test1 kernel, 2.4.0-test4 and the 2.2.16 kernel
-with the usb backport patch. You should have the Berkeley MPEG Tools
-installed if you wish to generate the MPEG files. Gspy can be used
-without the MPEG tools, as it will fill a directory with jpg images
-that can be processed or viewed at a later time. Versions from 0.1.6
-include a user defined command that is executed on each alarm. This
-command string can include a token(s) "%f%" that will get replaced
-with the alarm picture filename. Typical uses would be to copy the
-alarm picture to a remote site using ftp or scp, email the picture to
-someone, play a sound annoucement... "Step away from the keyboard!",
-turn on lights using a parallel port or X10 interface, or ???. 
-Have FUN
+a time stamp. Special motion detection algorithms are used to reduce
+the size of the daily movies by eliminating pictures with similar
+content The result is a time lapse video per day with nonlinear time
+compression using only the images of interest. Recent versions include
+a user defined command that is executed on each alarm. Typical uses 
+would be to copy the alarm picture to a remote site using ftp or scp, 
+email the picture to someone, play a sound annoucement... 
+
+
+%description -l pl
+Gspy pobiera obrazy z urządzenia video4linux i przetwarza je na
+dzienne filmy mpeg archiwizowane na dysku. Każdy obraz jest nagrywany
+ze znacznikiem czasu. Specjalne algorytmy wykrywania ruchu są
+wykorzystywane aby zredukować wielkość filmów przez eliminowanie
+obrazów z podobną zawartością. Efektem jest spowolniony obraz wideo z
+nielinniową kompresją czasu tylko na podstawie obrazów wartych uwagi.
+Ostatnie wersje potrafią uruchamiać komendy zdefiniowane przez użytkownika
+Typowe zastosowania to kopiowanie alarmującego zdjęcia przez ftp/scp, 
+wysłanie emailem czy odtworzenie komunikatu... 
 
 %prep
 %setup -q -n %{name}
@@ -69,6 +70,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2005/07/12 12:55:10  hunter
+- better description.
+
 Revision 1.5  2005/07/11 20:37:20  darekr
 - md5sum
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gspy.spec?r1=1.5&r2=1.6&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gspy.spec (NEW) -init.

2005-07-11 Thread hunter
Author: hunter   Date: Mon Jul 11 20:31:08 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
-init.

 Files affected:
SPECS:
   gspy.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/gspy.spec
diff -u /dev/null SPECS/gspy.spec:1.1
--- /dev/null   Mon Jul 11 22:31:08 2005
+++ SPECS/gspy.spec Mon Jul 11 22:31:02 2005
@@ -0,0 +1,109 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+#
+Summary:   -
+Summary(pl):   -
+Name:  gspy
+Version:   0.1.8
+Release:   0.1
+License:   GPL v2
+Group: Applications
+#Icon: -
+Source0:   http://gspy.sourceforge.net/%{name}-%{version}-src.tar.gz
+#Patch0:   %{name}-what.patch
+URL:   http://gspy.sourceforge.net/
+#BuildRequires:autoconf
+#BuildRequires:automake
+#BuildRequires:libtool
+#BuildRequires:-
+#PreReq:   -
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gspy retrieves images from a video4linux device and processes these
+into a daily mpeg movie on the disk drive. Each image is recorded with
+a time stamp to insure accurate real world correlation. Special motion
+detection algorithms are used to reduce the size of the daily movies
+by eliminating pictures with similar content as well as the normal
+compression obtained via the mpeg process. The result is a time lapse
+video per day with nonlinear time compression using only the images of
+interest. This program will only run on Linux machines which support a
+video4linux-device in 640x480 capture size. This software has been
+tested with the 2.4.0-test1 kernel, 2.4.0-test4 and the 2.2.16 kernel
+with the usb backport patch. You should have the Berkeley MPEG Tools
+installed if you wish to generate the MPEG files. Gspy can be used
+without the MPEG tools, as it will fill a directory with jpg images
+that can be processed or viewed at a later time. Versions from 0.1.6
+include a user defined command that is executed on each alarm. This
+command string can include a token(s) "%f%" that will get replaced
+with the alarm picture filename. Typical uses would be to copy the
+alarm picture to a remote site using ftp or scp, email the picture to
+someone, play a sound annoucement... "Step away from the keyboard!",
+turn on lights using a parallel port or X10 interface, or ???. Have
+FUN
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}
+#%patch0 -p1
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+#%post -p /sbin/ldconfig
+
+%preun
+
+%postun
+#%postun   -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/11 20:31:02  hunter
+-init.
+
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: rp-l2tp.spec - proper md5,licence

2005-07-10 Thread hunter
Author: hunter   Date: Sun Jul 10 16:38:42 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- proper md5,licence 

 Files affected:
SPECS:
   rp-l2tp.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/rp-l2tp.spec
diff -u SPECS/rp-l2tp.spec:1.1 SPECS/rp-l2tp.spec:1.2
--- SPECS/rp-l2tp.spec:1.1  Sat Jul  9 23:52:59 2005
+++ SPECS/rp-l2tp.spec  Sun Jul 10 18:38:36 2005
@@ -1,34 +1,22 @@
 # $Revision$, $Date$
 #
-Summary:Layer two tunelling protocol daemon
-Summary(pl):Demon tunelujący protokoły warstwy drugiej
+Summary:   Layer two tunelling protocol daemon
+Summary(pl):   Demon tunelujący protokoły warstwy drugiej
 Name:  rp-l2tp
 Version:   0.4
 Release:   0.1
-License:   - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
-#Vendor:   -
-Group:  Networking/Daemons
-Source0:   
http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
-URL:   -
+License:   GPL v2
+Group: Networking/Daemons
+Source0:   http://dl.sourceforge.net/rp-l2tp/%{name}-%{version}.tar.gz
+# Source0-md5: 0e45d11cb4fa6c56cce6b1d119733ed9
+URL:   http://sourceforge.net/projects/rp-l2tp
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-#BuildRequires:-
-#PreReq:   -
-#Requires(pre,post):   -
-#Requires(preun):  -
-#Requires(postun): -
 Requires:  ppp
-#Provides: -
 Obsoletes: l2tpd
-#Conflicts:-
-#BuildArch:noarch
-#ExclusiveArch:  %{ix86}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-License:GPL
-Source0:http://www.l2tpd.org/downloads/%{name}-%{version}.tar.gz
-
 %description
 A Layer 2 Tunneling Protocol VPN daemon for Linux and other
 POSIX-bases OSs.
@@ -43,8 +31,8 @@
 %build
 # if ac/am/* rebuilding is necessary, do it in this order and add
 # appropriate BuildRequires
-#%%{__gettextize}
-#%{__libtoolize}
+%{__gettextize}
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -61,6 +49,8 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+install l2tp.conf %{_sysconfdir}/l2tp.conf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,8 +68,6 @@
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
 
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 
 %attr(755,root,root) %{_bindir}/*
@@ -90,17 +78,15 @@
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 
-%files subpackage
-%defattr(644,root,root,755)
-%doc extras/*.gz
-%{_datadir}/%{name}-ext
-
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/07/10 16:38:36  hunter
+- proper md5,licence
+
 Revision 1.1  2005/07/09 21:52:59  hunter
 - nyf
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rp-l2tp.spec?r1=1.1&r2=1.2&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: rp-l2tp-0.4.tar.gz

2005-07-10 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/rp-l2tp/rp-l2tp-0.4.tar.gz
0e45d11cb4fa6c56cce6b1d119733ed9  rp-l2tp-0.4.tar.gz
Size: 198869 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: rp-l2tp.spec (NEW) - nyf

2005-07-09 Thread hunter
Author: hunter   Date: Sat Jul  9 21:53:04 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- nyf

 Files affected:
SPECS:
   rp-l2tp.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/rp-l2tp.spec
diff -u /dev/null SPECS/rp-l2tp.spec:1.1
--- /dev/null   Sat Jul  9 23:53:04 2005
+++ SPECS/rp-l2tp.spec  Sat Jul  9 23:52:59 2005
@@ -0,0 +1,106 @@
+# $Revision$, $Date$
+#
+Summary:Layer two tunelling protocol daemon
+Summary(pl):Demon tunelujący protokoły warstwy drugiej
+Name:  rp-l2tp
+Version:   0.4
+Release:   0.1
+License:   - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+#Vendor:   -
+Group:  Networking/Daemons
+Source0:   
http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+URL:   -
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+#BuildRequires:-
+#PreReq:   -
+#Requires(pre,post):   -
+#Requires(preun):  -
+#Requires(postun): -
+Requires:  ppp
+#Provides: -
+Obsoletes: l2tpd
+#Conflicts:-
+#BuildArch:noarch
+#ExclusiveArch:  %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+License:GPL
+Source0:http://www.l2tpd.org/downloads/%{name}-%{version}.tar.gz
+
+%description
+A Layer 2 Tunneling Protocol VPN daemon for Linux and other
+POSIX-bases OSs.
+
+%description -l pl
+Demon VPN tunelujący protokoły warstwy drugiej dla Linuksa i innych
+systemów opartych na POSIX.
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+#%post -p /sbin/ldconfig
+
+%preun
+
+%postun
+#%postun   -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+%files subpackage
+%defattr(644,root,root,755)
+%doc extras/*.gz
+%{_datadir}/%{name}-ext
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/09 21:52:59  hunter
+- nyf
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zm.spec - up to 1.21.2 (many bug fixes) - include dbschema ...

2005-07-07 Thread hunter
Author: hunter   Date: Thu Jul  7 14:56:43 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.21.2 (many bug fixes)
- include dbschema and X10 scripts 

 Files affected:
SPECS:
   zm.spec (1.10 -> 1.11) 

 Diffs:


Index: SPECS/zm.spec
diff -u SPECS/zm.spec:1.10 SPECS/zm.spec:1.11
--- SPECS/zm.spec:1.10  Mon May 30 10:54:00 2005
+++ SPECS/zm.spec   Thu Jul  7 16:56:37 2005
@@ -5,12 +5,12 @@
 Summary:   Zone Minder is a software motion detector with nice WWW GUI
 Summary(pl):   Zone Minder - programowy wykrywacz ruchu z miłym GUI przez WWW
 Name:  zm
-Version:   1.21.0
-Release:   0.2
+Version:   1.21.2
+Release:   0.1
 Group: Applications/Graphics
 License:   GPL
 Source0:   
http://www.zoneminder.com/fileadmin/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 2cb674e083ded0c5233f8be43c33619b
+# Source0-md5: cb4c6a65ed848f34b26723973345b732
 Source1:   %{name}-config.txt
 Source2:   %{name}-init
 Source3:   %{name}-dbupgrade
@@ -98,7 +98,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch3 -p1
-%patch4 -p1
+#%patch4 -p1
 %patch5 -p0
 
 %build
@@ -164,6 +164,8 @@
 
 install %{SOURCE6} $RPM_BUILD_ROOT%{_prefix}/lib/zm/upgrade/zmalter-os
 
+install db/zmschema.sql$RPM_BUILD_ROOT%{_prefix}/lib/zm/init
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -226,6 +228,8 @@
 %files X10
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/zmx10.pl
+%attr(755,root,root) %{_bindir}/zmcontrol-axis-v2.pl
+%attr(755,root,root) %{_bindir}/zmcontrol-pelco-p.pl
 
 %files control
 %defattr(644,root,root,755)
@@ -240,6 +244,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.11  2005/07/07 14:56:37  hunter
+- up to 1.21.2 (many bug fixes)
+- include dbschema and X10 scripts
+
 Revision 1.10  2005/05/30 08:54:00  jasw
 - rel 0.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/zm.spec?r1=1.10&r2=1.11&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zm-1.21.2.tar.gz cambozola-0.65.tar.gz

2005-07-07 Thread hunter

Files fetched: 1

STORED: http://www.zoneminder.com/fileadmin/downloads/zm-1.21.2.tar.gz
cb4c6a65ed848f34b26723973345b732  zm-1.21.2.tar.gz
Size: 866244 bytes
ALREADY GOT: http://www.charliemouse.com/code/cambozola/cambozola-0.65.tar.gz
a70a5e1c24e605d5ed74453d36c9519a  cambozola-0.65.tar.gz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: owfs.spec - use snapshot, - it compiles

2005-06-29 Thread hunter
Author: hunter   Date: Wed Jun 29 18:04:18 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- use snapshot,
- it compiles  

 Files affected:
SPECS:
   owfs.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/owfs.spec
diff -u SPECS/owfs.spec:1.2 SPECS/owfs.spec:1.3
--- SPECS/owfs.spec:1.2 Wed Jun 22 23:34:40 2005
+++ SPECS/owfs.spec Wed Jun 29 20:04:13 2005
@@ -2,21 +2,34 @@
 #
 # Note that library has diffrent licence!
 # XXX: where is this library???
+# module/owlib -- afer building.
+#
+# ToDo:
+#--enable-parport
+#fails on:
+#ow_ds1410.c: In function `CLAIM':
+#ow_ds1410.c:74: error: `devfd' undeclared (first use in this function)
+#ow_ds1410.c:74: error: (Each undeclared identifier is reported only once
+#ow_ds1410.c:74: error: for each function it appears in.)
+#
 #
 # Conditional build:
 %bcond_without libusb  # build without USB support
 #
-#%define extra_ver a
 
 Summary:   One-wire file system using FUSE
 Summary(pl):   System plików 1-Wire wykorzystujący FUSE
 Name:  owfs
-Version:   2.1p0RC
+#Version:  2.1p0RC
+#Snapshot works, release doesn't...
+Version:   20050629
 Release:   0.1
+Epoch: 1
 License:   GPL v2+
 Group: Applications
-Source0:   http://dl.sourceforge.net/owfs/%{name}-%{version}.tar.gz
-# Source0-md5: a4a42dc1ce2b2d248642251417159429
+###Source0:http://dl.sourceforge.net/owfs/%{name}-%{version}.tar.gz
+Source0:   http://duch.mimuw.edu.pl/~hunter/%{name}-%{version}.tar.gz
+# Source0-md5: 7722b7ca7b3fa00bcee3321b06a6ae09
 URL:   http://owfs.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -28,14 +41,14 @@
 %description
 owfs is a method under Linux to allow 1-wire devices to appear like
 files in a directory. You can then enter a command like "cat
-*/temperature" to have all the temperatures sensors measure and print
-their data.
+- */temperature" to have all the temperatures sensors measure and
+  print their data.
 
 %description -l pl
 owfs to metoda umożliwiająca pod Linuksem dostęp do urządzeń 1-wire
 jak do plików w katalogu. Można wpisać polecenie w stylu "cat
-*/temperature" i spowodować pomiar temperatury przez wszystkie
-czujniki oraz wypisanie danych.
+- */temperature" i spowodować pomiar temperatury przez wszystkie
+  czujniki oraz wypisanie danych.
 
 %package lib
 Summary:   Shared gcc library
@@ -50,7 +63,7 @@
 Biblioteka współdzielona.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
 %{__libtoolize}
@@ -59,10 +72,14 @@
 %{__autoheader}
 %{__automake}
 %configure \
-   --enable-owfs \
-   --enable-owphp \
-   --enable-parport \
-   --enable-usb
+   --enable-owfs   \
+   --enable-owphp  \
+   --enable-tcl\
+   --enable-usb\
+   --enable-owftpd \
+   --enable-ownfsd \
+
+#  --enable-parport\
 
 %{__make}
 
@@ -89,6 +106,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2005/06/29 18:04:13  hunter
+- use snapshot,
+- it compiles
+
 Revision 1.2  2005/06/22 21:34:40  qboosh
 - fixed URL and descs, partial cleanup
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/owfs.spec?r1=1.2&r2=1.3&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: owfs-20050629.tar.gz

2005-06-29 Thread hunter

Files fetched: 1

STORED: http://duch.mimuw.edu.pl/~hunter/owfs-20050629.tar.gz
7722b7ca7b3fa00bcee3321b06a6ae09  owfs-20050629.tar.gz
Size: 439938 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: digitemp-3.4.0.tar.gz dthowto.txt

2005-06-28 Thread hunter

Files fetched: 1

STORED: http://www.digitemp.com/software/linux/digitemp-3.4.0.tar.gz
4b2346b47eed19f89de436821501c8fa  digitemp-3.4.0.tar.gz
Size: 131923 bytes
ALREADY GOT: http://www.brianlane.com/linux/dthowto.txt
31f67f7dba103988d10478566599cb3e  dthowto.txt


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: digitemp.spec - up to 3.4.0, stbr svp

2005-06-28 Thread hunter
Author: hunter   Date: Wed Jun 29 00:37:17 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 3.4.0, stbr svp

 Files affected:
SPECS:
   digitemp.spec (1.13 -> 1.14) 

 Diffs:


Index: SPECS/digitemp.spec
diff -u SPECS/digitemp.spec:1.13 SPECS/digitemp.spec:1.14
--- SPECS/digitemp.spec:1.13Tue Aug 31 05:31:58 2004
+++ SPECS/digitemp.spec Wed Jun 29 02:37:12 2005
@@ -2,12 +2,12 @@
 Summary:   Digital thermometer using DS1820 1-wire sensors
 Summary(pl):   Termometr cyfrowy używający czujników Dallasa DS1820
 Name:  digitemp
-Version:   3.3.2
-Release:   3
+Version:   3.4.0
+Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   http://www.digitemp.com/software/linux/%{name}-%{version}.tar.gz
-# Source0-md5: 0b6cfb36d198767836de54d9fb11bbdb
+# Source0-md5: 4b2346b47eed19f89de436821501c8fa
 Source1:   http://www.brianlane.com/linux/dthowto.txt
 # Source1-md5: 31f67f7dba103988d10478566599cb3e
 Source2:   DS9097_Schematic.gif
@@ -44,7 +44,7 @@
 export OPT="%{rpmcflags}"
 %{__make} ds9097
 %{__make} ds9097u
-%{__make} ds2490 
+%{__make} ds2490
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -70,6 +70,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2005/06/29 00:37:12  hunter
+- up to 3.4.0, stbr svp
+
 Revision 1.13  2004/08/31 03:31:58  snurf
 - typos / formatting / etc.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/digitemp.spec?r1=1.13&r2=1.14&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


CVSROOT: users - this email looks more than nice :>

2005-06-23 Thread hunter
Author: hunter   Date: Thu Jun 23 22:31:50 2005 GMT
Module: CVSROOT   Tag: HEAD
 Log message:
- this email looks more than nice :>

 Files affected:
CVSROOT:
   users (1.375 -> 1.376) 

 Diffs:


Index: CVSROOT/users
diff -u CVSROOT/users:1.375 CVSROOT/users:1.376
--- CVSROOT/users:1.375 Wed Jun 22 16:27:21 2005
+++ CVSROOT/users   Fri Jun 24 00:31:45 2005
@@ -111,7 +111,7 @@
 hawk:[EMAIL PROTECTED]:Marcin Król:[EMAIL PROTECTED]
 heretyk:[EMAIL PROTECTED]:Jarek Koszuk:[EMAIL PROTECTED]
 hostmaster:[EMAIL PROTECTED]:PLD Hostmaster
-hunter:[EMAIL PROTECTED]:Krzysztof Drewicz
+hunter:[EMAIL PROTECTED]:Krzysztof Drewicz
 icek:[EMAIL PROTECTED]:Michał Ickiewicz
 inglod:[EMAIL PROTECTED]:Dariusz Karolczak
 irc:[EMAIL PROTECTED]:IRC admins (alias)


 CVS-web:
http://cvs.pld-linux.org/CVSROOT/users?r1=1.375&r2=1.376&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: owfs.spec (NEW) - new

2005-06-20 Thread hunter
Author: hunter   Date: Mon Jun 20 21:23:34 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   owfs.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/owfs.spec
diff -u /dev/null SPECS/owfs.spec:1.1
--- /dev/null   Mon Jun 20 23:23:34 2005
+++ SPECS/owfs.spec Mon Jun 20 23:23:29 2005
@@ -0,0 +1,90 @@
+# $Revision$, $Date$
+#
+# Note that library has diffrent licence!
+#
+# Conditional build:
+%bcond_without libusb  # build without USB support
+#
+#%define extra_ver a
+
+Summary:   One-wire file system using FUSE
+Summary(pl):   system plików 1-Wire wykorzystujący FUSE
+Name:  owfs
+Version:   2.1p0RC
+Release:   0.1
+License:   GPL v2+
+Group: Applications
+Source0:   http://dl.sourceforge.net/owfs/%{name}-%{version}.tar.gz
+# Source0-md5: a4a42dc1ce2b2d248642251417159429
+URL:   http://oww.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: swig-php
+BuildRequires: libtool
+%{?with_libusb:BuildRequires:  libusb-devel >= 0.1.5}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Oww is a Linux interface to the Dallas Semiconductor / AAGElectronica
+1-Wire weather station kits.
+
+%description -l pl
+Oww jest linuksowym interfejsem do stacji pogody Dallas Semiconductor
+/ AAGElectronica pracujących na szynie 1-Wire.
+
+%package lib
+Summary:   Shared gcc library
+Summary(pl):   Biblioteka gcc
+License:   LGPL
+Group: Libraries
+
+%description lib
+Shared library.
+
+%description lib -l pl
+Biblioteka
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   --enable-owphp  \
+   --enable-owfs   \
+   --enable-usb\
+   --enable-parport\
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/oww
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/20 21:23:29  hunter
+- new
+
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: owfs-2.1p0RC.tar.gz

2005-06-20 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/owfs/owfs-2.1p0RC.tar.gz
a4a42dc1ce2b2d248642251417159429  owfs-2.1p0RC.tar.gz
Size: 634640 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: joe.spec - up to 3.3

2005-06-18 Thread hunter
Author: hunter   Date: Sat Jun 18 18:25:27 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 3.3

 Files affected:
SPECS:
   joe.spec (1.65 -> 1.66) 

 Diffs:


Index: SPECS/joe.spec
diff -u SPECS/joe.spec:1.65 SPECS/joe.spec:1.66
--- SPECS/joe.spec:1.65 Tue Aug 31 19:26:47 2004
+++ SPECS/joe.spec  Sat Jun 18 20:25:22 2005
@@ -12,13 +12,13 @@
 Summary(tr):   Kolay kullanýmlý metin düzenleyici
 Summary(uk):   đŇĎÓÔÉĘ Ő ×ÉËĎŇÉÓÔÁÎÎŚ ÔĹËÓÔĎ×ÉĘ ŇĹÄÁËÔĎŇ
 Name:  joe
-Version:   3.1
+Version:   3.3
 Release:   2
 Epoch: 1
 License:   GPL
 Group: Applications/Editors
 Source0:   http://dl.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz
-# Source0-md5: 2a6ef018870fca9b7df85401994fb0e0
+# Source0-md5: 02221716679c039c5da00c275d61dbf4
 Source1:   %{name}.png
 Source2:   %{name}.desktop
 Source3:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
@@ -146,6 +146,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.66  2005/06/18 18:25:22  hunter
+- up to 3.3
+
 Revision 1.65  2004/08/31 17:26:47  snurf
 - typos
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/joe.spec?r1=1.65&r2=1.66&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: joe-3.3.tar.gz joe-non-english-man-pages.tar.bz2

2005-06-18 Thread hunter

Files fetched: 1

STORED: http://dl.sourceforge.net/joe-editor/joe-3.3.tar.gz
02221716679c039c5da00c275d61dbf4  joe-3.3.tar.gz
Size: 478218 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/joe-non-english-man-pages.tar.bz2
47d050baa065ec9095d9d99217749abb  joe-non-english-man-pages.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: joe-asis.patch - upgrade to joe-3.3

2005-06-18 Thread hunter
Author: hunter   Date: Sat Jun 18 18:25:05 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- upgrade to joe-3.3

 Files affected:
SOURCES:
   joe-asis.patch (1.3 -> 1.4) 

 Diffs:


Index: SOURCES/joe-asis.patch
diff -u SOURCES/joe-asis.patch:1.3 SOURCES/joe-asis.patch:1.4
--- SOURCES/joe-asis.patch:1.3  Thu Mar 21 20:38:52 2002
+++ SOURCES/joe-asis.patch  Sat Jun 18 20:25:00 2005
@@ -1,15 +1,15 @@
 diff -u joe-2.9.8-pre1.orig/jmacsrc.in joe-2.9.8-pre1/jmacsrc.in
 joe-2.9.8-pre1.orig/jmacsrc.in Mon Oct 29 15:39:51 2001
-+++ joe-2.9.8-pre1/jmacsrc.in  Thu Mar 21 19:51:35 2002
-@@ -22,7 +22,7 @@
- 
-  -mid Cursor is recentered when scrolling is necessary
-  -marking Text between ^KB and cursor is highlighted
+--- joe-2.9.8-pre1/jmacsrc.in.orig 2005-05-03 19:32:26.0 +0200
 joe-2.9.8-pre1/jmacsrc.in  2005-06-18 20:21:12.0 +0200
+@@ -53,7 +53,7 @@
+ -mid  Cursor is recentered when scrolling is necessary
+ -marking  Text between ^KB and cursor is highlighted
+ -lightoff Turn off highlighting after block copy or move
 - -asisCharacters 128 - 255 shown as-is
 +-asis Characters 128 - 255 shown as-is
   -force   Force final newline when files are saved
-  -nobackups   If you don't want backup files to be created
-  -lightoffTurn off highlighting after block copy or move
+  -nolocks If you don't want file locks to be used
+  -nomodcheck  Disable periodic checking of disk file newer than buffer
 diff -u joe-2.9.8-pre1.orig/joerc.in joe-2.9.8-pre1/joerc.in
 --- joe-2.9.8-pre1.orig/joerc.in   Mon Dec 10 17:48:54 2001
 +++ joe-2.9.8-pre1/joerc.inThu Mar 21 19:50:39 2002


 CVS-web:
http://cvs.pld-linux.org/SOURCES/joe-asis.patch?r1=1.3&r2=1.4&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: odbctest.spec (NEW) - 1st pld commit

2005-06-17 Thread hunter
Author: hunter   Date: Fri Jun 17 19:50:25 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1st pld commit

 Files affected:
SPECS:
   odbctest.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/odbctest.spec
diff -u /dev/null SPECS/odbctest.spec:1.1
--- /dev/null   Fri Jun 17 21:50:25 2005
+++ SPECS/odbctest.spec Fri Jun 17 21:50:20 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+# comment out this to autofind of package requirements
+# instead of manually specifing using "Requires" lines
+AutoReqProv:   no
+
+Name:  odbctest
+Version:   1.9.2.7
+Release:   0.1
+Summary:   iODBC test
+Group: Applications/Databases
+License:   LGPL
+Vendor:OpenLink Software <[EMAIL PROTECTED]>
+URL:   http://www.iodbc.org/
+Source0:   http://duch.mimuw.edu.pl/~hunter/%{name}-%{version}.tar.gz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: glibc-devel >= 2.0
+Requires:  glibc >= 2.0
+
+%description
+iODBC connection test application.
+
+%description -l pl
+Aplikacja testująca połączenia iODBC.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
+install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}
+install -d $RPM_BUILD_ROOT%{_bindir}
+cp odbctest $RPM_BUILD_ROOT%{_bindir}/odbctest
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+# docs go to /usr/share/doc/[package-name]-[version]
+%doc LICENSE LICENSE.BSD LICENSE.LGPL
+%attr(755,root,root) %{_bindir}/odbctest
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/17 19:50:20  hunter
+- 1st pld commit
+
+* Fri Nov 21 2003 S Yoder 
+- prepared spec file for RPM for RedHat 8.0 (psyche)

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: lcdmod.spec - more/better descriptoin

2005-06-17 Thread hunter
Author: hunter   Date: Fri Jun 17 19:30:06 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- more/better  descriptoin

 Files affected:
SPECS:
   lcdmod.spec (1.6 -> 1.7) 

 Diffs:


Index: SPECS/lcdmod.spec
diff -u SPECS/lcdmod.spec:1.6 SPECS/lcdmod.spec:1.7
--- SPECS/lcdmod.spec:1.6   Fri Jun 17 18:56:20 2005
+++ SPECS/lcdmod.spec   Fri Jun 17 21:30:01 2005
@@ -20,10 +20,22 @@
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is kernel module for HD44780-based LCDs.
+This is kernel module for HD44780-based LCDs, it was written because
+there was no nice way of controlling these displays from a computer
+under linux, most other software written to control these displays run
+in user space, and/or don't support all the features of the displays.
+Lcdmod allows users to easily intergrate the LCD, in its simplest
+form, into shell scripts, C code, et cetera by simply writing ASCII to
+the device file.
 
 %description -l pl
-To jest moduł jądra dla LCD opartych na HD44780.
+To jest moduł jądra dla LCD opartych na HD44780, został napisany
+ponieważ nie było żadnej przyjemnej metody kontrolowania tych
+wyświelaczy pod linuksem, większość innego oprogramowania sterującego
+tymi wyświelaczami pracowała w przestrzeni urzytkownika i/lub nie
+wspierała wszystkich cech wyświetlaczy. Lcdmod pozwala użytkownikom na
+łatwą integrację LCD, w najprostrzy możliwy sposób do skryptów powłoki
+czy programów w C po przez wysyłanie kodów ASCII do pliku urządzenia.
 
 %prep
 %setup -q
@@ -59,6 +71,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.7  2005/06/17 19:30:01  hunter
+- more/better  descriptoin
+
 Revision 1.6  2005/06/17 16:56:20  megabajt
 - unified sourceforge URL
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/lcdmod.spec?r1=1.6&r2=1.7&f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: pkpgcounter-1.50.tar.gz

2005-06-16 Thread hunter

Files fetched: 1

STORED: 
http://www.librelogiciel.com/software/pkpgcounter/tarballs/pkpgcounter-1.50.tar.gz
94d70c07b82ca2f1374da135ba803bb5  pkpgcounter-1.50.tar.gz
Size: 157194 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: pkpgcounter.spec (NEW) - 1st pld commit of pkpgcounter

2005-06-16 Thread hunter
Author: hunter   Date: Thu Jun 16 16:32:05 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1st pld commit of pkpgcounter

 Files affected:
SPECS:
   pkpgcounter.spec (NONE -> 1.1)  (NEW)

 Diffs:


Index: SPECS/pkpgcounter.spec
diff -u /dev/null SPECS/pkpgcounter.spec:1.1
--- /dev/null   Thu Jun 16 18:32:05 2005
+++ SPECS/pkpgcounter.spec  Thu Jun 16 18:31:56 2005
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+
+Summary:   Page counter
+Summary(pl):   Licznik stron
+Name:  pkpgcounter
+Version:   1.50
+Release:   0.1
+License:   GPL v2+
+Group: Applications
+Source0:   
http://www.librelogiciel.com/software/pkpgcounter/tarballs/%{name}-%{version}.tar.gz
+# Source0-md5: 94d70c07b82ca2f1374da135ba803bb5
+URL:   http://www.librelogiciel.com/software/pkpgcounter
+BuildRequires: python
+Requires:  python
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pkpgcouter is a generic Page Description Language parser which main
+feature is to count the number of pages in files ready to be printed.
+It can currently compute the number of pages in several types of files
+:
+- PostScript (both DSC compliant and binary)
+- PDF
+- PCL3/4/5
+- PCLXL (aka PCL6)
+- ESC/P2
+
+%description -l pl
+Pkpgcouter jest ogólnym analizatorem języków opisu stron (PCL
+PostScript Esc/P2) którego głownym zadaniem jest zliczyć ilość stron w
+plikach gotowych do wydruku. Obecnie obsługuje następujące formaty:
+- PostScript (zgodny z DSC oraz binarny)
+- PDF
+- PCL3/4/5
+- PCLXL (aka PCL6)
+- ESC/P2
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README CREDITS BUGS 
+%attr(755,root,root) %{_bindir}/*
+/usr/share/python2.4/site-packages/pdlanalyzer/*.py
+/usr/share/python2.4/site-packages/pdlanalyzer/*.pyc
+%dir /usr/share/python2.4/site-packages/pdlanalyzer/
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at @pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/16 16:31:56  hunter
+- 1st pld commit of pkpgcounter
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


  1   2   >