From cddesjardins at gmail.com Mon Sep 3 06:18:55 2007 From: cddesjardins at gmail.com (Christopher David Desjardins) Date: Sun, 02 Sep 2007 22:18:55 -0500 Subject: [Pardus-devel] Domino action.py and pspec.xml file Message-ID: <46DB7D1F.5050300@gmail.com> Hi, I have packaged Domino and if someone could review the attached files and let me know if I should improve something or if they'd commit them for me :) that would be great! Thanks, Chris -------------- next part -------------- A non-text attachment was scrubbed... Name: actions.py Type: text/x-python Size: 426 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070902/9c5b1557/attachment.py -------------- next part -------------- A non-text attachment was scrubbed... Name: pspec.xml Type: text/xml Size: 1615 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070902/9c5b1557/attachment.bin From dfisek at fisek.com.tr Mon Sep 3 11:06:17 2007 From: dfisek at fisek.com.tr (Doruk Fisek) Date: Mon, 3 Sep 2007 11:06:17 +0300 Subject: [Pardus-devel] Domino action.py and pspec.xml file In-Reply-To: <46DB7D1F.5050300@gmail.com> References: <46DB7D1F.5050300@gmail.com> Message-ID: <20070903110617.3648b8af.dfisek@fisek.com.tr> Sun, 02 Sep 2007 22:18:55 -0500, Christopher David Desjardins : > I have packaged Domino and if someone could review the attached files > and let me know if I should improve something or if they'd commit > them for me :) that would be great! It seems fine to me :) Doruk -- FISEK INSTITUTE - http://www.fisek.org.tr From turkay.eren at gmail.com Mon Sep 3 11:16:59 2007 From: turkay.eren at gmail.com (Eren =?utf-8?q?T=C3=BCrkay?=) Date: Mon, 3 Sep 2007 11:16:59 +0300 Subject: [Pardus-devel] Domino action.py and pspec.xml file In-Reply-To: <46DB7D1F.5050300@gmail.com> References: <46DB7D1F.5050300@gmail.com> Message-ID: <200709031116.59787.turkay.eren@gmail.com> On Monday 03 September 2007 06:18:55 Christopher David Desjardins wrote: > Hi, > I have packaged Domino and if someone could review the attached files > and let me know if I should improve something or if they'd commit them > for me :) that would be great! > Thanks, /usr/kde/3.5/lib ? /usr/kde/3.5/share ? /usr/share/doc You should use 4 tabs for each xml tags, except that, it's OK for me. But this package was also packaged by another developer, it's in the playground too. Maybe he want to give this package to you, G?kmen? From turkay.eren at gmail.com Mon Sep 3 19:41:54 2007 From: turkay.eren at gmail.com (Eren =?iso-8859-1?q?T=FCrkay?=) Date: Mon, 3 Sep 2007 19:41:54 +0300 Subject: [Pardus-devel] [review] review/applications/network/klibido In-Reply-To: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> References: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> Message-ID: <200709031941.54844.turkay.eren@gmail.com> On Thursday 30 August 2007 17:52:27 Amine Chadly wrote: > Hi ! > Request for merge of klibido (for contrib I guess ^^) > Thanks in advance ! It's a kde application, you can use kde actionsapi and you don't have to move icon file to /usr/share/pixmaps. You don't have to specify WorkDir, for this package, pisi automatically understands archive version and workdir. Here is a patch, it describes what I mean :) -from pisi.actionsapi import autotools +from pisi.actionsapi import kde ?from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -WorkDir = "klibido-%s" % get.srcVERSION() ? ?def setup(): - ? ?autotools.configure("--with-extra-includes=/usr/include/db4.2/") + ? ?kde.configure("--with-extra-includes=/usr/include/db4.2/") ? ?def build(): - ? ?autotools.make() + ? ?kde.make() ? ?def install(): - ? ?autotools.install() - ? ?pisitools.domove("/usr/share/apps/klibido/icons/hicolor/32x32/apps/klibido.png", "/usr/share/pixmaps/") + ? ?kde.install() ? ? ? ?pisitools.dodoc("COPYING", "README", "NEWS", "RELEASE", "TODO") From cddesjardins at gmail.com Mon Sep 3 21:21:14 2007 From: cddesjardins at gmail.com (Christopher David Desjardins) Date: Mon, 03 Sep 2007 13:21:14 -0500 Subject: [Pardus-devel] Domino action.py and pspec.xml file In-Reply-To: <200709031116.59787.turkay.eren@gmail.com> References: <46DB7D1F.5050300@gmail.com> <200709031116.59787.turkay.eren@gmail.com> Message-ID: <46DC509A.7030001@gmail.com> Great thanks for the feedback. By the way, what's the best way for me to get packages into Pardus present my action.py and pspec.xml files here and try to persuade someone to commit them :) Thanks! Chris Eren T?rkay wrote On 09/03/2007 03:16 AM: > On Monday 03 September 2007 06:18:55 Christopher David Desjardins wrote: > >> Hi, >> I have packaged Domino and if someone could review the attached files >> and let me know if I should improve something or if they'd commit them >> for me :) that would be great! >> Thanks, >> > > > > /usr/kde/3.5/lib > ? /usr/kde/3.5/share > ? /usr/share/doc > > > You should use 4 tabs for each xml tags, except that, it's OK for me. > > But this package was also packaged by another developer, it's in the > playground too. Maybe he want to give this package to you, G?kmen? > _______________________________________________ > Pardus-devel mailing list > Pardus-devel at pardus.org.tr > http://liste.uludag.org.tr/mailman/listinfo/pardus-devel From dfisek at fisek.com.tr Tue Sep 4 01:24:30 2007 From: dfisek at fisek.com.tr (Doruk Fisek) Date: Tue, 4 Sep 2007 01:24:30 +0300 Subject: [Pardus-devel] Domino action.py and pspec.xml file In-Reply-To: <46DC509A.7030001@gmail.com> References: <46DB7D1F.5050300@gmail.com> <200709031116.59787.turkay.eren@gmail.com> <46DC509A.7030001@gmail.com> Message-ID: <20070904012430.6902429f.dfisek@fisek.com.tr> Mon, 03 Sep 2007 13:21:14 -0500, Christopher David Desjardins : > Great thanks for the feedback. By the way, what's the best way for > me to get packages into Pardus present my action.py and pspec.xml > files here and try to persuade someone to commit them :) When a new package is prepared (even if the packager has a svn account), there's a review process where at least two other developers look at your package and give an ack for it. For English-speaking developers this list, for Turkish-speaking developers paketler at pardus.org.tr list is used for the review process. After that, the package is committed. So, this list is your best way to go :) Doruk -- FISEK INSTITUTE - http://www.fisek.org.tr From cddesjardins at gmail.com Tue Sep 4 06:12:23 2007 From: cddesjardins at gmail.com (Christopher David Desjardins) Date: Mon, 03 Sep 2007 22:12:23 -0500 Subject: [Pardus-devel] review/applications/archive/pbzip2 In-Reply-To: <20070904012430.6902429f.dfisek@fisek.com.tr> References: <46DB7D1F.5050300@gmail.com> <200709031116.59787.turkay.eren@gmail.com> <46DC509A.7030001@gmail.com> <20070904012430.6902429f.dfisek@fisek.com.tr> Message-ID: <46DCCD17.2080608@gmail.com> Request for pbzip2 to be merged into contrib/applications/archive. PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 or newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)*. *Thanks to cartman for the help and mstf for committing this to playground for me. cheers, Chris (odla) From mellerf at netvision.net.il Wed Sep 5 20:27:55 2007 From: mellerf at netvision.net.il (Yosef Meller) Date: Wed, 05 Sep 2007 20:27:55 +0300 Subject: [Pardus-devel] Package for the Culmus Hebrew fonts Message-ID: <46DEE71B.8060509@netvision.net.il> Hello all, I just started using Pardus. I live in Israel, and Hebrew support is something I need for day to day use. So as a start, I packaged the most commonly used set of Hebrew fonts, attached here. Hopefully I'll have time to follow up with other Hebrew-related packages I need. The code is mostly derived from the package for liberation-fonts. I hope you'll find it worthy of inclusion into Pardus. Yosef. -------------- next part -------------- A non-text attachment was scrubbed... Name: actions.py Type: text/x-python Size: 341 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070905/939badfa/attachment.py -------------- next part -------------- A non-text attachment was scrubbed... Name: pspec.xml Type: text/xml Size: 1273 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070905/939badfa/attachment.bin From mellerf at netvision.net.il Fri Sep 7 18:04:32 2007 From: mellerf at netvision.net.il (Yosef Meller) Date: Fri, 07 Sep 2007 18:04:32 +0300 Subject: [Pardus-devel] Package for the IvriTeX module for tetex Message-ID: <46E16880.6090603@netvision.net.il> As promised, another Hebrew-related PiSi-package - this time for Hebrew support in LaTeX, using the IvriTeX package, which integrates with teTeX. This one was harder to make than the Culmus package, so it could use review. I had to use the pisi source code and existing packages for documentation, as the good documentation is in Turkish only AFAICT - in particular [1]. Is there an English version available or in the making? ----------- [1] http://www.pardus.org.tr/projeler/pisi/api/index.html -------------- next part -------------- A non-text attachment was scrubbed... Name: actions.py Type: text/x-python Size: 548 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070907/ab8bc379/attachment.py -------------- next part -------------- A non-text attachment was scrubbed... Name: pspec.xml Type: text/xml Size: 1292 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070907/ab8bc379/attachment.bin From dfisek at fisek.com.tr Fri Sep 7 18:42:05 2007 From: dfisek at fisek.com.tr (Doruk Fisek) Date: Fri, 7 Sep 2007 18:42:05 +0300 Subject: [Pardus-devel] Package for the Culmus Hebrew fonts In-Reply-To: <46DEE71B.8060509@netvision.net.il> References: <46DEE71B.8060509@netvision.net.il> Message-ID: <20070907184205.118244a8.dfisek@fisek.com.tr> Wed, 05 Sep 2007 20:27:55 +0300, Yosef Meller : > The code is mostly derived from the package for liberation-fonts. I > hope you'll find it worthy of inclusion into Pardus. The only recommendation I could make would be to use mirrors:// in archive tag. That way pisi will automatically select from /etc/pisi/mirrors.conf. In this case, mirrors://sourceforge/culmus/culmus-0.101.tar.gz should do the trick. Doruk -- FISEK INSTITUTE - http://www.fisek.org.tr From mellerf at netvision.net.il Sat Sep 8 17:04:03 2007 From: mellerf at netvision.net.il (Yosef Meller) Date: Sat, 08 Sep 2007 17:04:03 +0300 Subject: [Pardus-devel] Package for the Culmus Hebrew fonts In-Reply-To: <20070907184205.118244a8.dfisek@fisek.com.tr> References: <46DEE71B.8060509@netvision.net.il> <20070907184205.118244a8.dfisek@fisek.com.tr> Message-ID: <46E2ABD3.10303@netvision.net.il> Doruk Fisek wrote On 09/07/2007 06:42 PM: > The only recommendation I could make would be to use mirrors:// in > archive tag. That way pisi will automatically select > from /etc/pisi/mirrors.conf. In this case, > > mirrors://sourceforge/culmus/culmus-0.101.tar.gz > > should do the trick. Thanks. Attached a patch for both the culmus package and the ivritex package. -------------- next part -------------- A non-text attachment was scrubbed... Name: culmus_mirrors.patch Type: text/x-diff Size: 552 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070908/73a9581a/attachment.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: ivritex_mirrors.patch Type: text/x-diff Size: 620 bytes Desc: not available Url : http://liste.pardus.org.tr/pardus-devel/attachments/20070908/73a9581a/attachment-0001.bin From turkay.eren at gmail.com Sat Sep 15 19:21:30 2007 From: turkay.eren at gmail.com (Eren =?utf-8?q?T=C3=BCrkay?=) Date: Sat, 15 Sep 2007 19:21:30 +0300 Subject: [Pardus-devel] [review] review/applications/network/klibido In-Reply-To: <200708310340.03969.ismail@pardus.org.tr> References: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> <200708310340.03969.ismail@pardus.org.tr> Message-ID: <200709151921.30655.turkay.eren@gmail.com> On Friday 31 August 2007 03:40:03 Ismail D?nmez wrote: > - db4 is in system.base, no need to add it as a dep. > > - Instead of doing ? /usr/share write ? ? ? ? > ? ? /usr/share/foobar (give absolete paths), > its easier to read and maintain > > - Desktop file misses GenericName[] which is used in Pardus menu > > - License says 2005-2007, it should be 2007 only > > - Path to GPLv2 license text is wrong, its now showing GPLv3 > > - Leave a newline after autotools.install() > > - Instead of pisitools.move(..) use pisitools.insinto > > Regards, > ismail After having fixed uudeview, klibido is compiled and works fine. Also those mistakes have been fixed. ACK please? I will add it to Contrib From mustafagunay at gmail.com Sun Sep 30 04:30:09 2007 From: mustafagunay at gmail.com (Mustafa =?utf-8?q?G=C3=BCnay?=) Date: Sun, 30 Sep 2007 04:30:09 +0300 Subject: [Pardus-devel] [review] review/applications/network/klibido In-Reply-To: <200709151921.30655.turkay.eren@gmail.com> References: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> <200708310340.03969.ismail@pardus.org.tr> <200709151921.30655.turkay.eren@gmail.com> Message-ID: <200709300430.16907.mustafagunay@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 15 September 2007 19:21:30 Eren T?rkay wrote: > On Friday 31 August 2007 03:40:03 Ismail D?nmez wrote: > > - db4 is in system.base, no need to add it as a dep. > > > > - Instead of doing ? /usr/share write ? ? ? > > ? /usr/share/foobar (give absolete paths), > > its easier to read and maintain > > > > - Desktop file misses GenericName[] which is used in Pardus menu > > > > - License says 2005-2007, it should be 2007 only > > > > - Path to GPLv2 license text is wrong, its now showing GPLv3 > > > > - Leave a newline after autotools.install() > > > > - Instead of pisitools.move(..) use pisitools.insinto > > > > Regards, > > ismail > > After having fixed uudeview, klibido is compiled and works fine. Also those > mistakes have been fixed. ACK please? I will add it to Contrib > _______________________________________________ > Pardus-devel mailing list > Pardus-devel at pardus.org.tr > http://liste.uludag.org.tr/mailman/listinfo/pardus-devel OK for me Sir ?smail (cartman) D?nmez re-review pls - -- Mustafa G?NAY asato ma sad gamaya (From delusion lead me to truth) tamaso ma jyotir gamaya (From darkness lead me to light) mrutyor ma amrtam gamaya (From death lead me to immortality) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (GNU/Linux) iD8DBQFG/vwoP7nwX0e/pPYRAir3AJ9WWYNt/pigZdRgvM47bBFzdqoQ/gCeKIDb /g7nwMdar4C9s6W8R1L9S54= =Fbd0 -----END PGP SIGNATURE----- From erenoglu at gmail.com Sun Sep 30 19:02:26 2007 From: erenoglu at gmail.com (Emre Erenoglu) Date: Sun, 30 Sep 2007 18:02:26 +0200 Subject: [Pardus-devel] Mail List Search Engine Returning file list Message-ID: Hi, Just to let you know that the search engine function for the mailing lists don't work anymore: http://liste.pardus.org.tr/arama/ Best regards, Emre Erenoglu erenoglu at gmail.com