From ratler at lunar-linux.org Sat Aug 1 00:03:20 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 1 Aug 2009 00:03:20 +0200 Subject: [Lunar-commits] emacs: Bump to version 23.1 Message-ID: <20090731220453.256299B1ED@doppio.foo-projects.org> commit 64cd434d29a1ddc3fa4632e36049431f6e9e9053 Author: Stefan Wold Date: Sat Aug 1 00:03:20 2009 +0200 emacs: Bump to version 23.1 * Added new optional_depends for librsvg, libxft and dbus * Fixed proper --without options in DEPENDS --- editors/emacs/DEPENDS | 16 +++++++++------- editors/emacs/DETAILS | 8 ++++---- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS index d267e23..c5b453c 100644 --- a/editors/emacs/DEPENDS +++ b/editors/emacs/DEPENDS @@ -1,8 +1,10 @@ -optional_depends "libungif" "--with-gif" "" "for gif support if you use faces" -optional_depends "jpeg" "--with-jpeg" "" "for jpeg support if you use faces" -optional_depends "tiff" "--with-tiff" "" "for tiff support if you use faces" -optional_depends "libpng" "--with-png" "" "for png support if you use faces" -optional_depends "%X" "--with-x --with-xpm" "" "for xpm support if you use faces" -optional_depends "openMotif" "--with-x-toolkit=motif" "" "for OSF/Motif standard GUI" +optional_depends "libungif" "--with-gif" "--without-gif" "for gif support if you use faces" +optional_depends "jpeg" "--with-jpeg" "--without-jpeg" "for jpeg support if you use faces" +optional_depends "tiff" "--with-tiff" "--without-tiff" "for tiff support if you use faces" +optional_depends "libpng" "--with-png" "--without-png" "for png support if you use faces" +optional_depends "librsvg" "--with-rsvg" "--without-rsvg" "for SVG image support" +optional_depends "%X" "--with-x --with-xpm" "--without-xpm" "for xpm support if you use faces" +optional_depends "openMotif" "--with-x-toolkit=motif" "" "for OSF/Motif standard GUI" optional_depends "gtk+-2" "--with-x-toolkit=gtk" "" "for gtk+ support GUI" - +optional_depends "libXft" "--with-xft" "--without-xft" "for anti alias font support" +optional_depends "dbus" "--with-dbus" "--without-dbus" "for D-BUS support" diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS index 5a021f0..8201a6c 100644 --- a/editors/emacs/DETAILS +++ b/editors/emacs/DETAILS @@ -1,11 +1,11 @@ MODULE=emacs - VERSION=22.3 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=23.1 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:5e9b3e0205099a83be7198fd43ba1c9442a3feb0 + SOURCE_VFY=sha1:5f2d5dfcc17e7627ea752f675c605fe37c9c145c WEB_SITE=http://www.gnu.org/software/emacs ENTERED=20010922 - UPDATED=20080908 + UPDATED=20090731 SHORT="An extensible, self-documenting real-time display editor" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 02:16:50 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 02:16:50 +0200 Subject: [Lunar-commits] wildmidi: new module Message-ID: <20090801002347.8E47D9B1ED@doppio.foo-projects.org> commit 17cef06e4e562e384f67a8af60d8f376ed374412 Author: Paul Bredbury Date: Sat Aug 1 02:16:50 2009 +0200 wildmidi: new module Version 0.2.2 added to moonbase Integrates with mpd, to play midi files. --- zbeta/wildmidi/BUILD | 13 ++ zbeta/wildmidi/DETAILS | 44 +++++++ zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch | 11 ++ zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch | 30 +++++ zbeta/wildmidi/wildmidi-0.2.2-opt.patch | 24 ++++ zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch | 147 ++++++++++++++++++++++ 6 files changed, 269 insertions(+), 0 deletions(-) diff --git a/zbeta/wildmidi/BUILD b/zbeta/wildmidi/BUILD new file mode 100644 index 0000000..7f0919f --- /dev/null +++ b/zbeta/wildmidi/BUILD @@ -0,0 +1,13 @@ +( + + # Patches from http://koji.fedoraproject.org/koji/packageinfo?packageID=4841 + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-opt.patch 1 && + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-cfg-abs-path.patch 1 && + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-pulseaudio.patch 1 && + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-bigendian.patch 1 && + + autoreconf -fi && + OPTS+=" --disable-static --disable-werror --without-arch" && + default_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/wildmidi/DETAILS b/zbeta/wildmidi/DETAILS new file mode 100644 index 0000000..be4d8f6 --- /dev/null +++ b/zbeta/wildmidi/DETAILS @@ -0,0 +1,44 @@ + MODULE=wildmidi + VERSION=0.2.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:fad33365f8aaba3afdca6bb68bc48056425176a3 + WEB_SITE=http://wildmidi.sourceforge.net/ + ENTERED=20090721 + UPDATED=20090721 + SHORT="a simple software midi player" + +cat << EOF +WildMIDI is a simple software midi player which has a core softsynth +library that can be use with other applications. + +WildMIDI was originally conceived in December 2001 as an experiment to +see if MIDI files could be played using the same samples as existing +software but with much less overhead. Coming into existence as a +command-line player in 2002 the first versions were so successful in +reducing the overhead that developers from Quakeforge suggested that +WildMIDI could be turned into a library. 2003 saw the first +implementations of the WildMIDI library, with Quakeforge being used as +the test application. The 1st official release of WildMIDI occured in +2004 with a couple of bug fixes following shortly after. + +The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI +files into audio which is then passed back to the calling application +for further processing or output. The API of the library is designed so +that it is easy to include WildMIDI into applications that wish to +include MIDI file playback. With multiple MIDI file support you can +develop applications to mix several midi files together at the same +time, and with the next release you will be able to use a different +patch set for each MIDI file. + +Currently there is a small command-line player that accompanies the +library which gives just one example of the use of the WildMIDI +library. The next release will also contain a "self-contained" player +which will play midi files without the extra overhead that occurs with +the library. This is achieved by having a core source that is shared +between the library and "self-contained" player. + +The future of the project will not end with the library, but with the +library the door is open to possibilities including a software MIDI +device, or a graphical MIDI sequencer. +EOF diff --git a/zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch b/zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch new file mode 100644 index 0000000..d10b4bd --- /dev/null +++ b/zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch @@ -0,0 +1,11 @@ +--- wildmidi-0.2.2/src/wildmidi.c.orig 2004-01-28 18:13:46.000000000 +0000 ++++ wildmidi-0.2.2/src/wildmidi.c 2008-07-06 14:31:38.000000000 +0100 +@@ -442,7 +442,7 @@ + return -1; + } + +- if (snd_pcm_hw_params_set_format (pcm, hw, SND_PCM_FORMAT_S16) < 0) { ++ if (snd_pcm_hw_params_set_format (pcm, hw, SND_PCM_FORMAT_S16_LE) < 0) { + printf("ALSA does not support 16bit signed audio for your soundcard\n"); + close_alsa_output(); + return -1; diff --git a/zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch b/zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch new file mode 100644 index 0000000..46c3373 --- /dev/null +++ b/zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch @@ -0,0 +1,30 @@ +diff -up wildmidi-0.2.2/src/wildmidi_lib.c.abs wildmidi-0.2.2/src/wildmidi_lib.c +--- wildmidi-0.2.2/src/wildmidi_lib.c.abs 2004-01-28 19:13:46.000000000 +0100 ++++ wildmidi-0.2.2/src/wildmidi_lib.c 2007-07-14 16:54:28.000000000 +0200 +@@ -845,7 +845,7 @@ WM_LoadConfig (const char *config_file) + } + continue; + } else if (strncasecmp(line_buffer, "source ", 7) == 0) { +- if (config_dir != NULL) { ++ if (config_dir != NULL && line_buffer[7] != '/') { + new_config = malloc(strlen(config_dir) + strlen(&line_buffer[7]) + 1); + if (new_config == NULL) { + WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_MEM, "to parse config", errno); +@@ -1013,7 +1013,7 @@ WM_LoadConfig (const char *config_file) + *chr_ptr = '\0'; + } + if (strncasecmp(&line_buffer[(line_ptr + strlen(&line_buffer[line_ptr]) - 5)], ".pat", 4) != 0) { +- if (config_dir != NULL) { ++ if (config_dir != NULL && line_buffer[line_ptr] != '/') { + tmp_patch->filename = malloc(strlen(config_dir) + strlen(&line_buffer[line_ptr]) + 5); + if (tmp_patch->filename == NULL) { + WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_MEM, NULL, 0); +@@ -1041,7 +1041,7 @@ WM_LoadConfig (const char *config_file) + } + strcat(tmp_patch->filename, ".pat"); + } else { +- if (config_dir != NULL) { ++ if (config_dir != NULL && line_buffer[line_ptr] != '/') { + tmp_patch->filename = malloc(strlen(config_dir) + strlen(&line_buffer[line_ptr]) + 1); + if (tmp_patch->filename == NULL) { + WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_MEM, NULL, 0); diff --git a/zbeta/wildmidi/wildmidi-0.2.2-opt.patch b/zbeta/wildmidi/wildmidi-0.2.2-opt.patch new file mode 100644 index 0000000..2169319 --- /dev/null +++ b/zbeta/wildmidi/wildmidi-0.2.2-opt.patch @@ -0,0 +1,24 @@ +diff -up wildmidi-0.2.2/configure.ac.opt wildmidi-0.2.2/configure.ac +--- wildmidi-0.2.2/configure.ac.opt 2007-07-14 15:21:57.000000000 +0200 ++++ wildmidi-0.2.2/configure.ac 2007-07-14 15:22:03.000000000 +0200 +@@ -226,6 +226,8 @@ AC_ARG_WITH(arch, + ) + + case "$arch" in ++ no) ++ ;; + auto) + case "${host_cpu}" in + i?86) +diff -up wildmidi-0.2.2/configure.opt wildmidi-0.2.2/configure +--- wildmidi-0.2.2/configure.opt 2007-07-14 15:21:54.000000000 +0200 ++++ wildmidi-0.2.2/configure 2007-07-14 15:22:52.000000000 +0200 +@@ -19966,6 +19966,8 @@ else + fi; + + case "$arch" in ++ no) ++ ;; + auto) + case "${host_cpu}" in + i?86) diff --git a/zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch b/zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch new file mode 100644 index 0000000..2a7ffdf --- /dev/null +++ b/zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch @@ -0,0 +1,147 @@ +diff -up wildmidi-0.2.2/src/wildmidi.c.pa wildmidi-0.2.2/src/wildmidi.c +--- wildmidi-0.2.2/src/wildmidi.c.pa 2004-01-28 19:13:46.000000000 +0100 ++++ wildmidi-0.2.2/src/wildmidi.c 2008-02-09 14:54:58.000000000 +0100 +@@ -402,12 +402,8 @@ close_mm_output ( void ) { + #else + #ifdef HAVE_ALSA + +-void *buffer; +-int bps; + int alsa_first_time = 1; + static snd_pcm_t *pcm; +-static snd_pcm_uframes_t alsa_period_size; +-static snd_pcm_channel_area_t *areas; + + int write_alsa_output (char * output_data, int output_size); + void close_alsa_output ( void ); +@@ -417,9 +413,8 @@ open_alsa_output(void) { + snd_pcm_hw_params_t *hw; + snd_pcm_sw_params_t *sw; + int err; +- int alsa_buffer_time, bits_per_sample; ++ int alsa_buffer_time; + unsigned int alsa_period_time; +- snd_pcm_uframes_t alsa_buffer_size; + + if (!pcmname) + pcmname = "default"; +@@ -437,7 +432,7 @@ open_alsa_output(void) { + return -1; + } + +- if ((err = snd_pcm_hw_params_set_access(pcm, hw, SND_PCM_ACCESS_MMAP_INTERLEAVED)) < 0) { ++ if ((err = snd_pcm_hw_params_set_access(pcm, hw, SND_PCM_ACCESS_RW_INTERLEAVED)) < 0) { + printf("Cannot set mmap'ed mode: %s.\n", snd_strerror(-err)); + return -1; + } +@@ -491,28 +486,6 @@ open_alsa_output(void) { + return -1; + } + +-#ifdef ALSA_NEW +- if ((err = snd_pcm_hw_params_get_buffer_size(hw, &alsa_buffer_size)) < 0) +-#else +- if ((err = snd_pcm_hw_params_get_buffer_size(hw)) < 0) +-#endif +- { +- printf ("snd_pcm_hw_params_get_buffer_size() failed: %s\n", snd_strerror(-err)); +- return -1; +- } +-#ifdef ALSA_NEW +- if ((err = snd_pcm_hw_params_get_period_size(hw, &alsa_period_size, 0)) < 0) +-#else +- alsa_buffer_size = err; +- if ((err = snd_pcm_hw_params_get_period_size(hw, 0)) < 0) +-#endif +- { +- printf ("snd_pcm_hw_params_get_period_size() failed: %s\n", snd_strerror(-err)); +- return -1; +- } +-#ifndef ALSA_NEW +- alsa_period_size = err; +-#endif + snd_pcm_sw_params_alloca(&sw); + snd_pcm_sw_params_current(pcm, sw); + if (snd_pcm_sw_params(pcm, sw) < 0) +@@ -521,19 +494,6 @@ open_alsa_output(void) { + return -1; + } + +- bits_per_sample = snd_pcm_format_physical_width(SND_PCM_FORMAT_S16); +- bps = (rate * bits_per_sample * 2) / 8000; +- +- buffer = malloc(alsa_period_size * bits_per_sample / 8 * 2); +- areas = malloc(2 * sizeof(snd_pcm_channel_area_t)); +- +- areas[0].addr = buffer; +- areas[0].first = 0; +- areas[0].step = 2 * bits_per_sample; +- areas[1].addr = buffer; +- areas[1].first = bits_per_sample; +- areas[1].step = 2 * bits_per_sample; +- + send_output = write_alsa_output; + close_output = close_alsa_output; + return 0; +@@ -541,45 +501,23 @@ open_alsa_output(void) { + + int + write_alsa_output (char * output_data, int output_size) { +- int cnt = 0, err; +- snd_pcm_uframes_t offset, frames; +- snd_pcm_sframes_t avail; +- const snd_pcm_channel_area_t *chan_areas = areas; ++ int err; ++ snd_pcm_uframes_t frames; + + while (output_size > 0) { +- avail = snd_pcm_avail_update(pcm); +- if (avail == -EPIPE) { +- if (snd_pcm_state(pcm) == SND_PCM_STATE_XRUN) { +- if ((err = snd_pcm_prepare(pcm)) < 0) +- printf("snd_pcm_prepare() failed.\n"); +- alsa_first_time = 1; +- } +- } else if (avail < 0) { +- printf("snd_pcm_avail_update() failed: %s\n", snd_strerror(-avail)); +- avail = 0; +- } +- if (avail < alsa_period_size) { +- usleep(500); +- continue; +- } + frames = snd_pcm_bytes_to_frames(pcm, output_size); +- if ((err = snd_pcm_mmap_begin(pcm, &chan_areas, &offset, &frames)) < 0) { +- printf("snd_pcm_mmap_begin() failed: %s\n", snd_strerror(-err)); +- } +- cnt = snd_pcm_frames_to_bytes(pcm, frames); +- memcpy((char*) chan_areas[0].addr + snd_pcm_frames_to_bytes(pcm, offset), output_data, cnt); +- if ((err = snd_pcm_mmap_commit(pcm, offset, frames)) < 0) { ++ if ((err = snd_pcm_writei(pcm, output_data, frames)) < 0) { + if (snd_pcm_state(pcm) == SND_PCM_STATE_XRUN) { + if ((err = snd_pcm_prepare(pcm)) < 0) + printf("snd_pcm_prepare() failed.\n"); + alsa_first_time = 1; ++ continue; + } ++ return err; + } +- if (err != frames) +- printf("snd_pcm_mmap_commit returned %d, expected %d\n", err, (int)frames); + +- output_size -= cnt; +- output_data += cnt; ++ output_size -= snd_pcm_frames_to_bytes(pcm, err); ++ output_data += snd_pcm_frames_to_bytes(pcm, err); + if (alsa_first_time) { + alsa_first_time = 0; + snd_pcm_start(pcm); +@@ -591,8 +529,6 @@ write_alsa_output (char * output_data, i + void + close_alsa_output ( void ) { + snd_pcm_close (pcm); +- free(areas); +- free(buffer); + } + + #else From engelsman at lunar-linux.org Sat Aug 1 02:21:09 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 02:21:09 +0200 Subject: [Lunar-commits] wildmidi: local patch files deleted Message-ID: <20090801002347.A01709B1F0@doppio.foo-projects.org> commit 6ff7248a4fb5e487c2d156d6c747d5b01125d892 Author: Duncan Gibson Date: Sat Aug 1 02:21:09 2009 +0200 wildmidi: local patch files deleted files have been transferred to $PATCH_URL directory on doppio --- zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch | 11 -- zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch | 30 ----- zbeta/wildmidi/wildmidi-0.2.2-opt.patch | 24 ---- zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch | 147 ---------------------- 4 files changed, 0 insertions(+), 212 deletions(-) diff --git a/zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch b/zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch deleted file mode 100644 index d10b4bd..0000000 --- a/zbeta/wildmidi/wildmidi-0.2.2-bigendian.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- wildmidi-0.2.2/src/wildmidi.c.orig 2004-01-28 18:13:46.000000000 +0000 -+++ wildmidi-0.2.2/src/wildmidi.c 2008-07-06 14:31:38.000000000 +0100 -@@ -442,7 +442,7 @@ - return -1; - } - -- if (snd_pcm_hw_params_set_format (pcm, hw, SND_PCM_FORMAT_S16) < 0) { -+ if (snd_pcm_hw_params_set_format (pcm, hw, SND_PCM_FORMAT_S16_LE) < 0) { - printf("ALSA does not support 16bit signed audio for your soundcard\n"); - close_alsa_output(); - return -1; diff --git a/zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch b/zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch deleted file mode 100644 index 46c3373..0000000 --- a/zbeta/wildmidi/wildmidi-0.2.2-cfg-abs-path.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -up wildmidi-0.2.2/src/wildmidi_lib.c.abs wildmidi-0.2.2/src/wildmidi_lib.c ---- wildmidi-0.2.2/src/wildmidi_lib.c.abs 2004-01-28 19:13:46.000000000 +0100 -+++ wildmidi-0.2.2/src/wildmidi_lib.c 2007-07-14 16:54:28.000000000 +0200 -@@ -845,7 +845,7 @@ WM_LoadConfig (const char *config_file) - } - continue; - } else if (strncasecmp(line_buffer, "source ", 7) == 0) { -- if (config_dir != NULL) { -+ if (config_dir != NULL && line_buffer[7] != '/') { - new_config = malloc(strlen(config_dir) + strlen(&line_buffer[7]) + 1); - if (new_config == NULL) { - WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_MEM, "to parse config", errno); -@@ -1013,7 +1013,7 @@ WM_LoadConfig (const char *config_file) - *chr_ptr = '\0'; - } - if (strncasecmp(&line_buffer[(line_ptr + strlen(&line_buffer[line_ptr]) - 5)], ".pat", 4) != 0) { -- if (config_dir != NULL) { -+ if (config_dir != NULL && line_buffer[line_ptr] != '/') { - tmp_patch->filename = malloc(strlen(config_dir) + strlen(&line_buffer[line_ptr]) + 5); - if (tmp_patch->filename == NULL) { - WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_MEM, NULL, 0); -@@ -1041,7 +1041,7 @@ WM_LoadConfig (const char *config_file) - } - strcat(tmp_patch->filename, ".pat"); - } else { -- if (config_dir != NULL) { -+ if (config_dir != NULL && line_buffer[line_ptr] != '/') { - tmp_patch->filename = malloc(strlen(config_dir) + strlen(&line_buffer[line_ptr]) + 1); - if (tmp_patch->filename == NULL) { - WM_ERROR(__FUNCTION__, __LINE__, WM_ERR_MEM, NULL, 0); diff --git a/zbeta/wildmidi/wildmidi-0.2.2-opt.patch b/zbeta/wildmidi/wildmidi-0.2.2-opt.patch deleted file mode 100644 index 2169319..0000000 --- a/zbeta/wildmidi/wildmidi-0.2.2-opt.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up wildmidi-0.2.2/configure.ac.opt wildmidi-0.2.2/configure.ac ---- wildmidi-0.2.2/configure.ac.opt 2007-07-14 15:21:57.000000000 +0200 -+++ wildmidi-0.2.2/configure.ac 2007-07-14 15:22:03.000000000 +0200 -@@ -226,6 +226,8 @@ AC_ARG_WITH(arch, - ) - - case "$arch" in -+ no) -+ ;; - auto) - case "${host_cpu}" in - i?86) -diff -up wildmidi-0.2.2/configure.opt wildmidi-0.2.2/configure ---- wildmidi-0.2.2/configure.opt 2007-07-14 15:21:54.000000000 +0200 -+++ wildmidi-0.2.2/configure 2007-07-14 15:22:52.000000000 +0200 -@@ -19966,6 +19966,8 @@ else - fi; - - case "$arch" in -+ no) -+ ;; - auto) - case "${host_cpu}" in - i?86) diff --git a/zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch b/zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch deleted file mode 100644 index 2a7ffdf..0000000 --- a/zbeta/wildmidi/wildmidi-0.2.2-pulseaudio.patch +++ /dev/null @@ -1,147 +0,0 @@ -diff -up wildmidi-0.2.2/src/wildmidi.c.pa wildmidi-0.2.2/src/wildmidi.c ---- wildmidi-0.2.2/src/wildmidi.c.pa 2004-01-28 19:13:46.000000000 +0100 -+++ wildmidi-0.2.2/src/wildmidi.c 2008-02-09 14:54:58.000000000 +0100 -@@ -402,12 +402,8 @@ close_mm_output ( void ) { - #else - #ifdef HAVE_ALSA - --void *buffer; --int bps; - int alsa_first_time = 1; - static snd_pcm_t *pcm; --static snd_pcm_uframes_t alsa_period_size; --static snd_pcm_channel_area_t *areas; - - int write_alsa_output (char * output_data, int output_size); - void close_alsa_output ( void ); -@@ -417,9 +413,8 @@ open_alsa_output(void) { - snd_pcm_hw_params_t *hw; - snd_pcm_sw_params_t *sw; - int err; -- int alsa_buffer_time, bits_per_sample; -+ int alsa_buffer_time; - unsigned int alsa_period_time; -- snd_pcm_uframes_t alsa_buffer_size; - - if (!pcmname) - pcmname = "default"; -@@ -437,7 +432,7 @@ open_alsa_output(void) { - return -1; - } - -- if ((err = snd_pcm_hw_params_set_access(pcm, hw, SND_PCM_ACCESS_MMAP_INTERLEAVED)) < 0) { -+ if ((err = snd_pcm_hw_params_set_access(pcm, hw, SND_PCM_ACCESS_RW_INTERLEAVED)) < 0) { - printf("Cannot set mmap'ed mode: %s.\n", snd_strerror(-err)); - return -1; - } -@@ -491,28 +486,6 @@ open_alsa_output(void) { - return -1; - } - --#ifdef ALSA_NEW -- if ((err = snd_pcm_hw_params_get_buffer_size(hw, &alsa_buffer_size)) < 0) --#else -- if ((err = snd_pcm_hw_params_get_buffer_size(hw)) < 0) --#endif -- { -- printf ("snd_pcm_hw_params_get_buffer_size() failed: %s\n", snd_strerror(-err)); -- return -1; -- } --#ifdef ALSA_NEW -- if ((err = snd_pcm_hw_params_get_period_size(hw, &alsa_period_size, 0)) < 0) --#else -- alsa_buffer_size = err; -- if ((err = snd_pcm_hw_params_get_period_size(hw, 0)) < 0) --#endif -- { -- printf ("snd_pcm_hw_params_get_period_size() failed: %s\n", snd_strerror(-err)); -- return -1; -- } --#ifndef ALSA_NEW -- alsa_period_size = err; --#endif - snd_pcm_sw_params_alloca(&sw); - snd_pcm_sw_params_current(pcm, sw); - if (snd_pcm_sw_params(pcm, sw) < 0) -@@ -521,19 +494,6 @@ open_alsa_output(void) { - return -1; - } - -- bits_per_sample = snd_pcm_format_physical_width(SND_PCM_FORMAT_S16); -- bps = (rate * bits_per_sample * 2) / 8000; -- -- buffer = malloc(alsa_period_size * bits_per_sample / 8 * 2); -- areas = malloc(2 * sizeof(snd_pcm_channel_area_t)); -- -- areas[0].addr = buffer; -- areas[0].first = 0; -- areas[0].step = 2 * bits_per_sample; -- areas[1].addr = buffer; -- areas[1].first = bits_per_sample; -- areas[1].step = 2 * bits_per_sample; -- - send_output = write_alsa_output; - close_output = close_alsa_output; - return 0; -@@ -541,45 +501,23 @@ open_alsa_output(void) { - - int - write_alsa_output (char * output_data, int output_size) { -- int cnt = 0, err; -- snd_pcm_uframes_t offset, frames; -- snd_pcm_sframes_t avail; -- const snd_pcm_channel_area_t *chan_areas = areas; -+ int err; -+ snd_pcm_uframes_t frames; - - while (output_size > 0) { -- avail = snd_pcm_avail_update(pcm); -- if (avail == -EPIPE) { -- if (snd_pcm_state(pcm) == SND_PCM_STATE_XRUN) { -- if ((err = snd_pcm_prepare(pcm)) < 0) -- printf("snd_pcm_prepare() failed.\n"); -- alsa_first_time = 1; -- } -- } else if (avail < 0) { -- printf("snd_pcm_avail_update() failed: %s\n", snd_strerror(-avail)); -- avail = 0; -- } -- if (avail < alsa_period_size) { -- usleep(500); -- continue; -- } - frames = snd_pcm_bytes_to_frames(pcm, output_size); -- if ((err = snd_pcm_mmap_begin(pcm, &chan_areas, &offset, &frames)) < 0) { -- printf("snd_pcm_mmap_begin() failed: %s\n", snd_strerror(-err)); -- } -- cnt = snd_pcm_frames_to_bytes(pcm, frames); -- memcpy((char*) chan_areas[0].addr + snd_pcm_frames_to_bytes(pcm, offset), output_data, cnt); -- if ((err = snd_pcm_mmap_commit(pcm, offset, frames)) < 0) { -+ if ((err = snd_pcm_writei(pcm, output_data, frames)) < 0) { - if (snd_pcm_state(pcm) == SND_PCM_STATE_XRUN) { - if ((err = snd_pcm_prepare(pcm)) < 0) - printf("snd_pcm_prepare() failed.\n"); - alsa_first_time = 1; -+ continue; - } -+ return err; - } -- if (err != frames) -- printf("snd_pcm_mmap_commit returned %d, expected %d\n", err, (int)frames); - -- output_size -= cnt; -- output_data += cnt; -+ output_size -= snd_pcm_frames_to_bytes(pcm, err); -+ output_data += snd_pcm_frames_to_bytes(pcm, err); - if (alsa_first_time) { - alsa_first_time = 0; - snd_pcm_start(pcm); -@@ -591,8 +529,6 @@ write_alsa_output (char * output_data, i - void - close_alsa_output ( void ) { - snd_pcm_close (pcm); -- free(areas); -- free(buffer); - } - - #else From engelsman at lunar-linux.org Sat Aug 1 02:22:53 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 02:22:53 +0200 Subject: [Lunar-commits] wildmidi: moved from zbeta to audio Message-ID: <20090801002347.B27BA9B1F2@doppio.foo-projects.org> commit 5f6cc428d84a7dfd8dc14cdab4466f13fec6d348 Author: Duncan Gibson Date: Sat Aug 1 02:22:53 2009 +0200 wildmidi: moved from zbeta to audio --- audio/wildmidi/BUILD | 13 +++++++++++++ audio/wildmidi/DETAILS | 44 ++++++++++++++++++++++++++++++++++++++++++++ zbeta/wildmidi/BUILD | 13 ------------- zbeta/wildmidi/DETAILS | 44 -------------------------------------------- 4 files changed, 57 insertions(+), 57 deletions(-) diff --git a/audio/wildmidi/BUILD b/audio/wildmidi/BUILD new file mode 100644 index 0000000..7f0919f --- /dev/null +++ b/audio/wildmidi/BUILD @@ -0,0 +1,13 @@ +( + + # Patches from http://koji.fedoraproject.org/koji/packageinfo?packageID=4841 + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-opt.patch 1 && + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-cfg-abs-path.patch 1 && + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-pulseaudio.patch 1 && + patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-bigendian.patch 1 && + + autoreconf -fi && + OPTS+=" --disable-static --disable-werror --without-arch" && + default_build + +) > $C_FIFO 2>&1 diff --git a/audio/wildmidi/DETAILS b/audio/wildmidi/DETAILS new file mode 100644 index 0000000..be4d8f6 --- /dev/null +++ b/audio/wildmidi/DETAILS @@ -0,0 +1,44 @@ + MODULE=wildmidi + VERSION=0.2.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:fad33365f8aaba3afdca6bb68bc48056425176a3 + WEB_SITE=http://wildmidi.sourceforge.net/ + ENTERED=20090721 + UPDATED=20090721 + SHORT="a simple software midi player" + +cat << EOF +WildMIDI is a simple software midi player which has a core softsynth +library that can be use with other applications. + +WildMIDI was originally conceived in December 2001 as an experiment to +see if MIDI files could be played using the same samples as existing +software but with much less overhead. Coming into existence as a +command-line player in 2002 the first versions were so successful in +reducing the overhead that developers from Quakeforge suggested that +WildMIDI could be turned into a library. 2003 saw the first +implementations of the WildMIDI library, with Quakeforge being used as +the test application. The 1st official release of WildMIDI occured in +2004 with a couple of bug fixes following shortly after. + +The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI +files into audio which is then passed back to the calling application +for further processing or output. The API of the library is designed so +that it is easy to include WildMIDI into applications that wish to +include MIDI file playback. With multiple MIDI file support you can +develop applications to mix several midi files together at the same +time, and with the next release you will be able to use a different +patch set for each MIDI file. + +Currently there is a small command-line player that accompanies the +library which gives just one example of the use of the WildMIDI +library. The next release will also contain a "self-contained" player +which will play midi files without the extra overhead that occurs with +the library. This is achieved by having a core source that is shared +between the library and "self-contained" player. + +The future of the project will not end with the library, but with the +library the door is open to possibilities including a software MIDI +device, or a graphical MIDI sequencer. +EOF diff --git a/zbeta/wildmidi/BUILD b/zbeta/wildmidi/BUILD deleted file mode 100644 index 7f0919f..0000000 --- a/zbeta/wildmidi/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - # Patches from http://koji.fedoraproject.org/koji/packageinfo?packageID=4841 - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-opt.patch 1 && - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-cfg-abs-path.patch 1 && - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-pulseaudio.patch 1 && - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-bigendian.patch 1 && - - autoreconf -fi && - OPTS+=" --disable-static --disable-werror --without-arch" && - default_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/wildmidi/DETAILS b/zbeta/wildmidi/DETAILS deleted file mode 100644 index be4d8f6..0000000 --- a/zbeta/wildmidi/DETAILS +++ /dev/null @@ -1,44 +0,0 @@ - MODULE=wildmidi - VERSION=0.2.2 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:fad33365f8aaba3afdca6bb68bc48056425176a3 - WEB_SITE=http://wildmidi.sourceforge.net/ - ENTERED=20090721 - UPDATED=20090721 - SHORT="a simple software midi player" - -cat << EOF -WildMIDI is a simple software midi player which has a core softsynth -library that can be use with other applications. - -WildMIDI was originally conceived in December 2001 as an experiment to -see if MIDI files could be played using the same samples as existing -software but with much less overhead. Coming into existence as a -command-line player in 2002 the first versions were so successful in -reducing the overhead that developers from Quakeforge suggested that -WildMIDI could be turned into a library. 2003 saw the first -implementations of the WildMIDI library, with Quakeforge being used as -the test application. The 1st official release of WildMIDI occured in -2004 with a couple of bug fixes following shortly after. - -The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI -files into audio which is then passed back to the calling application -for further processing or output. The API of the library is designed so -that it is easy to include WildMIDI into applications that wish to -include MIDI file playback. With multiple MIDI file support you can -develop applications to mix several midi files together at the same -time, and with the next release you will be able to use a different -patch set for each MIDI file. - -Currently there is a small command-line player that accompanies the -library which gives just one example of the use of the WildMIDI -library. The next release will also contain a "self-contained" player -which will play midi files without the extra overhead that occurs with -the library. This is achieved by having a core source that is shared -between the library and "self-contained" player. - -The future of the project will not end with the library, but with the -library the door is open to possibilities including a software MIDI -device, or a graphical MIDI sequencer. -EOF From engelsman at lunar-linux.org Sat Aug 1 02:35:11 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 02:35:11 +0200 Subject: [Lunar-commits] wildmidi: local to $PATCH_URL file changes Message-ID: <20090801003548.0C7A39B1ED@doppio.foo-projects.org> commit a9520f5232e19dfa9d4ec50c681cbba282654cc1 Author: Duncan Gibson Date: Sat Aug 1 02:35:11 2009 +0200 wildmidi: local to $PATCH_URL file changes module guidelines prohibit local patch files, and require their transfer from the module directory to $PATCH_URL on doppio. --- audio/wildmidi/BUILD | 9 ++++----- audio/wildmidi/DETAILS | 15 ++++++++++++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/audio/wildmidi/BUILD b/audio/wildmidi/BUILD index 7f0919f..15b378a 100644 --- a/audio/wildmidi/BUILD +++ b/audio/wildmidi/BUILD @@ -1,10 +1,9 @@ ( - # Patches from http://koji.fedoraproject.org/koji/packageinfo?packageID=4841 - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-opt.patch 1 && - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-cfg-abs-path.patch 1 && - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-pulseaudio.patch 1 && - patch_it $SCRIPT_DIRECTORY/wildmidi-0.2.2-bigendian.patch 1 && + patch_it $SOURCE_CACHE/$SOURCE2 1 && + patch_it $SOURCE_CACHE/$SOURCE3 1 && + patch_it $SOURCE_CACHE/$SOURCE4 1 && + patch_it $SOURCE_CACHE/$SOURCE5 1 && autoreconf -fi && OPTS+=" --disable-static --disable-werror --without-arch" && diff --git a/audio/wildmidi/DETAILS b/audio/wildmidi/DETAILS index be4d8f6..b733323 100644 --- a/audio/wildmidi/DETAILS +++ b/audio/wildmidi/DETAILS @@ -1,11 +1,24 @@ MODULE=wildmidi VERSION=0.2.2 SOURCE=$MODULE-$VERSION.tar.gz +# Patches from http://koji.fedoraproject.org/koji/packageinfo?packageID=4841 + SOURCE2=$MODULE-$VERSION-opt.patch + SOURCE3=$MODULE-$VERSION-cfg-abs-path.patch + SOURCE4=$MODULE-$VERSION-pulseaudio.patch + SOURCE5=$MODULE-$VERSION-bigendian.patch SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL + SOURCE4_URL=$PATCH_URL + SOURCE5_URL=$PATCH_URL SOURCE_VFY=sha1:fad33365f8aaba3afdca6bb68bc48056425176a3 + SOURCE2_VFY=sha1:591c0355df464708ff63064200a5060039d7a92e + SOURCE3_VFY=sha1:46b36c5d410f3e6350b2ec96e8622ca5ba71de8f + SOURCE4_VFY=sha1:fdb39b8945ed4dea7b599d210dee0c3f13d50b69 + SOURCE5_VFY=sha1:8fdf27467d38f9f622db2feda63b6a54ba6b3183 WEB_SITE=http://wildmidi.sourceforge.net/ ENTERED=20090721 - UPDATED=20090721 + UPDATED=20090731 SHORT="a simple software midi player" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:04:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:04:16 +0300 Subject: [Lunar-commits] xf86-input-evdev: version bumped to 2.2.3. Message-ID: <20090801070547.452F99B237@doppio.foo-projects.org> commit 8b40888768d9c44277d6f681e93e939f48c05f71 Author: Florin Braescu Date: Sat Aug 1 10:04:16 2009 +0300 xf86-input-evdev: version bumped to 2.2.3. Changes: Prevent driver from processing motion events that it has not configured. Only label axes and buttons if the device has axes or buttons. Up the number of button labels atoms to EVDEV_MAXBUTTONS. Ensure enough buttons are advertised to pass the button mapping. Only initialize the number of buttons we actually have. Deal with BTN_3 to BTN_9 buttons. Don't register middle mouse button emulation handlers for keyboards. If a device fails to initialize relative axes, init the abs. axes instead. Evdev doesn't require inputproto. --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index 4f5c50f..9f469a9 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.2.2 + VERSION=2.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:04399411037373f7c047bf10b661179350e19108 + SOURCE_VFY=sha1:d949483773de68b64b5b524b8615eb73d58f0542 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090430 + UPDATED=20090801 SHORT="An input driver" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:06:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:06:30 +0300 Subject: [Lunar-commits] xf86-video-vmware: version bumped to 10.16.7. Message-ID: <20090801070729.BC1869B237@doppio.foo-projects.org> commit bb332672303d2dd37ed74e8728d8af209601ef28 Author: Florin Braescu Date: Sat Aug 1 10:06:30 2009 +0300 xf86-video-vmware: version bumped to 10.16.7. Changes: Fix black screen after resume from hibernate. An imperfect fix for Xinerama state changes without a mode change. --- xorg7/driver/xf86-video-vmware/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-vmware/DETAILS b/xorg7/driver/xf86-video-vmware/DETAILS index 439cf30..1720cda 100644 --- a/xorg7/driver/xf86-video-vmware/DETAILS +++ b/xorg7/driver/xf86-video-vmware/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-vmware - VERSION=10.16.6 + VERSION=10.16.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:61d598e7e499b48d0b78495d6b3f9624ae18ba27 + SOURCE_VFY=sha1:4f3b4942af38e939a4761f1cafca2c2fd6305816 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060302 - UPDATED=20090528 + UPDATED=20090801 SHORT="The X.Org video driver for VMware client sessions" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:09:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:09:48 +0300 Subject: [Lunar-commits] xtrans: version bumped to 1.2.4. Message-ID: <20090801071016.93A139B237@doppio.foo-projects.org> commit a0ce1a18e63597f0673198f5331b25ed002d804f Author: Florin Braescu Date: Sat Aug 1 10:09:48 2009 +0300 xtrans: version bumped to 1.2.4. Bugfixes release. --- xorg7/lib/xtrans/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/xtrans/DETAILS b/xorg7/lib/xtrans/DETAILS index 0b41e86..c837101 100644 --- a/xorg7/lib/xtrans/DETAILS +++ b/xorg7/lib/xtrans/DETAILS @@ -1,12 +1,12 @@ MODULE=xtrans - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:ae6dbeddfbd1a2fca8b783dbcea20fd53b425ffa + SOURCE_VFY=sha1:093221433efb5539661a2fb4e2afa4b073b1fe27 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090118 + UPDATED=20090801 SHORT="The X.Org transport library" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:14:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:14:42 +0300 Subject: [Lunar-commits] xf86-video-apm: version bumped to 1.2.2. Message-ID: <20090801071610.089C39B1BE@doppio.foo-projects.org> commit 4d1108bf28bfc5e26f584ecc96c643a1550b2a09 Author: Florin Braescu Date: Sat Aug 1 10:14:42 2009 +0300 xf86-video-apm: version bumped to 1.2.2. Changes: Remove useless loader symbol lists. Remove xorgconfig & xorgcfg from See Also list in man page. apm: update for resources/RAC API removal. apm: fix up ABI properly. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-apm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-apm/DETAILS b/xorg7/driver/xf86-video-apm/DETAILS index bc3d35a..6319ef6 100644 --- a/xorg7/driver/xf86-video-apm/DETAILS +++ b/xorg7/driver/xf86-video-apm/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-apm - VERSION=1.2.1 + VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:881eaf215c9f111e513e90d4765582af89f72a25 + SOURCE_VFY=sha1:d319ccb26754419541bde73636d747d581a7ab84 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20081225 + UPDATED=20090801 SHORT="The X.Org video dirver for Alliance ProMotion video cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:18:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:18:34 +0300 Subject: [Lunar-commits] xf86-video-ast: version bumped to 0.89.9. Message-ID: <20090801071921.E34F59B1BE@doppio.foo-projects.org> commit 66ef421f54e6bd18f5b5650926a01e83b426c501 Author: Florin Braescu Date: Sat Aug 1 10:18:34 2009 +0300 xf86-video-ast: version bumped to 0.89.9. Changes: remove unneeded includes for RAC/resource. update for resources/RAC API removal. change to using ABI version check. --- xorg7/driver/xf86-video-ast/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-ast/DETAILS b/xorg7/driver/xf86-video-ast/DETAILS index fcd2bf9..cd8ee5b 100644 --- a/xorg7/driver/xf86-video-ast/DETAILS +++ b/xorg7/driver/xf86-video-ast/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-ast - VERSION=0.89.0 + VERSION=0.89.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:dca605c1d7202209bc0f3ecec10ae979cbf71e14 + SOURCE_VFY=sha1:30e8297c89d1416398f8fd82e7a6dd3a4d20755e MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090528 + UPDATED=20090801 SHORT="" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:21:40 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:21:40 +0300 Subject: [Lunar-commits] xf86-video-cirrus: version bumped to 1.3.2. Message-ID: <20090801072221.2898A9B1BE@doppio.foo-projects.org> commit 9aa0b903067829ac6031204e4d81057f587464a6 Author: Florin Braescu Date: Sat Aug 1 10:21:40 2009 +0300 xf86-video-cirrus: version bumped to 1.3.2. Changes: update for resources/RAC API removal change to using ABI version check --- xorg7/driver/xf86-video-cirrus/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-cirrus/DETAILS b/xorg7/driver/xf86-video-cirrus/DETAILS index 20c2d55..62d8a5d 100644 --- a/xorg7/driver/xf86-video-cirrus/DETAILS +++ b/xorg7/driver/xf86-video-cirrus/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-cirrus - VERSION=1.3.1 + VERSION=1.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:fdf9cfc3fb57848ad72c0c4f4ac2967ac3518707 + SOURCE_VFY=sha1:85bc5833075f9ddadb902f71a40249aa769aa4d1 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="The X.Org video driver for Cirrus Logic based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:25:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:25:02 +0300 Subject: [Lunar-commits] xf86-video-fbdev: version bumped to 0.4.1. Message-ID: <20090801072632.BB75F9B1BE@doppio.foo-projects.org> commit b1cdc9bd4716cbb3b347287c4a29c2c65f57de13 Author: Florin Braescu Date: Sat Aug 1 10:25:02 2009 +0300 xf86-video-fbdev: version bumped to 0.4.1. Changes: Make ISA optional. Allow building against a non-DGA server. Remove useless loader symbol lists. Remove xorgconfig & xorgcfg from See Also list in man page. Update for resources/RAC API removal. Change to using ABI version check. --- xorg7/driver/xf86-video-fbdev/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-fbdev/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xorg7/driver/xf86-video-fbdev/CONFLICTS b/xorg7/driver/xf86-video-fbdev/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-fbdev/CONFLICTS +++ b/xorg7/driver/xf86-video-fbdev/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-fbdev/DETAILS b/xorg7/driver/xf86-video-fbdev/DETAILS index 8c86e84..24eb833 100644 --- a/xorg7/driver/xf86-video-fbdev/DETAILS +++ b/xorg7/driver/xf86-video-fbdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-fbdev - VERSION=0.4.0 + VERSION=0.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:b23da9224faac7e1bcc25e82aff4b453e71e406f + SOURCE_VFY=sha1:1dd2f26e1406d70b8a40bedc94c827a7a61a82a6 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060302 - UPDATED=20080405 + UPDATED=20090801 SHORT="The X.Org video driver for the Linux framebuffer device" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:28:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:28:46 +0300 Subject: [Lunar-commits] xf86-video-glint: version bumped to 1.2.4. Message-ID: <20090801072939.973C69B1BE@doppio.foo-projects.org> commit 0cb5727bba1f65f664d1410701722f8e80464349 Author: Florin Braescu Date: Sat Aug 1 10:28:46 2009 +0300 xf86-video-glint: version bumped to 1.2.4. Changes: update for resources/RAC API removal change to using ABI version check Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-glint/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-glint/DETAILS b/xorg7/driver/xf86-video-glint/DETAILS index cf1aadb..518215e 100644 --- a/xorg7/driver/xf86-video-glint/DETAILS +++ b/xorg7/driver/xf86-video-glint/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-glint - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:0f405c687f01ca8c0a671d1979e1d45600d12697 + SOURCE_VFY=sha1:ac1261cfcca4fa1c5e3c3dc1f69af96ac00c5cb1 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="The X.Org video driver for GLINT/Permedia based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 09:32:19 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 10:32:19 +0300 Subject: [Lunar-commits] xf86-video-i128: version bumped to 1.3.3. Message-ID: <20090801073303.1B1239B1BE@doppio.foo-projects.org> commit 024648ebeecf034c164e74fa456bb6091c890580 Author: Florin Braescu Date: Sat Aug 1 10:32:19 2009 +0300 xf86-video-i128: version bumped to 1.3.3. Changes: update for resources/RAC API removal change to using ABI version check. --- xorg7/driver/xf86-video-i128/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-i128/DETAILS | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xorg7/driver/xf86-video-i128/CONFLICTS b/xorg7/driver/xf86-video-i128/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-i128/CONFLICTS +++ b/xorg7/driver/xf86-video-i128/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-i128/DETAILS b/xorg7/driver/xf86-video-i128/DETAILS index 1e9ba41..29e9a24 100644 --- a/xorg7/driver/xf86-video-i128/DETAILS +++ b/xorg7/driver/xf86-video-i128/DETAILS @@ -1,13 +1,13 @@ MODULE=xf86-video-i128 - VERSION=1.3.2 + VERSION=1.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:9f686166a14793b92c604419df7087ec6f7bbb47 + SOURCE_VFY=sha1:75838161e8ddc2e68d53250ad3ea6b54c9cca7a3 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 - SHORT="the X.Org video driver for Number 9 I128 based cards" + UPDATED=20090801 + SHORT="the X.Org video driver for Number 9 I128 based cards" cat << EOF xf86-video-i128 provides the driver for the Number 9 Imagine (I128) From engelsman at lunar-linux.org Sat Aug 1 11:51:51 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 11:51:51 +0200 Subject: [Lunar-commits] mpd: enabled optional_depends on new wildmidi module Message-ID: <20090801095214.D597E9B1BE@doppio.foo-projects.org> commit ccab19ab04d9ddca5fa2cfc5603ccf6fc93a514c Author: Duncan Gibson Date: Sat Aug 1 11:51:51 2009 +0200 mpd: enabled optional_depends on new wildmidi module --- audio/mpd/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/mpd/DEPENDS b/audio/mpd/DEPENDS index 6264d30..5c66f5b 100644 --- a/audio/mpd/DEPENDS +++ b/audio/mpd/DEPENDS @@ -9,4 +9,4 @@ optional_depends "flac" "--enable-flac" "--disable-flac" "to optional_depends "faad" "--enable-aac" "--disable-aac" "to enable AAC support" optional_depends "audiofile" "--enable-audiofile" "--disable-audiofile" "to enable audiofile support" optional_depends "libmikmod" "--enable-mikmod" "--disable-mikmod" "to enable MOD support" -#optional_depends "wildmidi" "--enable-wildmidi" "--disable-wildmidi" "to enable midi support" +optional_depends "wildmidi" "--enable-wildmidi" "--disable-wildmidi" "to enable midi support" From florin at lunar-linux.org Sat Aug 1 11:53:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 12:53:30 +0300 Subject: [Lunar-commits] xf86-video-i740: version bumped to 1.3.2. Message-ID: <20090801095900.E48359B1BE@doppio.foo-projects.org> commit 863488577cfa129d41c34af8e7f63bc13aa1ed24 Author: Florin Braescu Date: Sat Aug 1 12:53:30 2009 +0300 xf86-video-i740: version bumped to 1.3.2. Changes: fixup for rac/resources revert fixup for rac/resources" fix rac/resources properly change to using ABI version check. --- xorg7/driver/xf86-video-i740/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xorg7/driver/xf86-video-i740/DETAILS b/xorg7/driver/xf86-video-i740/DETAILS index 55d1cf0..e1d47fc 100644 --- a/xorg7/driver/xf86-video-i740/DETAILS +++ b/xorg7/driver/xf86-video-i740/DETAILS @@ -1,13 +1,13 @@ MODULE=xf86-video-i740 - VERSION=1.3.1 + VERSION=1.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:7d9c6e3190d52cb52d31c004dc7fc492c14bd0b7 + SOURCE_VFY=sha1:aadd2168153f780c487778e5fdda5473ed4b243d MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060303 - UPDATED=20090710 - SHORT="The X.Org video driver for Intel i740 based cards" + UPDATED=20090801 + SHORT="The X.Org video driver for Intel i740 based cards" cat << EOF xf86-video-i740 provides the X.Org video driver for the Intel i740 From florin at lunar-linux.org Sat Aug 1 11:59:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 12:59:18 +0300 Subject: [Lunar-commits] xf86-video-mach64: version bumped to 6.8.2. Message-ID: <20090801100036.053119B1BE@doppio.foo-projects.org> commit b32e4b7f11e01353104ad96b65479a0fa5518f24 Author: Florin Braescu Date: Sat Aug 1 12:59:18 2009 +0300 xf86-video-mach64: version bumped to 6.8.2. Changes: Doublecheck pictFormat is a supported format Fill in COPYING file, add SubmittingPatches URL to README update for resources/RAC API removal change to using ABI version check Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-mach64/CONFLICTS | 10 +++++----- xorg7/driver/xf86-video-mach64/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/driver/xf86-video-mach64/CONFLICTS b/xorg7/driver/xf86-video-mach64/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/driver/xf86-video-mach64/CONFLICTS +++ b/xorg7/driver/xf86-video-mach64/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-mach64/DETAILS b/xorg7/driver/xf86-video-mach64/DETAILS index d4a44ba..74ec793 100644 --- a/xorg7/driver/xf86-video-mach64/DETAILS +++ b/xorg7/driver/xf86-video-mach64/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-mach64 - VERSION=6.8.1 + VERSION=6.8.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:b5a811372e8624eeb3c53b8a53eecf24eec88420 + SOURCE_URL=$XORG_URL/individual/driver + SOURCE_VFY=sha1:b7303689a6a971b956061fd81399dc81adb865af MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20080918 - UPDATED=20090512 + UPDATED=20090801 SHORT="the X.Org video driver for older ATI/Mach64 based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:02:49 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:02:49 +0300 Subject: [Lunar-commits] xf86-video-mga: version bumped to 1.4.11. Message-ID: <20090801100404.9E0F29B1BE@doppio.foo-projects.org> commit 9e79ecafdf838b46dc625df3d50e6c3f2bd754bd Author: Florin Braescu Date: Sat Aug 1 13:02:49 2009 +0300 xf86-video-mga: version bumped to 1.4.11. Changes: Remove redundant MGAuseI2C macro Normalize DDC for the second head. Do E-EDID if built against a server that supports it. Remove useless loader symbol lists. update for resources/RAC API removal. change to using ABI version check. --- xorg7/driver/xf86-video-mga/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-mga/DETAILS b/xorg7/driver/xf86-video-mga/DETAILS index bfb28d3..1f4d3d0 100644 --- a/xorg7/driver/xf86-video-mga/DETAILS +++ b/xorg7/driver/xf86-video-mga/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-mga - VERSION=1.4.10 + VERSION=1.4.11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:69ec7b6eb42ade32d77b99a24e7905ae50501136 + SOURCE_VFY=sha1:1add2aa03fb8387bab5d3b36ca09035aaf4e0b4c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090430 + UPDATED=20090801 SHORT="The X.Org video driver for Matrox based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:06:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:06:11 +0300 Subject: [Lunar-commits] xf86-video-neomagic: version bumped to 1.2.4. Message-ID: <20090801100652.BBFE99B1BE@doppio.foo-projects.org> commit 199fb8715703f4728d05fb8e3e453148ed673e5c Author: Florin Braescu Date: Sat Aug 1 13:06:11 2009 +0300 xf86-video-neomagic: version bumped to 1.2.4. Changes: remove unneeded include update for resources/RAC API removal change to using ABI version check. --- xorg7/driver/xf86-video-neomagic/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-neomagic/DETAILS b/xorg7/driver/xf86-video-neomagic/DETAILS index 93939f2..1e698ab 100644 --- a/xorg7/driver/xf86-video-neomagic/DETAILS +++ b/xorg7/driver/xf86-video-neomagic/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-neomagic - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:1f9dacad35b3e8399fb0baab785fa450c1606efe + SOURCE_VFY=sha1:9a6991d2ca64d544a41ff653a5f4c7d5d4b9760f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="The X.Org video driver for Neomagic MagicGraph based cards" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 12:06:11 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 12:06:11 +0200 Subject: [Lunar-commits] pms: version 0.40.6 added to moonbase Message-ID: <20090801100738.9113C9B1BE@doppio.foo-projects.org> commit 086f8cb454564e1daaa825723bedf8c0302cbcf0 Author: Paul Bredbury Date: Sat Aug 1 12:06:11 2009 +0200 pms: version 0.40.6 added to moonbase --- zbeta/pms/DEPENDS | 4 ++++ zbeta/pms/DETAILS | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/zbeta/pms/DEPENDS b/zbeta/pms/DEPENDS new file mode 100644 index 0000000..4aad64b --- /dev/null +++ b/zbeta/pms/DEPENDS @@ -0,0 +1,4 @@ +depends glib-2 +depends ncurses + +optional_depends boost "" "" "for regular-expression searches" diff --git a/zbeta/pms/DETAILS b/zbeta/pms/DETAILS new file mode 100644 index 0000000..82406f4 --- /dev/null +++ b/zbeta/pms/DETAILS @@ -0,0 +1,17 @@ + MODULE=pms + VERSION=0.40.6 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:cfdf81a183537f7621035135898d5cff1d2a4c6f + WEB_SITE=http://pms.sourceforge.net/ + ENTERED=20090728 + UPDATED=20090728 + SHORT="Client for Music Player Daemon, written in C++ and ncurses" + +cat << EOF +Practical Music Search is an open-source client for Music Player Daemon, +written in C++ and ncurses. The target audience are power users who need +an MPD client which is highly-configurable and accessible. PMS features +a simple but powerful interface, and runs on (at least) Linux and Mac OS +X. +EOF From engelsman at lunar-linux.org Sat Aug 1 12:06:44 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 12:06:44 +0200 Subject: [Lunar-commits] pms: moved from zbeta to audio Message-ID: <20090801100738.9FEE59B237@doppio.foo-projects.org> commit 7edba91e01e3a75392ff2466ebf01a7251797453 Author: Duncan Gibson Date: Sat Aug 1 12:06:44 2009 +0200 pms: moved from zbeta to audio --- audio/pms/DEPENDS | 4 ++++ audio/pms/DETAILS | 17 +++++++++++++++++ zbeta/pms/DEPENDS | 4 ---- zbeta/pms/DETAILS | 17 ----------------- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/audio/pms/DEPENDS b/audio/pms/DEPENDS new file mode 100644 index 0000000..4aad64b --- /dev/null +++ b/audio/pms/DEPENDS @@ -0,0 +1,4 @@ +depends glib-2 +depends ncurses + +optional_depends boost "" "" "for regular-expression searches" diff --git a/audio/pms/DETAILS b/audio/pms/DETAILS new file mode 100644 index 0000000..82406f4 --- /dev/null +++ b/audio/pms/DETAILS @@ -0,0 +1,17 @@ + MODULE=pms + VERSION=0.40.6 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:cfdf81a183537f7621035135898d5cff1d2a4c6f + WEB_SITE=http://pms.sourceforge.net/ + ENTERED=20090728 + UPDATED=20090728 + SHORT="Client for Music Player Daemon, written in C++ and ncurses" + +cat << EOF +Practical Music Search is an open-source client for Music Player Daemon, +written in C++ and ncurses. The target audience are power users who need +an MPD client which is highly-configurable and accessible. PMS features +a simple but powerful interface, and runs on (at least) Linux and Mac OS +X. +EOF diff --git a/zbeta/pms/DEPENDS b/zbeta/pms/DEPENDS deleted file mode 100644 index 4aad64b..0000000 --- a/zbeta/pms/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends glib-2 -depends ncurses - -optional_depends boost "" "" "for regular-expression searches" diff --git a/zbeta/pms/DETAILS b/zbeta/pms/DETAILS deleted file mode 100644 index 82406f4..0000000 --- a/zbeta/pms/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=pms - VERSION=0.40.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:cfdf81a183537f7621035135898d5cff1d2a4c6f - WEB_SITE=http://pms.sourceforge.net/ - ENTERED=20090728 - UPDATED=20090728 - SHORT="Client for Music Player Daemon, written in C++ and ncurses" - -cat << EOF -Practical Music Search is an open-source client for Music Player Daemon, -written in C++ and ncurses. The target audience are power users who need -an MPD client which is highly-configurable and accessible. PMS features -a simple but powerful interface, and runs on (at least) Linux and Mac OS -X. -EOF From florin at lunar-linux.org Sat Aug 1 12:09:20 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:09:20 +0300 Subject: [Lunar-commits] xf86-video-r128: version bumped to 6.8.1. Message-ID: <20090801101417.C17E39B1BE@doppio.foo-projects.org> commit f85b31578b4bb7dcf5d02f9c99476cd494449e87 Author: Florin Braescu Date: Sat Aug 1 13:09:20 2009 +0300 xf86-video-r128: version bumped to 6.8.1. Changes: Remove xorgconfig & xorgcfg from See Also list in man page. Add README with pointers to mailing list, bugzilla & git repos. update for resources/RAC API removal. change to using ABI version check. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-r128/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-r128/DETAILS b/xorg7/driver/xf86-video-r128/DETAILS index 316afea..5a4493e 100644 --- a/xorg7/driver/xf86-video-r128/DETAILS +++ b/xorg7/driver/xf86-video-r128/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-r128 - VERSION=6.8.0 + VERSION=6.8.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:a94f3014a139d5c469622723192aaf1626e6470b + SOURCE_VFY=sha1:14f33cbd248dfd1584ee14949475ab3bb922da17 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20090123 - UPDATED=20090123 + UPDATED=20090801 SHORT="The X.Org video driver for ATI R128 based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:13:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:13:16 +0300 Subject: [Lunar-commits] xf86-video-s3virge: version bumped to 1.10.4. Message-ID: <20090801101417.CB98C9B237@doppio.foo-projects.org> commit 124b925931c90624e935b442b9b2ee9e8210d9a8 Author: Florin Braescu Date: Sat Aug 1 13:13:16 2009 +0300 xf86-video-s3virge: version bumped to 1.10.4. Changes: update for resources/RAC API removal. change to using ABI version check. add include to ABI version. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-s3virge/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-s3virge/DETAILS b/xorg7/driver/xf86-video-s3virge/DETAILS index 6e60ca8..782e001 100644 --- a/xorg7/driver/xf86-video-s3virge/DETAILS +++ b/xorg7/driver/xf86-video-s3virge/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-s3virge - VERSION=1.10.3 + VERSION=1.10.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:0453283105609e58042fb8dcd44c6bb0d9fa1961 + SOURCE_VFY=sha1:69b83a1e9bba5176d6c0ff95d531117734f02eec MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="The X.Org video driver for S3 ViRGE and Trio3D based cards" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 12:14:35 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 12:14:35 +0200 Subject: [Lunar-commits] ladspa_sdk: set LADSPA_PATH for listplugins Message-ID: <20090801101515.1583A9B1BE@doppio.foo-projects.org> commit daa86ce2fab342aaf39dde781f62f4b86bc14517 Author: Paul Bredbury Date: Sat Aug 1 12:14:35 2009 +0200 ladspa_sdk: set LADSPA_PATH for listplugins And fix indentation in DETAILS. Note: downloads, compiles and installs OK, but otherwise untested by me - engelsman --- audio/ladspa_sdk/DETAILS | 20 ++++++++++---------- audio/ladspa_sdk/profile.d/ladspa.rc | 2 ++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/audio/ladspa_sdk/DETAILS b/audio/ladspa_sdk/DETAILS index a43975e..b572a69 100644 --- a/audio/ladspa_sdk/DETAILS +++ b/audio/ladspa_sdk/DETAILS @@ -1,13 +1,13 @@ - MODULE=ladspa_sdk - VERSION=1.13 - SOURCE=${MODULE}_${VERSION}.tgz - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/ - SOURCE_URL=http://www.ladspa.org/download/ - SOURCE_VFY=sha1:2b69e28afb62c0d97943124f48ed82de796f83ed - WEB_SITE=http://www.ladspa.org/ - ENTERED=20020331 - UPDATED=20090523 - SHORT="ladspa Linux Audio Developers Simple API" + MODULE=ladspa_sdk + VERSION=1.13 + SOURCE=${MODULE}_${VERSION}.tgz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://www.ladspa.org/download + SOURCE_VFY=sha1:2b69e28afb62c0d97943124f48ed82de796f83ed + WEB_SITE=http://www.ladspa.org/ + ENTERED=20020331 + UPDATED=20090730 + SHORT="ladspa Linux Audio Developers Simple API" cat << EOF LADSPA: Linux Audio Developers Simple API. Many audio synthesis and diff --git a/audio/ladspa_sdk/profile.d/ladspa.rc b/audio/ladspa_sdk/profile.d/ladspa.rc new file mode 100644 index 0000000..09e86ba --- /dev/null +++ b/audio/ladspa_sdk/profile.d/ladspa.rc @@ -0,0 +1,2 @@ +# So "listplugins" works +export LADSPA_PATH=/usr/lib/ladspa From florin at lunar-linux.org Sat Aug 1 12:16:50 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:16:50 +0300 Subject: [Lunar-commits] xf86-video-s3: version bumped to 0.6.3. Message-ID: <20090801101748.8E8479B1BE@doppio.foo-projects.org> commit 2954020b0eb246f8a4c75f56b9d1debd2d9f1cd0 Author: Florin Braescu Date: Sat Aug 1 13:16:50 2009 +0300 xf86-video-s3: version bumped to 0.6.3. Changes: Handle libpciaccess errors more gently and report any problems. switch to using config pci entity instead of active. remove unneeded include. fixup resources under pci access. change to using ABI version check. --- xorg7/driver/xf86-video-s3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-s3/DETAILS b/xorg7/driver/xf86-video-s3/DETAILS index 088a2d7..ce8799b 100644 --- a/xorg7/driver/xf86-video-s3/DETAILS +++ b/xorg7/driver/xf86-video-s3/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-s3 - VERSION=0.6.2 + VERSION=0.6.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:33505579b4d9f52184e119ca70bf9817066d6f61 + SOURCE_VFY=sha1:5953c5c9cdc84487d1997a3cb5f8ff857cdf033b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="The X.Org video driver for legacy S3 based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:20:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:20:21 +0300 Subject: [Lunar-commits] xf86-video-savage: version bumped to 2.3.1. Message-ID: <20090801102109.D3FC99B1BE@doppio.foo-projects.org> commit d5a25a7e2293b66dcdccf3a212874424b57e7dbe Author: Florin Braescu Date: Sat Aug 1 13:20:21 2009 +0300 xf86-video-savage: version bumped to 2.3.1. Changes: update for resources/RAC API removal. change to using ABI version check. move abi check down for RAC. --- xorg7/driver/xf86-video-savage/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-savage/DETAILS b/xorg7/driver/xf86-video-savage/DETAILS index 9953e18..66044a3 100644 --- a/xorg7/driver/xf86-video-savage/DETAILS +++ b/xorg7/driver/xf86-video-savage/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-savage - VERSION=2.3.0 + VERSION=2.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:2210525f3ee3cde6a8e9fca61bb9b8319aeb865d + SOURCE_VFY=sha1:a368eb1b082fc4fc5964090c99e4312eaddf5df8 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="Video driver for S3/VIA Savage based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:23:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:23:32 +0300 Subject: [Lunar-commits] xf86-video-sisusb: version bumped to 0.9.3. Message-ID: <20090801102422.9BE629B1BE@doppio.foo-projects.org> commit 6e5691eefa27698c8f9543f5400623122a11c964 Author: Florin Braescu Date: Sat Aug 1 13:23:32 2009 +0300 xf86-video-sisusb: version bumped to 0.9.3. Changes: update for resources/RAC API removal. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-sisusb/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-sisusb/DETAILS b/xorg7/driver/xf86-video-sisusb/DETAILS index 41b1736..30cf42b 100644 --- a/xorg7/driver/xf86-video-sisusb/DETAILS +++ b/xorg7/driver/xf86-video-sisusb/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-sisusb - VERSION=0.9.2 + VERSION=0.9.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:4f0c74cda636e3bc1bf0902710b06baab1d9a407 + SOURCE_VFY=sha1:63fbe3c1f14088a258077f932890d60433d106e4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20090801 SHORT="the X.Org video driver for SiS based USB-attached video devices" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:26:52 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:26:52 +0300 Subject: [Lunar-commits] xf86-video-sis: version bumped to 0.10.2. Message-ID: <20090801102812.D04B19B1BE@doppio.foo-projects.org> commit fddad68ce5e9eb8cbb2449bf9c6603c16b883b1d Author: Florin Braescu Date: Sat Aug 1 13:26:52 2009 +0300 xf86-video-sis: version bumped to 0.10.2. Changes: Remove useless loader symbol lists. Remove xorgconfig & xorgcfg from See Also list in man page. Make sisRegs3D4 big enough to hold all values written to it. Correct bounds check of blitClip array access. update for resources/RAC API removal. change to using ABI version check. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-sis/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-sis/DETAILS b/xorg7/driver/xf86-video-sis/DETAILS index e9a1895..4ad0a1e 100644 --- a/xorg7/driver/xf86-video-sis/DETAILS +++ b/xorg7/driver/xf86-video-sis/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-sis - VERSION=0.10.1 + VERSION=0.10.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:27d5090d04c496ca0c1192d3ea3f74ffa6d44a42 + SOURCE_VFY=sha1:c7369196d504671b6fdc9e17c90c0f07aa8e0c24 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060303 - UPDATED=20081225 + UPDATED=20090801 SHORT="The X.Org video driver for SiS and XGI based cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:30:22 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:30:22 +0300 Subject: [Lunar-commits] xf86-video-vesa: version bumped to 2.2.1. Message-ID: <20090801103124.26A889B1BE@doppio.foo-projects.org> commit 9b652c392d45d7b2b8690a8162fcbe52aa61603a Author: Florin Braescu Date: Sat Aug 1 13:30:22 2009 +0300 xf86-video-vesa: version bumped to 2.2.1. Changes: Attempt VBE PanelID if DDC fails. update for resources/RAC API removal. change to using ABI version check. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-vesa/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-vesa/DETAILS b/xorg7/driver/xf86-video-vesa/DETAILS index b280225..5402ae7 100644 --- a/xorg7/driver/xf86-video-vesa/DETAILS +++ b/xorg7/driver/xf86-video-vesa/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-vesa - VERSION=2.2.0 + VERSION=2.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:b2d0f33f811bc1a651d4ecbc84979f82281e8a59 + SOURCE_VFY=sha1:086adbf06e9043ed2c18d887fb32ce605324876e MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090227 + UPDATED=20090801 SHORT="The X.Org VESA video driver for all video cards" cat << EOF From florin at lunar-linux.org Sat Aug 1 12:33:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 13:33:27 +0300 Subject: [Lunar-commits] xf86-video-voodoo: version bumped to 1.2.3. Message-ID: <20090801103416.017549B1BE@doppio.foo-projects.org> commit 06ff02e0658c7cb33700c5dc341182bfc951a32b Author: Florin Braescu Date: Sat Aug 1 13:33:27 2009 +0300 xf86-video-voodoo: version bumped to 1.2.3. Changes: remove rac/resources includes. change to using ABI version check. Update to xextproto 7.1 support. --- xorg7/driver/xf86-video-voodoo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-voodoo/DETAILS b/xorg7/driver/xf86-video-voodoo/DETAILS index 3832a3e..da9042e 100644 --- a/xorg7/driver/xf86-video-voodoo/DETAILS +++ b/xorg7/driver/xf86-video-voodoo/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-voodoo - VERSION=1.2.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:0b8dcaee0070ee29dd6119f2f04962f32495680c + SOURCE_VFY=sha1:a0af63087f3daa12112bee3a87c5f11eb2376da9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060302 - UPDATED=20090710 + UPDATED=20090801 SHORT="the X.Org video driver for 3dfx Voodoo1 and Voodoo2 based cards" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 16:28:57 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 16:28:57 +0200 Subject: [Lunar-commits] IO-Socket-SSL: version bump to 1.26 Message-ID: <20090801142922.CAF229B1BE@doppio.foo-projects.org> commit 907b2fcf1c21f39656f50f4c32ba109435e850b7 Author: Paul Bredbury Date: Sat Aug 1 16:28:57 2009 +0200 IO-Socket-SSL: version bump to 1.26 More sensible WEB_SITE, which does not include the version number. --- perl/IO-Socket-SSL/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS index 74c86ee..ae5deb0 100644 --- a/perl/IO-Socket-SSL/DETAILS +++ b/perl/IO-Socket-SSL/DETAILS @@ -1,11 +1,11 @@ MODULE=IO-Socket-SSL - VERSION=1.23 + VERSION=1.26 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/ - SOURCE_VFY=sha1:c192dd5d220e98d329ccd161bbb2a4c56ffd6f14 - WEB_SITE=http://search.cpan.org/~sullr/IO-Socket-SSL-1.23/ + SOURCE_VFY=sha1:88a3e1678593ef87b8218399419737fc2357f7a1 + WEB_SITE=http://search.cpan.org/~sullr/ ENTERED=20090328 - UPDATED=20090329 + UPDATED=20090723 SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 17:06:44 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 17:06:44 +0200 Subject: [Lunar-commits] IO-Socket-SSL: updated to version 1.27 Message-ID: <20090801150740.5B5239B1BE@doppio.foo-projects.org> commit 6cbf4f7fafa12142d56c6b0e168b7e47cc53bcd0 Author: Duncan Gibson Date: Sat Aug 1 17:06:44 2009 +0200 IO-Socket-SSL: updated to version 1.27 --- perl/IO-Socket-SSL/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS index ae5deb0..60c26e7 100644 --- a/perl/IO-Socket-SSL/DETAILS +++ b/perl/IO-Socket-SSL/DETAILS @@ -1,11 +1,11 @@ MODULE=IO-Socket-SSL - VERSION=1.26 + VERSION=1.27 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/ - SOURCE_VFY=sha1:88a3e1678593ef87b8218399419737fc2357f7a1 - WEB_SITE=http://search.cpan.org/~sullr/ + SOURCE_VFY=sha1:d3621ea8c60f15d9e0bef560f2a51b576cbf3a1f + WEB_SITE=http://search.cpan.org/dist/$MODULE/ ENTERED=20090328 - UPDATED=20090723 + UPDATED=20090801 SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 17:07:01 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 17:07:01 +0200 Subject: [Lunar-commits] WWW-Mechanize: updated to version 1.58 Message-ID: <20090801150740.6C02C9B237@doppio.foo-projects.org> commit 68e5e0b0aaff6b2c1980549db3fd21af49b3106e Author: Duncan Gibson Date: Sat Aug 1 17:07:01 2009 +0200 WWW-Mechanize: updated to version 1.58 --- perl/WWW-Mechanize/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/WWW-Mechanize/DETAILS b/perl/WWW-Mechanize/DETAILS index 116c0f2..9524353 100644 --- a/perl/WWW-Mechanize/DETAILS +++ b/perl/WWW-Mechanize/DETAILS @@ -1,11 +1,11 @@ MODULE=WWW-Mechanize - VERSION=1.54 + VERSION=1.58 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ - SOURCE_VFY=sha1:6ae01e188bc195a9e4bb4a71f8b65b971a2e36a2 - WEB_SITE=http://search.cpan.org/~petdance/WWW-Mechanize-1.54/ + SOURCE_VFY=sha1:3c7d96ce30ed2a202b5c0889fbae79deadb2cde4 + WEB_SITE=http://search.cpan.org/dist/$MODULE/ ENTERED=20090328 - UPDATED=20090329 + UPDATED=20090801 SHORT="Handy web browsing in a Perl object" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 17:07:19 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 17:07:19 +0200 Subject: [Lunar-commits] xmltv: updated to version 0.5.55 Message-ID: <20090801150740.7F42B9B23B@doppio.foo-projects.org> commit ebcfdd7170f99160713bb7f6ca593351b7b0e05f Author: Duncan Gibson Date: Sat Aug 1 17:07:19 2009 +0200 xmltv: updated to version 0.5.55 --- utils/xmltv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/xmltv/DETAILS b/utils/xmltv/DETAILS index fed38a6..ef027e6 100644 --- a/utils/xmltv/DETAILS +++ b/utils/xmltv/DETAILS @@ -1,11 +1,11 @@ MODULE=xmltv - VERSION=0.5.54 + VERSION=0.5.55 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:68e3f0cf7e283543da15d5fe386bdb9f1446711e + SOURCE_VFY=sha1:3eeb6a35fb9f8921d36ae909f10a7832241351b5 WEB_SITE=http://xmltv.sourceforge.net ENTERED=20040212 - UPDATED=20090329 + UPDATED=20090801 SHORT="program to get XML tv listings" cat << EOF From florin at lunar-linux.org Sat Aug 1 17:14:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 18:14:03 +0300 Subject: [Lunar-commits] util-linux-crypto: remove it from the moonbase. Message-ID: <20090801151451.B3F0D9B1BE@doppio.foo-projects.org> commit df3e90a965686c9ab1fc4df35387a91ee2dce0ea Author: Florin Braescu Date: Sat Aug 1 18:14:03 2009 +0300 util-linux-crypto: remove it from the moonbase. It's old and unmaintained. --- crypto/util-linux-crypto/BUILD | 25 ------------------------- crypto/util-linux-crypto/DEPENDS | 1 - crypto/util-linux-crypto/DETAILS | 22 ---------------------- crypto/util-linux-crypto/POST_INSTALL | 8 -------- crypto/util-linux-crypto/make-issue | 12 ------------ 5 files changed, 0 insertions(+), 68 deletions(-) diff --git a/crypto/util-linux-crypto/BUILD b/crypto/util-linux-crypto/BUILD deleted file mode 100644 index 782538b..0000000 --- a/crypto/util-linux-crypto/BUILD +++ /dev/null @@ -1,25 +0,0 @@ -( - - sedit "s/HAVE_SLN=no/HAVE_SLN=yes/" MCONFIG && - sedit "s/\$(OPT)//" MCONFIG && - sedit "s,linux/raw.h,sys/raw.h," disk-utils/raw.c && - - patch_it $SOURCE_CACHE/$SOURCE2 1 && - patch_it $SOURCE_CACHE/$SOURCE3 1 && - - ./configure --build=$BUILD \ - --prefix=/usr && - make && - if module_installed util-linux - then lrm --nosustain util-linux - fi && - prepare_install && - make install - - mkdir -p $DOCUMENT_DIRECTORY/util-linux && - cp -a HISTORY example.files $DOCUMENT_DIRECTORY/util-linux && - install -g0 -o0 -m755 $SCRIPT_DIRECTORY/make-issue \ - /sbin/make-issue - -) > $C_FIFO 2>&1 - diff --git a/crypto/util-linux-crypto/DEPENDS b/crypto/util-linux-crypto/DEPENDS deleted file mode 100644 index bf27309..0000000 --- a/crypto/util-linux-crypto/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ncurses diff --git a/crypto/util-linux-crypto/DETAILS b/crypto/util-linux-crypto/DETAILS deleted file mode 100644 index e29ab13..0000000 --- a/crypto/util-linux-crypto/DETAILS +++ /dev/null @@ -1,22 +0,0 @@ - MODULE=util-linux-crypto - VERSION=2.11r - SOURCE=util-linux-$VERSION.tar.bz2 - SOURCE2=util-linux-$VERSION.patch.bz2 - SOURCE3=util-linux-$VERSION-crypto-errno.patch -SOURCE_DIRECTORY=$BUILD_DIRECTORY/util-linux-$VERSION - SOURCE_URL[0]=http://www.kernel.org/pub/linux/utils/util-linux/ - SOURCE2_URL[0]=$SFORGE_URL/cryptoapi/ - SOURCE3_URL[0]=$PATCH_URL - WEB_SITE=http://www.kerneli.org:8080/cryptoapi - ENTERED=20010924 - UPDATED=20040125 - SHORT="util-linux contains essential utilities for any Linux box." -cat << EOF -Util-linux is a suite of essential utilities for any Linux system. Its -primary audience is system integrators and DIY Linux hackers. Util-linux -is attempting to be portable, but the only platform it has been tested -much on is Linux i386. - -This version is patched with crypto from cryptoapi. - -EOF diff --git a/crypto/util-linux-crypto/POST_INSTALL b/crypto/util-linux-crypto/POST_INSTALL deleted file mode 100644 index 549486d..0000000 --- a/crypto/util-linux-crypto/POST_INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -if ! [ -d /etc/init.d ]; then - mkdir -p /etc/init.d -fi - -if ! grep -q "^issu::once:/sbin/make-issue" /etc/inittab ; then - echo "issu::once:/sbin/make-issue" >> /etc/inittab -fi - diff --git a/crypto/util-linux-crypto/make-issue b/crypto/util-linux-crypto/make-issue deleted file mode 100644 index 0c4b5c1..0000000 --- a/crypto/util-linux-crypto/make-issue +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -for ISSUE in /etc/issue /etc/issue.net ; do - if [ -f /etc/lunar.release ] ; then - cat /etc/lunar.release > $ISSUE - else - echo "Lunar Linux 1.3.3 (Pvt. Variables)" > $ISSUE - fi - echo "Kernel `uname -r` on an `uname -m`" >> $ISSUE - echo "" >> $ISSUE -done - From engelsman at lunar-linux.org Sat Aug 1 17:15:08 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 17:15:08 +0200 Subject: [Lunar-commits] libwww-perl: version bump to 5.829 Message-ID: <20090801151541.D76E89B1BE@doppio.foo-projects.org> commit 5865dd7177b0fbfeee6237060acef33515239db0 Author: Paul Bredbury Date: Sat Aug 1 17:15:08 2009 +0200 libwww-perl: version bump to 5.829 --- perl/libwww-perl/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/perl/libwww-perl/DETAILS b/perl/libwww-perl/DETAILS index 9e69220..ea01d9e 100644 --- a/perl/libwww-perl/DETAILS +++ b/perl/libwww-perl/DETAILS @@ -1,11 +1,11 @@ MODULE=libwww-perl - VERSION=5.808 + VERSION=5.829 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/ - SOURCE_VFY=sha1:9eeb0a88a4f08006ba4a798effd74b139867f3ab - WEB_SITE=http://gisle.aas.no + SOURCE_VFY=sha1:d5533f0c538cacd6c5482a416494e896bfe517fe + WEB_SITE=http://search.cpan.org/dist/libwww-perl/ ENTERED=20020727 - UPDATED=20071019 + UPDATED=20090723 SHORT="perl module for the World-Wide Web library" cat << EOF From engelsman at lunar-linux.org Sat Aug 1 18:57:55 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 18:57:55 +0200 Subject: [Lunar-commits] darkplaces: new game Message-ID: <20090801165842.434829B1BE@doppio.foo-projects.org> commit bdb0139ac7b1182a9863eedfda8c21bf2b383a36 Author: Paul Bredbury Date: Sat Aug 1 18:57:55 2009 +0200 darkplaces: new game Same engine as Nexuiz. Note: downloads, compiles and installs OK, but I don't have GLX enabled to test it, so leaving in zbeta - engelsman --- zbeta/darkplaces/BUILD | 14 ++++++++++++++ zbeta/darkplaces/DEPENDS | 2 ++ zbeta/darkplaces/DETAILS | 31 +++++++++++++++++++++++++++++++ zbeta/darkplaces/PRE_BUILD | 1 + 4 files changed, 48 insertions(+), 0 deletions(-) diff --git a/zbeta/darkplaces/BUILD b/zbeta/darkplaces/BUILD new file mode 100644 index 0000000..d48fa64 --- /dev/null +++ b/zbeta/darkplaces/BUILD @@ -0,0 +1,14 @@ +( + + unzip darkplacesenginesource${VERSION}.zip && + cd darkplaces && + + make DP_FS_BASEDIR=/usr/share/games/quake1 DP_SOUND_API=ALSA \ + -f makefile cl-release sv-release && + + prepare_install && + mkdir -p /usr/games /usr/share/games/quake1/id1 && + install -m755 darkplaces-glx /usr/games/darkplaces && + install -m755 darkplaces-dedicated /usr/games/darkplaces-dedicated + +) > $C_FIFO 2>&1 diff --git a/zbeta/darkplaces/DEPENDS b/zbeta/darkplaces/DEPENDS new file mode 100644 index 0000000..2695272 --- /dev/null +++ b/zbeta/darkplaces/DEPENDS @@ -0,0 +1,2 @@ +depends libXxf86dga +depends unzip diff --git a/zbeta/darkplaces/DETAILS b/zbeta/darkplaces/DETAILS new file mode 100644 index 0000000..740807e --- /dev/null +++ b/zbeta/darkplaces/DETAILS @@ -0,0 +1,31 @@ + MODULE=darkplaces + # http://icculus.org/twilight/darkplaces/files/?M=D + VERSION=20090709 + SOURCE=${MODULE}engine${VERSION}.zip + SOURCE_URL=http://icculus.org/twilight/darkplaces/files + SOURCE_VFY=sha1:a81a8914659c492fb3244bbbf985db672e3a3bd2 + WEB_SITE=http://icculus.org/twilight/darkplaces/ + ENTERED=20090718 + UPDATED=20090718 + SHORT="Enhanced engine for iD Software's Quake 1" + +cat << EOF +DarkPlaces is a Quake modification I have built over the course of 6 +years on and off experimenting, it got somewhat of an overhaul when the +Quake engine source code was released, and I began developing a custom +OpenGL-only engine for it and other mods, which supports Windows WGL and +Linux GLX, and has greatly-improved graphics and image quality. + +It can not easily be described, as it is simply an improved Quake, not a +total conversion (yet, anyway). + +The realism of shell casings falling to the floor, much improved bullet +impacts, 32bit color alpha blended explosions, blood flying everywhere +and sticking to the walls... + +Behind the scenes the code has changed a great deal. I was not content +with the original QuakeC code, and I have greatly changed the engine +while maintaining compatibility with normal Quake modifications. + +LordHavoc +EOF diff --git a/zbeta/darkplaces/PRE_BUILD b/zbeta/darkplaces/PRE_BUILD new file mode 100644 index 0000000..b1d9cf0 --- /dev/null +++ b/zbeta/darkplaces/PRE_BUILD @@ -0,0 +1 @@ +unzip -o $SOURCE_CACHE/$SOURCE -d $BUILD_DIRECTORY/$MODULE-$VERSION From engelsman at lunar-linux.org Sat Aug 1 20:13:47 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 20:13:47 +0200 Subject: [Lunar-commits] paintown: new game Message-ID: <20090801181453.5CF359B237@doppio.foo-projects.org> commit c4faa7853d48769bfcfc1f45d202625f7f83fde5 Author: Paul Bredbury Date: Sat Aug 1 20:13:47 2009 +0200 paintown: new game --- zbeta/paintown/BUILD | 16 ++++++++++++++++ zbeta/paintown/DEPENDS | 4 ++++ zbeta/paintown/DETAILS | 14 ++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/zbeta/paintown/BUILD b/zbeta/paintown/BUILD new file mode 100644 index 0000000..6a8c5cf --- /dev/null +++ b/zbeta/paintown/BUILD @@ -0,0 +1,16 @@ +( + + # Set data path + sedit "s:\"data\":\"$MODULE_PREFIX/share/games/paintown\":" src/util/funcs.cpp && + sedit "s:return 'data':return '$MODULE_PREFIX/share/games/paintown':" SConstruct && + sedit "s:\./data/:$MODULE_PREFIX/share/games/paintown:" src/main-menu.cpp src/menu/menutest.cpp && + + scons DATA_PATH=$MODULE_PREFIX/share/games && + + prepare_install && + mkdir -p $MODULE_PREFIX/games $MODULE_PREFIX/share/games/paintown && + install -m755 paintown $MODULE_PREFIX/games/paintown && + gather_docs LICENSE TODO LEGAL README && + cp -ar data/* $MODULE_PREFIX/share/games/paintown/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/paintown/DEPENDS b/zbeta/paintown/DEPENDS new file mode 100644 index 0000000..3180565 --- /dev/null +++ b/zbeta/paintown/DEPENDS @@ -0,0 +1,4 @@ +depends allegro +depends freetype2 +depends libpng +depends scons diff --git a/zbeta/paintown/DETAILS b/zbeta/paintown/DETAILS new file mode 100644 index 0000000..f426123 --- /dev/null +++ b/zbeta/paintown/DETAILS @@ -0,0 +1,14 @@ + MODULE=paintown + VERSION=3.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:ea817c32cf689f97f480161155bf9f5c1fbd9123 + WEB_SITE=http://paintown.sourceforge.net/ + ENTERED=20090725 + UPDATED=20090725 + SHORT="Side-scrolling beat-em-up in the style of Beats of Rage" + +cat << EOF +Paintown is an open-source fighting game in the same genre as Streets of +Rage and Teenage Mutant Ninja Turtles. +EOF From engelsman at lunar-linux.org Sat Aug 1 20:14:16 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 20:14:16 +0200 Subject: [Lunar-commits] paintown: moved from zbeta to games Message-ID: <20090801181453.6BD569B23B@doppio.foo-projects.org> commit 7c06a93156278c95da833654345359a462726843 Author: Duncan Gibson Date: Sat Aug 1 20:14:16 2009 +0200 paintown: moved from zbeta to games --- games/paintown/BUILD | 16 ++++++++++++++++ games/paintown/DEPENDS | 4 ++++ games/paintown/DETAILS | 14 ++++++++++++++ zbeta/paintown/BUILD | 16 ---------------- zbeta/paintown/DEPENDS | 4 ---- zbeta/paintown/DETAILS | 14 -------------- 6 files changed, 34 insertions(+), 34 deletions(-) diff --git a/games/paintown/BUILD b/games/paintown/BUILD new file mode 100644 index 0000000..6a8c5cf --- /dev/null +++ b/games/paintown/BUILD @@ -0,0 +1,16 @@ +( + + # Set data path + sedit "s:\"data\":\"$MODULE_PREFIX/share/games/paintown\":" src/util/funcs.cpp && + sedit "s:return 'data':return '$MODULE_PREFIX/share/games/paintown':" SConstruct && + sedit "s:\./data/:$MODULE_PREFIX/share/games/paintown:" src/main-menu.cpp src/menu/menutest.cpp && + + scons DATA_PATH=$MODULE_PREFIX/share/games && + + prepare_install && + mkdir -p $MODULE_PREFIX/games $MODULE_PREFIX/share/games/paintown && + install -m755 paintown $MODULE_PREFIX/games/paintown && + gather_docs LICENSE TODO LEGAL README && + cp -ar data/* $MODULE_PREFIX/share/games/paintown/ + +) > $C_FIFO 2>&1 diff --git a/games/paintown/DEPENDS b/games/paintown/DEPENDS new file mode 100644 index 0000000..3180565 --- /dev/null +++ b/games/paintown/DEPENDS @@ -0,0 +1,4 @@ +depends allegro +depends freetype2 +depends libpng +depends scons diff --git a/games/paintown/DETAILS b/games/paintown/DETAILS new file mode 100644 index 0000000..f426123 --- /dev/null +++ b/games/paintown/DETAILS @@ -0,0 +1,14 @@ + MODULE=paintown + VERSION=3.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:ea817c32cf689f97f480161155bf9f5c1fbd9123 + WEB_SITE=http://paintown.sourceforge.net/ + ENTERED=20090725 + UPDATED=20090725 + SHORT="Side-scrolling beat-em-up in the style of Beats of Rage" + +cat << EOF +Paintown is an open-source fighting game in the same genre as Streets of +Rage and Teenage Mutant Ninja Turtles. +EOF diff --git a/zbeta/paintown/BUILD b/zbeta/paintown/BUILD deleted file mode 100644 index 6a8c5cf..0000000 --- a/zbeta/paintown/BUILD +++ /dev/null @@ -1,16 +0,0 @@ -( - - # Set data path - sedit "s:\"data\":\"$MODULE_PREFIX/share/games/paintown\":" src/util/funcs.cpp && - sedit "s:return 'data':return '$MODULE_PREFIX/share/games/paintown':" SConstruct && - sedit "s:\./data/:$MODULE_PREFIX/share/games/paintown:" src/main-menu.cpp src/menu/menutest.cpp && - - scons DATA_PATH=$MODULE_PREFIX/share/games && - - prepare_install && - mkdir -p $MODULE_PREFIX/games $MODULE_PREFIX/share/games/paintown && - install -m755 paintown $MODULE_PREFIX/games/paintown && - gather_docs LICENSE TODO LEGAL README && - cp -ar data/* $MODULE_PREFIX/share/games/paintown/ - -) > $C_FIFO 2>&1 diff --git a/zbeta/paintown/DEPENDS b/zbeta/paintown/DEPENDS deleted file mode 100644 index 3180565..0000000 --- a/zbeta/paintown/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends allegro -depends freetype2 -depends libpng -depends scons diff --git a/zbeta/paintown/DETAILS b/zbeta/paintown/DETAILS deleted file mode 100644 index f426123..0000000 --- a/zbeta/paintown/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=paintown - VERSION=3.2 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:ea817c32cf689f97f480161155bf9f5c1fbd9123 - WEB_SITE=http://paintown.sourceforge.net/ - ENTERED=20090725 - UPDATED=20090725 - SHORT="Side-scrolling beat-em-up in the style of Beats of Rage" - -cat << EOF -Paintown is an open-source fighting game in the same genre as Streets of -Rage and Teenage Mutant Ninja Turtles. -EOF From engelsman at lunar-linux.org Sat Aug 1 21:50:55 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 1 Aug 2009 21:50:55 +0200 Subject: [Lunar-commits] vavoom: new game Message-ID: <20090801195117.92D269B1BE@doppio.foo-projects.org> commit 456a774fc9946dd09fbc24a61d717dca52251d36 Author: Paul Bredbury Date: Sat Aug 1 21:50:55 2009 +0200 vavoom: new game Note: downloads, compiles and installs OK, but untested as I have no wad file from a game - engelsman --- zbeta/vavoom/BUILD | 13 +++++++++++++ zbeta/vavoom/DEPENDS | 11 +++++++++++ zbeta/vavoom/DETAILS | 15 +++++++++++++++ 3 files changed, 39 insertions(+), 0 deletions(-) diff --git a/zbeta/vavoom/BUILD b/zbeta/vavoom/BUILD new file mode 100644 index 0000000..8d25a0b --- /dev/null +++ b/zbeta/vavoom/BUILD @@ -0,0 +1,13 @@ +( + + # Set default basedir to shared dir, rather than current dir + sedit "s:fl_basedir = \".\":fl_basedir = \"/usr/share/games/vavoom\":" source/files.cpp && + + # BINDIR and DATADIR are relative to CMAKE_INSTALL_PREFIX + cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DWITH_ALLEGRO=N -DBINDIR=games -DDATADIR="share/games/vavoom" -DENABLE_WRAPPERS=OFF && + + default_build && + + echo "Run with e.g.: vavoom -opengl -openal -doom" + +) > $C_FIFO 2>&1 diff --git a/zbeta/vavoom/DEPENDS b/zbeta/vavoom/DEPENDS new file mode 100644 index 0000000..95faadf --- /dev/null +++ b/zbeta/vavoom/DEPENDS @@ -0,0 +1,11 @@ +depends cmake +depends libpng +depends jpeg +depends SDL_mixer + +optional_depends allegro "-DWITH_ALLEGRO=Y" "-DWITH_ALLEGRO=N" "build with allegro" +optional_depends openal "-DWITH_OPENAL=Y" "-DWITH_OPENAL=N" "build with openal" +optional_depends libvorbis "" "" "Ogg/Vorbis support" +optional_depends libmad "" "" "mp3 support" +optional_depends libmikmod "" "" "mod sound support" +optional_depends flac "" "" "flac sound support" diff --git a/zbeta/vavoom/DETAILS b/zbeta/vavoom/DETAILS new file mode 100644 index 0000000..3ab5376 --- /dev/null +++ b/zbeta/vavoom/DETAILS @@ -0,0 +1,15 @@ + MODULE=vavoom + VERSION=1.30 + SOURCE=${MODULE}-${VERSION}.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:53135df66631eb3fd6efce618569916518eaa943 + WEB_SITE=http://www.vavoom-engine.com/ + ENTERED=20090727 + UPDATED=20090727 + SHORT="Advanced source port for Doom/Heretic/Hexen/Strife" + PSAFE=no + +cat << EOF +Vavoom is a source port based on sources of Doom, Heretic, Hexen, and a +little bit from Quake. Supported platforms are DOS, Windows and Linux. +EOF From florin at lunar-linux.org Sat Aug 1 21:59:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 1 Aug 2009 22:59:48 +0300 Subject: [Lunar-commits] timezone-data: version bumped to 2009k. Message-ID: <20090801200018.307119B1BE@doppio.foo-projects.org> commit 0525bf1309f96fd4809972dedcdfee8d6d28bfce Author: Florin Braescu Date: Sat Aug 1 22:59:48 2009 +0300 timezone-data: version bumped to 2009k. --- utils/timezone-data/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/timezone-data/DETAILS b/utils/timezone-data/DETAILS index 79d01aa..95e64e2 100644 --- a/utils/timezone-data/DETAILS +++ b/utils/timezone-data/DETAILS @@ -1,7 +1,7 @@ MODULE=timezone-data - VERSION=2009j + VERSION=2009k DATA_VERSION=$VERSION - CODE_VERSION=2009i + CODE_VERSION=2009k SOURCE=tzdata${DATA_VERSION}.tar.gz SOURCE2=tzcode${CODE_VERSION}.tar.gz SOURCE3=$MODULE-2007c-makefile.patch @@ -10,8 +10,8 @@ SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=ftp://elsie.nci.nih.gov/pub SOURCE3_URL[0]=$PATCH_URL - SOURCE_VFY=sha1:a2ba077b7bb1c3113aadb17a98b26ec46de8c64e - SOURCE2_VFY=sha1:317cd42bb70368eb255fc8058f035c1fc7690c8c + SOURCE_VFY=sha1:ed79f7267b75b216e28055996e126b5dbd87890b + SOURCE2_VFY=sha1:91af66846aaec13de2de610433d31151bb890b7d SOURCE3_VFY=sha1:9f3234708c0baa44d5aeb132871cb473d37f9dbe WEB_SITE=ftp://elsie.nci.nih.gov/pub ENTERED=20070203 From zbiggy at lunar-linux.org Sat Aug 1 21:40:17 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 1 Aug 2009 21:40:17 +0200 Subject: [Lunar-commits] flash-plugin-10: updated to 10.0.32.18 Message-ID: <20090801200055.22E0A9B1BE@doppio.foo-projects.org> commit 9b18f85bfb54b92bca7650566e6f6dc00865f200 Author: Zbigniew Luszpinski Date: Sat Aug 1 21:40:17 2009 +0200 flash-plugin-10: updated to 10.0.32.18 --- web/flash-plugin-10/DETAILS | 6 +++--- web/flash-plugin-10/DETAILS.x86_64 | 6 +++--- web/flash-plugin-10/PRE_BUILD | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS index bfd1373..d421208 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,12 +1,12 @@ MODULE=flash-plugin-10 - VERSION=10.0.22.87 + VERSION=10.0.32.18 SOURCE=install_flash_player_10_linux.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_10_linux SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current/ - SOURCE_VFY=sha1:3429818f585d156cb181f3c7e409547cc2906426 + SOURCE_VFY=sha1:39b76f15753b2924ca3b5a342d4a7317517109fc WEB_SITE=http://www.macromedia.com ENTERED=20080515 - UPDATED=20090227 + UPDATED=20090801 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64 index 59723f4..5152335 100644 --- a/web/flash-plugin-10/DETAILS.x86_64 +++ b/web/flash-plugin-10/DETAILS.x86_64 @@ -1,11 +1,11 @@ MODULE=flash-plugin-10 - VERSION=10.0.22.87 + VERSION=10.0.32.18 SOURCE=libflashplayer-${VERSION}.linux-x86_64.so.tar.gz SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10/ - SOURCE_VFY=sha1:ff6d1d72d9b17b5411dc6fdd4ee6046a8f6676f8 + SOURCE_VFY=sha1:222d35952ed7ecbbe37f8ad4c01d4c8046c4607e WEB_SITE=http://labs.adobe.com ENTERED=20080515 - UPDATED=20090227 + UPDATED=20090801 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF diff --git a/web/flash-plugin-10/PRE_BUILD b/web/flash-plugin-10/PRE_BUILD new file mode 100644 index 0000000..3baa7ff --- /dev/null +++ b/web/flash-plugin-10/PRE_BUILD @@ -0,0 +1,5 @@ +mk_source_dir && +validate_source_dir && +cd $SOURCE_DIRECTORY && + +unpack $SOURCE From stumbles at lunar-linux.org Sat Aug 1 22:48:11 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 1 Aug 2009 16:48:11 -0400 Subject: [Lunar-commits] dbus: version bump. Message-ID: <20090801204830.6AF929B237@doppio.foo-projects.org> commit b642fcca675ce5bc65a13eb0c60b1b91af3df087 Author: Dennis `stumbles` Veatch Date: Sat Aug 1 16:48:11 2009 -0400 dbus: version bump. --- devel/dbus/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/dbus/DETAILS b/devel/dbus/DETAILS index f79dc5c..355ba23 100644 --- a/devel/dbus/DETAILS +++ b/devel/dbus/DETAILS @@ -1,11 +1,11 @@ MODULE=dbus - VERSION=1.2.14 + VERSION=1.2.16 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE - SOURCE_VFY=sha1:67909bdd146d3a993131d54e70a143992edbe927 + SOURCE_VFY=sha1:28aa5c8839e60d82eb9ce934e3e244abdda913f7 WEB_SITE=http://dbus.freedesktop.org ENTERED=20031219 - UPDATED=20090514 + UPDATED=20090801 SHORT="A message bus system for applications" LUNAR_RESTART_SERVICES=off From stumbles at lunar-linux.org Sat Aug 1 23:51:40 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 1 Aug 2009 17:51:40 -0400 Subject: [Lunar-commits] xorg-server: a tweak to the BUILD. xf86-video-vesa was tanking because it Message-ID: <20090801215340.041AD9B1BE@doppio.foo-projects.org> commit acfc58a0aaa7667713ddeec6669faefbbc9bd70e Author: Dennis `stumbles` Veatch Date: Sat Aug 1 17:51:40 2009 -0400 xorg-server: a tweak to the BUILD. xf86-video-vesa was tanking because it could not find /usr/include/xorg/xf86Parser.h. While at it thought I would add the xcalibrate. --- xorg7/xorg-server/BUILD | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 1657215..cc16b08 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -13,8 +13,9 @@ # fi && OPTS+=" --enable-composite --enable-aiglx \ - --enable-install-libxf86config \ - --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && + --enable-install-libxf86config \ + --with-dri-driver-path=${MODULE_PREFIX}/lib/dri \ + --enable-xcalibrate" && #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \ default_build && From stumbles at lunar-linux.org Sun Aug 2 00:19:04 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 1 Aug 2009 18:19:04 -0400 Subject: [Lunar-commits] lxml: version bump. Message-ID: <20090801221921.C4E859B1BE@doppio.foo-projects.org> commit 03e51b3e5cbf2d23d8e0d1af8dc0676c33afe81e Author: Dennis `stumbles` Veatch Date: Sat Aug 1 18:19:04 2009 -0400 lxml: version bump. --- python/lxml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/lxml/DETAILS b/python/lxml/DETAILS index 631378a..8fb42f0 100644 --- a/python/lxml/DETAILS +++ b/python/lxml/DETAILS @@ -1,11 +1,11 @@ MODULE=lxml - VERSION=2.2 + VERSION=2.2.2 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://codespeak.net/lxml - SOURCE_VFY=sha1:746ff9e165fc911a34a25936b6ed122f37241504 + SOURCE_VFY=sha1:eec5fbcd513d24fc96e85ad7f7f16a6200067c6c WEB_SITE=http://pybsddb.sourceforge.net ENTERED=20021223 - UPDATED=20090329 + UPDATED=20090801 SHORT="Python wrappers for libxml2 and libxslt" cat << EOF Python wrappers for libxml2 and libxslt From florin at lunar-linux.org Sun Aug 2 10:44:28 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 2 Aug 2009 11:44:28 +0300 Subject: [Lunar-commits] ghostscript: version bumped to 8.70. Message-ID: <20090802084607.106179B1BF@doppio.foo-projects.org> commit 98d549540facfb38914ba44fe1d8b6de8824afac Author: Florin Braescu Date: Sun Aug 2 11:44:28 2009 +0300 ghostscript: version bumped to 8.70. This release fixes a large number of issues with transparency, especially as it interacts with color space conversion, mask contexts and patterns. There have also been a number of significant fixes to font handling, especially when generating PDF. And there are numerous robustness, correctness and performance improvements. New generic Esc/Page devices, eplmono and eplcolor were added to the contrib directory. A new cdnj500 device was added to support the HP DesignJet 500. The licensing of the Free version of the core Ghostscript code has been changed to GPLv3 or later. Previously, the core code was GPLv2 only. This release also includes security fixes addressing CVE-2009-0583 and CVE-2009-0792. --- printer/ghostscript/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/printer/ghostscript/DETAILS b/printer/ghostscript/DETAILS index 271c682..fa7a321 100644 --- a/printer/ghostscript/DETAILS +++ b/printer/ghostscript/DETAILS @@ -1,14 +1,14 @@ MODULE=ghostscript - VERSION=8.64 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-jasper.patch + VERSION=8.70 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-8.64-jasper.patch SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:4c2a6e04145428d35da73fbc4db9c66a75e336e0 + SOURCE_VFY=sha1:170dfbe5901f642f51d9b061fa332863c6ba016d SOURCE2_VFY=sha1:c2f6599d0d3e6c8a554ebb82e32b519184206ce2 WEB_SITE=http://www.ghostscript.com/awki ENTERED=20041116 - UPDATED=20090204 + UPDATED=20090802 PSAFE=no SHORT="GPL ghostscript" From elangelo at xfce.org Sun Aug 2 10:48:39 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Sun, 2 Aug 2009 10:48:39 +0200 Subject: [Lunar-commits] xorg-server: --enable-xcalibrate is not needed, not even for xf86-video-vesa Message-ID: <20090802084909.5D7C09B1BF@doppio.foo-projects.org> commit 3acf2834dc55a59b2600dafed80ce6b8fdb5e590 Author: Samuel Verstraete Date: Sun Aug 2 10:48:39 2009 +0200 xorg-server: --enable-xcalibrate is not needed, not even for xf86-video-vesa --- xorg7/xorg-server/BUILD | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index cc16b08..2c4896f 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -14,8 +14,7 @@ OPTS+=" --enable-composite --enable-aiglx \ --enable-install-libxf86config \ - --with-dri-driver-path=${MODULE_PREFIX}/lib/dri \ - --enable-xcalibrate" && + --with-dri-driver-path=${MODULE_PREFIX}/lib/dri " && #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \ default_build && From florin at lunar-linux.org Sun Aug 2 11:04:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 2 Aug 2009 12:04:27 +0300 Subject: [Lunar-commits] eric4: version bumped to 4.3.6. Message-ID: <20090802090504.715BB9B1BF@doppio.foo-projects.org> commit 04906dc7b6eefb6addd267ce7f7289a0019cdad1 Author: Florin Braescu Date: Sun Aug 2 12:04:27 2009 +0300 eric4: version bumped to 4.3.6. Bugfixes. --- editors/eric4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS index 4b81292..8cc9be2 100644 --- a/editors/eric4/DETAILS +++ b/editors/eric4/DETAILS @@ -1,11 +1,11 @@ MODULE=eric4 - VERSION=4.3.5 + VERSION=4.3.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/eric-ide - SOURCE_VFY=sha1:642ea16cf216252764164f992f35d9d7d8806a3a + SOURCE_VFY=sha1:3f97b1a58a1a5ef68863753fbcfd317748207619 WEB_SITE=http://www.die-offenbachs.de/detlev/eric ENTERED=20080914 - UPDATED=20090706 + UPDATED=20090802 SHORT="A full featured Python IDE" cat << EOF From florin at lunar-linux.org Sun Aug 2 11:06:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 2 Aug 2009 12:06:30 +0300 Subject: [Lunar-commits] xorg-server: small tweaks. Message-ID: <20090802090644.701E39B1BF@doppio.foo-projects.org> commit 3d4b508d38df93953fa39af98ac3a3177f53aa2c Author: Florin Braescu Date: Sun Aug 2 12:06:30 2009 +0300 xorg-server: small tweaks. --- xorg7/xorg-server/BUILD | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 2c4896f..177172a 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -1,28 +1,27 @@ ( -# patch_it $SOURCE2 1 && +# patch_it $SOURCE2 1 && - . /etc/profile.d/x11r7.rc && + . /etc/profile.d/x11r7.rc && if [ -h /usr/share/X11/xkb/compiled ]; then rm -f /usr/share/X11/xkb/compiled - fi && + fi && # if [[ "$USE_NVIDIA" = "y" ]]; then # OPTS="$OPTS --disable-glx --disable-glx-tlx" # fi && - OPTS+=" --enable-composite --enable-aiglx \ - --enable-install-libxf86config \ - --with-dri-driver-path=${MODULE_PREFIX}/lib/dri " && + OPTS+=" --enable-composite --enable-aiglx \ + --enable-install-libxf86config \ + --with-dri-driver-path=${MODULE_PREFIX}/lib/dri " && #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \ - default_build && + default_build && # This should not be needed, check in next release if still needed. - rm -fr /usr/share/X11/xkb/compiled && - mkdir -p /var/lib/xkb && + rm -fr /usr/share/X11/xkb/compiled && + mkdir -p /var/lib/xkb && ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled - ) > $C_FIFO 2>&1 From elangelo at xfce.org Sun Aug 2 11:43:34 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Sun, 2 Aug 2009 11:43:34 +0200 Subject: [Lunar-commits] xorg-server version 1.6.3 Message-ID: <20090802094425.996DB9B1BF@doppio.foo-projects.org> commit 845694683081d366cac92ba7e649187841b52078 Author: Samuel Verstraete Date: Sun Aug 2 11:43:34 2009 +0200 xorg-server version 1.6.3 --- xorg7/xorg-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/xorg-server/DETAILS b/xorg7/xorg-server/DETAILS index d19be4d..5ca447c 100644 --- a/xorg7/xorg-server/DETAILS +++ b/xorg7/xorg-server/DETAILS @@ -1,12 +1,12 @@ MODULE=xorg-server - VERSION=1.6.2 + VERSION=1.6.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/xserver - SOURCE_VFY=sha1:7eb0ae82762eecf5be031d63a77f0c1281569414 + SOURCE_VFY=sha1:1f28e8723e110e5c1a1adf3bc89325a81a526184 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090710 + UPDATED=20090802 MAINTAINER=elangelo at lunar-linux.org SHORT="The X.Org X11R7 server for the X Window System" From elangelo at xfce.org Sun Aug 2 11:15:57 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Sun, 2 Aug 2009 11:15:57 +0200 Subject: [Lunar-commits] Revert "xf86-input-evdev: version bumped to 2.2.3." doesn't work here Message-ID: <20090802094425.8E1519B1BE@doppio.foo-projects.org> commit bc5f111e556ff5b4bff5dd7ae860267b0877a1c3 Author: Samuel Verstraete Date: Sun Aug 2 11:15:57 2009 +0200 Revert "xf86-input-evdev: version bumped to 2.2.3." doesn't work here This reverts commit 8b40888768d9c44277d6f681e93e939f48c05f71. --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index 9f469a9..4f5c50f 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.2.3 + VERSION=2.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:d949483773de68b64b5b524b8615eb73d58f0542 + SOURCE_VFY=sha1:04399411037373f7c047bf10b661179350e19108 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090801 + UPDATED=20090430 SHORT="An input driver" cat << EOF From elangelo at xfce.org Sun Aug 2 13:18:41 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Sun, 2 Aug 2009 13:18:41 +0200 Subject: [Lunar-commits] midorie: version bump Message-ID: <20090802111906.3D4809B1BF@doppio.foo-projects.org> commit 5e124ebd9592d8a64d1fce6ac95df109ca2eba90 Author: Samuel Verstraete Date: Sun Aug 2 13:18:41 2009 +0200 midorie: version bump --- zbeta/midori/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 598d83a..404a804 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -1,11 +1,12 @@ MODULE=midori - VERSION=0.1.7 + VERSION=0.1.9 + MAJOR=0.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/midori/ - SOURCE_VFY=sha1:29ee96a632eacbfd40852f9ae386ea666f7f9fdb + SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR/ + SOURCE_VFY=sha1:d54314f7e0e2714866e0e57dc55f142c2285757c WEBSITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20090603 + UPDATED=20090902 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF From stumbles at lunar-linux.org Sun Aug 2 14:00:33 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 2 Aug 2009 08:00:33 -0400 Subject: [Lunar-commits] xfs: disabling the developer docs, the make fails here at that stage. Message-ID: <20090802120130.5DEFF9B1B3@doppio.foo-projects.org> commit 3d56478ca44e282e3d9a4fa27946190eef80a941 Author: Dennis `stumbles` Veatch Date: Sun Aug 2 08:00:33 2009 -0400 xfs: disabling the developer docs, the make fails here at that stage. --- xorg7/app/xfs/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/xorg7/app/xfs/BUILD b/xorg7/app/xfs/BUILD index cfe3408..c1a83b5 100644 --- a/xorg7/app/xfs/BUILD +++ b/xorg7/app/xfs/BUILD @@ -1,6 +1,8 @@ ( . /etc/profile.d/x11r7.rc && + OPTS="--disable-devel-docs" + default_build ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Mon Aug 3 00:00:54 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 2 Aug 2009 18:00:54 -0400 Subject: [Lunar-commits] cabextract: changing WEB_SITE url to one that works. Message-ID: <20090802220149.8AF209B2C8@doppio.foo-projects.org> commit 7f3fe0a7cbd0619f18c3ee93d07ee6f87b94464e Author: Dennis `stumbles` Veatch Date: Sun Aug 2 18:00:54 2009 -0400 cabextract: changing WEB_SITE url to one that works. --- archive/cabextract/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/archive/cabextract/DETAILS b/archive/cabextract/DETAILS index 0c455e2..dcf67ca 100644 --- a/archive/cabextract/DETAILS +++ b/archive/cabextract/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.cabextract.org.uk/ SOURCE_VFY=sha1:871b3db4bc2629eb5726659c147aecea1af6a6d0 - WEB_SITE=http://www.kyz.uklinux.net/cabextract.php3 + WEB_SITE=http://www.cabextract.org.uk/ ENTERED=20020624 UPDATED=20060922 SHORT="This ia a M$ cab file extractor and LZX" From stumbles at lunar-linux.org Mon Aug 3 00:05:16 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 2 Aug 2009 18:05:16 -0400 Subject: [Lunar-commits] unshield: version bump. Message-ID: <20090802220537.6EB0C9B2C8@doppio.foo-projects.org> commit 3d1450cbe258aa15cf4c3cd872c6d04298309002 Author: Dennis `stumbles` Veatch Date: Sun Aug 2 18:05:16 2009 -0400 unshield: version bump. --- archive/unshield/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/unshield/DETAILS b/archive/unshield/DETAILS index c933709..7e180dd 100644 --- a/archive/unshield/DETAILS +++ b/archive/unshield/DETAILS @@ -1,11 +1,11 @@ MODULE=unshield - VERSION=0.5.1 + VERSION=0.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/synce - SOURCE_VFY=sha1:13211a32100947969a8ece6393345332d6ff667b + SOURCE_VFY=sha1:3e1197116145405f786709608a5a636a19f4f3e1 WEB_SITE=http://www.synce.org/index.php/Unshield ENTERED=20071126 - UPDATED=20080711 + UPDATED=20090802 SHORT="InstallShield CAB file unzipper" cat << EOF Works on both little-endian and big-endian systems From florin at lunar-linux.org Mon Aug 3 08:52:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 09:52:30 +0300 Subject: [Lunar-commits] postfix: version bumped to 2.6.3. Message-ID: <20090803065300.9A587F2C1D@doppio.foo-projects.org> commit 743821b32b2af4c5cbf950e36b7c2c5335075b7e Author: Florin Braescu Date: Mon Aug 3 09:52:30 2009 +0300 postfix: version bumped to 2.6.3. Bugfixes release. --- mail/postfix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/DETAILS b/mail/postfix/DETAILS index fc6a005..8513c36 100644 --- a/mail/postfix/DETAILS +++ b/mail/postfix/DETAILS @@ -1,11 +1,11 @@ MODULE=postfix - VERSION=2.6.2 + VERSION=2.6.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official - SOURCE_VFY=sha1:a3b349df60bca947f3b94ff484b699d176777b4a + SOURCE_VFY=sha1:3634885386a44d2d02a47159271cc24bee55468b WEB_SITE=http://www.postfix.org ENTERED=20020125 - UPDATED=20090604 + UPDATED=20090803 SHORT="MTA" cat << EOF From zbiggy at lunar-linux.org Mon Aug 3 10:19:00 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 3 Aug 2009 10:19:00 +0200 Subject: [Lunar-commits] git: updated to 1.6.4 Message-ID: <20090803081915.8BF08F2C1D@doppio.foo-projects.org> commit bcfa0f29517819c04decc808508a7ef159b775c3 Author: Zbigniew Luszpinski Date: Mon Aug 3 10:19:00 2009 +0200 git: updated to 1.6.4 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 20924aa..250882b 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.3.4 + VERSION=1.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:76d148e1b7137e9c8ce29bdaf2ba7de0f1a9a616 - SOURCE2_VFY=sha1:eb2884190214351f9cff962d90d28b8adb607372 + SOURCE_VFY=sha1:e6dd6b1fe937aa14866ce7d8672a50fb1956c41b + SOURCE2_VFY=sha1:34c8afef3e03283585edb1093b517f697f18a47b SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20090729 + UPDATED=20090803 SHORT="Fast version control system" PSAFE=no From florin at lunar-linux.org Mon Aug 3 11:20:47 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 12:20:47 +0300 Subject: [Lunar-commits] dclib: version bumped to 0.3.23. Message-ID: <20090803092225.73152F2C1D@doppio.foo-projects.org> commit b6832b30dc644f25083cd0cae2c29ebf5cee8d4a Author: Florin Braescu Date: Mon Aug 3 12:20:47 2009 +0300 dclib: version bumped to 0.3.23. Bugfixes release. --- ftp/dclib/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/dclib/DETAILS b/ftp/dclib/DETAILS index f58a50a..50368b9 100644 --- a/ftp/dclib/DETAILS +++ b/ftp/dclib/DETAILS @@ -1,11 +1,11 @@ MODULE=dclib - VERSION=0.3.22 + VERSION=0.3.23 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/wxdcgui - SOURCE_VFY=sha1:7d354f00e8732afdaaa79fab84255ea7c67b579c + SOURCE_VFY=sha1:b5a76a11b95d188962224b6a99d756680f2841ff WEB_SITE=http://dcgui.berlios.de ENTERED=20031008 - UPDATED=20081125 + UPDATED=20090803 SHORT="A library for the Direct Connect P2P system" cat << EOF From florin at lunar-linux.org Mon Aug 3 11:22:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 12:22:02 +0300 Subject: [Lunar-commits] valknut: version bumped to 0.4.9. Message-ID: <20090803092225.815A4F2C1C@doppio.foo-projects.org> commit f974d7c4e59ce51d628a3f42fd8879d0cbc93026 Author: Florin Braescu Date: Mon Aug 3 12:22:02 2009 +0300 valknut: version bumped to 0.4.9. Bugfixes. --- qt4-apps/valknut/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/valknut/DETAILS b/qt4-apps/valknut/DETAILS index 93f211b..734152e 100644 --- a/qt4-apps/valknut/DETAILS +++ b/qt4-apps/valknut/DETAILS @@ -1,12 +1,12 @@ MODULE=valknut - VERSION=0.4.8 + VERSION=0.4.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/valknut-$VERSION SOURCE_URL=$SFORGE_URL/wxdcgui - SOURCE_VFY=sha1:94fb89a4a31ed43195128f317ae48962ef8e7803 + SOURCE_VFY=sha1:b18fdab8acde9093f76bdb0f86f8893b261c1230 WEB_SITE=http://dcgui.berlios.de ENTERED=20080810 - UPDATED=20081125 + UPDATED=20090803 SHORT="Direct Connect (DC++) client for Qt4" cat << EOF From florin at lunar-linux.org Mon Aug 3 11:55:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 12:55:23 +0300 Subject: [Lunar-commits] krusader4: add a patch to compile with gcc 4.4.1. Message-ID: <20090803095551.87858F2C1C@doppio.foo-projects.org> commit b4f0e1803fbace2126759602ab8d43d672895912 Author: Florin Braescu Date: Mon Aug 3 12:55:23 2009 +0300 krusader4: add a patch to compile with gcc 4.4.1. --- kde4/utils/krusader4/BUILD | 2 ++ kde4/utils/krusader4/DETAILS | 5 ++++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/kde4/utils/krusader4/BUILD b/kde4/utils/krusader4/BUILD index f50be2e..280c54d 100644 --- a/kde4/utils/krusader4/BUILD +++ b/kde4/utils/krusader4/BUILD @@ -1,5 +1,7 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" source /etc/profile.d/qt4.rc && diff --git a/kde4/utils/krusader4/DETAILS b/kde4/utils/krusader4/DETAILS index 6355251..406167c 100644 --- a/kde4/utils/krusader4/DETAILS +++ b/kde4/utils/krusader4/DETAILS @@ -1,13 +1,16 @@ MODULE=krusader4 VERSION=2.0.0 SOURCE=krusader-$VERSION.tar.gz + SOURCE2=krusader-$VERSION-gcc-4.4.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/krusader-$VERSION SOURCE_URL=$SFORGE_URL/krusader + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:e78abf03c910ef1f98251eb0959f8b3955bbd1f0 + SOURCE2_VFY=sha1:954d30f531186bf67a87442ee975057354566297 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/} WEB_SITE=http://krusader.sourceforge.net ENTERED=20090412 - UPDATED=20090412 + UPDATED=20090803 SHORT="KDE Twin-Panel filemanager" cat << EOF From florin at lunar-linux.org Mon Aug 3 12:07:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 13:07:03 +0300 Subject: [Lunar-commits] ntp: fix it to compile with gcc >= 4.3.x Message-ID: <20090803100806.C7AF0F2C1C@doppio.foo-projects.org> commit 99d9bdbf18ab40a3d5908f7cd72d35d8229cb591 Author: Florin Braescu Date: Mon Aug 3 13:07:03 2009 +0300 ntp: fix it to compile with gcc >= 4.3.x --- net/ntp/BUILD | 2 ++ net/ntp/DETAILS | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/ntp/BUILD b/net/ntp/BUILD index 7ae4b85..d423910 100644 --- a/net/ntp/BUILD +++ b/net/ntp/BUILD @@ -2,6 +2,8 @@ #if you're gonna change something in here make doggone sure you #eyeball the init script too! + sedit "s: | MOD_NANO::" ntpd/ntp_loopfilter.c && + ./configure --build=$BUILD \ --prefix=/usr \ --bindir=/usr/sbin \ diff --git a/net/ntp/DETAILS b/net/ntp/DETAILS index b699cd5..ef1e8d8 100644 --- a/net/ntp/DETAILS +++ b/net/ntp/DETAILS @@ -6,7 +6,7 @@ SOURCE_VFY=sha1:8476f75daffe9851cc6f33d170902bce77637499 WEB_SITE=http://www.ntp.org ENTERED=20011004 - UPDATED=20090602 + UPDATED=20090803 SHORT="ntp syncs your time with an ntp server" cat << EOF From florin at lunar-linux.org Mon Aug 3 12:19:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 13:19:03 +0300 Subject: [Lunar-commits] kdelibs3: add two patches to compile with gcc 4.4.x. Message-ID: <20090803101931.82D5AF2C1C@doppio.foo-projects.org> commit 4f164f77aadfabd6bdbf645b38678f95354488cb Author: Florin Braescu Date: Mon Aug 3 13:19:03 2009 +0300 kdelibs3: add two patches to compile with gcc 4.4.x. --- kde3/base/kdelibs3/BUILD | 3 +++ kde3/base/kdelibs3/DETAILS | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/kde3/base/kdelibs3/BUILD b/kde3/base/kdelibs3/BUILD index 0b8f29a..65c8c2a 100644 --- a/kde3/base/kdelibs3/BUILD +++ b/kde3/base/kdelibs3/BUILD @@ -3,6 +3,9 @@ . /etc/profile.d/qt3.rc . /etc/profile.d/kde3.rc + patch_it $SOURCE_CACHE/$SOURCE2 1 && + patch_it $SOURCE_CACHE/$SOURCE3 1 && + export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib if module_installed alsa-lib; then diff --git a/kde3/base/kdelibs3/DETAILS b/kde3/base/kdelibs3/DETAILS index 1346b75..ee2872c 100644 --- a/kde3/base/kdelibs3/DETAILS +++ b/kde3/base/kdelibs3/DETAILS @@ -1,13 +1,19 @@ MODULE=kdelibs3 VERSION=3.5.10 SOURCE=kdelibs-$VERSION.tar.bz2 + SOURCE2=kdelibs-$VERSION-charset.patch.bz2 + SOURCE3=kdelibs-$VERSION-gcc44.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL SOURCE_VFY=sha1:c930a25f4419134def55b8466c3a6f737227fb82 + SOURCE2_VFY=sha1:c39d2f8eb9c5a9f54e9b06a6029514deaab51764 + SOURCE3_VFY=sha1:362d648404e6357ce587672630c782f355e1c683 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://www.kde.org ENTERED=20020523 - UPDATED=20080828 + UPDATED=20090803 MAINTAINER=florin at lunar-linux.org SHORT="Contain the base libraries upon which KDE is written" From florin at lunar-linux.org Mon Aug 3 12:31:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 13:31:32 +0300 Subject: [Lunar-commits] eboard: add a patch to compile with gcc 4.4.x. Message-ID: <20090803103151.422A9F2C1C@doppio.foo-projects.org> commit 8a06968df75670de45c90276a5dcee056ffca76a Author: Florin Braescu Date: Mon Aug 3 13:31:32 2009 +0300 eboard: add a patch to compile with gcc 4.4.x. --- games/eboard/BUILD | 2 ++ games/eboard/DETAILS | 5 ++++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/games/eboard/BUILD b/games/eboard/BUILD index 2aa3810..ff2a76c 100644 --- a/games/eboard/BUILD +++ b/games/eboard/BUILD @@ -1,5 +1,7 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s:prefix/bin:prefix:" configure && ./configure --prefix=/usr/games \ --data-prefix=/usr/share/games \ diff --git a/games/eboard/DETAILS b/games/eboard/DETAILS index 7aaf6a3..ae5a4a6 100644 --- a/games/eboard/DETAILS +++ b/games/eboard/DETAILS @@ -1,11 +1,14 @@ MODULE=eboard VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:029cf1e7503fc2a862b9880da9ea6ab91e5614cd + SOURCE2_VFY=sha1:6ab4a6e4ddf8624ae2da20a8ee3b223837085459 WEB_SITE=http://eboard.sourceforge.net ENTERED=20020518 - UPDATED=20080225 + UPDATED=20090803 SHORT="gtk+ port of xboard" cat << EOF From florin at lunar-linux.org Mon Aug 3 12:59:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 13:59:38 +0300 Subject: [Lunar-commits] pinball: add a patch to compile with gcc 4.4.x. Message-ID: <20090803110004.D1D3BF2C1C@doppio.foo-projects.org> commit 82d8619633dd26ac916a26e047d1066e3af08c9b Author: Florin Braescu Date: Mon Aug 3 13:59:38 2009 +0300 pinball: add a patch to compile with gcc 4.4.x. --- games/pinball/BUILD | 4 +++- games/pinball/DEPENDS | 2 +- games/pinball/DETAILS | 11 +++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/games/pinball/BUILD b/games/pinball/BUILD index dfd48d7..1de7db7 100644 --- a/games/pinball/BUILD +++ b/games/pinball/BUILD @@ -1,8 +1,10 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + ./configure --prefix=/usr \ --bindir=/usr/games \ - --datadir=/usr/share/games && + --datadir=/usr/share/games && default_make diff --git a/games/pinball/DEPENDS b/games/pinball/DEPENDS index 5179345..bd13d4e 100644 --- a/games/pinball/DEPENDS +++ b/games/pinball/DEPENDS @@ -1,2 +1,2 @@ -depends SDL_image && +depends SDL_image depends SDL_mixer diff --git a/games/pinball/DETAILS b/games/pinball/DETAILS index 92ea139..9904453 100644 --- a/games/pinball/DETAILS +++ b/games/pinball/DETAILS @@ -1,11 +1,14 @@ MODULE=pinball VERSION=0.3.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:7daf63a7b7e586ede2a6ffae3e53abd0e23fff22 - WEB_SITE=http://pinball.sourceforge.net/ + SOURCE2=$MODULE-$VERSION-strictproto.patch.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:7daf63a7b7e586ede2a6ffae3e53abd0e23fff22 + SOURCE2_VFY=sha1:b7920bab9b4ae7dd30a1d5066e023331700804e6 + WEB_SITE=http://pinball.sourceforge.net ENTERED=20021018 - UPDATED=20041028 + UPDATED=20090803 SHORT="A 3D pinball game" cat < stratagus: fix the patch to compile with gcc 4.4.x. Message-ID: <20090803111757.2EC64F2C1D@doppio.foo-projects.org> commit 5383b71cbaf15a556702c68650861a1d14de0f8b Author: Florin Braescu Date: Mon Aug 3 14:17:39 2009 +0300 stratagus: fix the patch to compile with gcc 4.4.x. --- games/stratagus/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/stratagus/DETAILS b/games/stratagus/DETAILS index 0fc06a4..a1cd4b3 100644 --- a/games/stratagus/DETAILS +++ b/games/stratagus/DETAILS @@ -1,11 +1,11 @@ MODULE=stratagus VERSION=2.2.4 SOURCE=$MODULE-$VERSION-src.tar.gz - SOURCE2=$MODULE-$VERSION-gcc-4.3.x.patch + SOURCE2=$MODULE-$VERSION-gcc-4.4.x.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:d3e15d6137503d79ab1d5ac5ddb1d01a20173671 - SOURCE2_VFY=sha1:2396c1b792ec592eefc06b91330458204c954da1 + SOURCE2_VFY=sha1:926acbb7b76eeb7b265137c25884f4ca510cb5bc WEB_SITE=http://stratagus.sourceforge.net ENTERED=20040719 UPDATED=20090414 From florin at lunar-linux.org Mon Aug 3 13:51:35 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 14:51:35 +0300 Subject: [Lunar-commits] scummvm: add a patch to compile with gcc 4.4.x. Message-ID: <20090803115308.6439AF2C1D@doppio.foo-projects.org> commit 997e95057a23b176c8346bd257cfd64aba99f031 Author: Florin Braescu Date: Mon Aug 3 14:51:35 2009 +0300 scummvm: add a patch to compile with gcc 4.4.x. --- games/scummvm/BUILD | 2 ++ games/scummvm/DETAILS | 5 ++++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/games/scummvm/BUILD b/games/scummvm/BUILD index baf8c8b..8164a55 100644 --- a/games/scummvm/BUILD +++ b/games/scummvm/BUILD @@ -1,5 +1,7 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && + ./configure $OPTS && make && prepare_install && diff --git a/games/scummvm/DETAILS b/games/scummvm/DETAILS index 33e7679..16d3ea4 100644 --- a/games/scummvm/DETAILS +++ b/games/scummvm/DETAILS @@ -1,11 +1,14 @@ MODULE=scummvm VERSION=0.13.1 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:7cb5d8e34b33ddb990daa6c9cfd1cd88613c74d6 + SOURCE2_VFY=sha1:adeb0182f7c2934a3aa5b5598094bdc5c847e9ae WEB_SITE=http://www.scummvm.org ENTERED=20031219 - UPDATED=20090618 + UPDATED=20090803 SHORT="An emulator for SCUMM games engine" cat << EOF From florin at lunar-linux.org Mon Aug 3 14:04:17 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 15:04:17 +0300 Subject: [Lunar-commits] warzone2100: version bumped to 2.2.1. Message-ID: <20090803120508.B0841F2C1D@doppio.foo-projects.org> commit d2ab86b683b70a82c8d3d85d11510709b54b2da7 Author: Florin Braescu Date: Mon Aug 3 15:04:17 2009 +0300 warzone2100: version bumped to 2.2.1. Bugfixes and improvements. --- games/warzone2100/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS index e0e2d54..cbe1a79 100644 --- a/games/warzone2100/DETAILS +++ b/games/warzone2100/DETAILS @@ -1,11 +1,11 @@ MODULE=warzone2100 - VERSION=2.2.0 + VERSION=2.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:f119911e28a9ac23b2ad86834091f77e8f3ec7da + SOURCE_VFY=sha1:b993827a5972cacaa236512870f50361b4b2677a WEB_SITE=http://wz2100.net ENTERED=20090606 - UPDATED=20090606 + UPDATED=20090806 MAINTAINER=florin at lunar-linux.org SHORT="3D realtime strategy game" From florin at lunar-linux.org Mon Aug 3 14:23:13 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 15:23:13 +0300 Subject: [Lunar-commits] libkexif: add a patch to compile with gcc 4.4.x. Message-ID: <20090803122335.0109EF2C1D@doppio.foo-projects.org> commit 93a0b566aeddfddfb7cfe62c901902d0e6272aa0 Author: Florin Braescu Date: Mon Aug 3 15:23:13 2009 +0300 libkexif: add a patch to compile with gcc 4.4.x. --- graphics/libkexif/BUILD | 2 ++ graphics/libkexif/DEPENDS | 2 +- graphics/libkexif/DETAILS | 7 +++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/graphics/libkexif/BUILD b/graphics/libkexif/BUILD index 1d978f1..d6cb353 100644 --- a/graphics/libkexif/BUILD +++ b/graphics/libkexif/BUILD @@ -3,6 +3,8 @@ . /etc/profile.d/qt3.rc . /etc/profile.d/kde3.rc + patch_it $SOURCE_CACHE/$SOURCE2 1 && + default_build ) > $C_FIFO 2>&1 diff --git a/graphics/libkexif/DEPENDS b/graphics/libkexif/DEPENDS index c047b92..15c4800 100644 --- a/graphics/libkexif/DEPENDS +++ b/graphics/libkexif/DEPENDS @@ -1,2 +1,2 @@ -depends kdelibs3 && +depends kdelibs3 depends libexif diff --git a/graphics/libkexif/DETAILS b/graphics/libkexif/DETAILS index 98ed127..9563d99 100644 --- a/graphics/libkexif/DETAILS +++ b/graphics/libkexif/DETAILS @@ -1,12 +1,15 @@ MODULE=libkexif VERSION=0.2.5 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/kipi/ + SOURCE2=$MODULE-$VERSION-qcombobox.patch.bz2 + SOURCE_URL=$SFORGE_URL/kipi + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:d73127e76781fb3ad453fd77c7c3aab00df0ae5d + SOURCE2_VFY=sha1:fb77bb1d738b49cf5c41c6d8674d17064534c036 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://digikam.sourceforge.net ENTERED=20041014 - UPDATED=20061103 + UPDATED=20090803 SHORT="Image exif data library for KDE" cat << EOF From zbiggy at lunar-linux.org Mon Aug 3 14:41:56 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 3 Aug 2009 14:41:56 +0200 Subject: [Lunar-commits] qtparted: fixed build Message-ID: <20090803124220.9F1BCF2C1D@doppio.foo-projects.org> commit 63045c9e13a3406788d6cdc8a4fc65fdff958432 Author: Zbigniew Luszpinski Date: Mon Aug 3 14:41:56 2009 +0200 qtparted: fixed build --- kde3/utils/qtparted/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde3/utils/qtparted/BUILD b/kde3/utils/qtparted/BUILD index 4a5a5d5..5ee9689 100644 --- a/kde3/utils/qtparted/BUILD +++ b/kde3/utils/qtparted/BUILD @@ -5,6 +5,7 @@ . /etc/profile.d/unsermake.rc sedit 's@/usr/share/unsermake/@@g' Makefile.in src/Makefile.in && sedit 's@$(prefix)/share/applnk/System@$(KDEDIR)/share/applnk/System at g' data/Makefile.am && + sedit 's/ped_free/free/' src/qp_libparted.cpp && patch_it $SOURCE2 1 && patch_it $SOURCE3 0 && default_build && From zbiggy at lunar-linux.org Mon Aug 3 14:53:04 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 3 Aug 2009 14:53:04 +0200 Subject: [Lunar-commits] NVIDIA: updated to 185.18.31 Message-ID: <20090803125315.422C8F2C1D@doppio.foo-projects.org> commit fc53f28223e3e40b4b36298b4cda451704fc6edd Author: Zbigniew Luszpinski Date: Mon Aug 3 14:53:04 2009 +0200 NVIDIA: updated to 185.18.31 --- x11/NVIDIA/DETAILS | 6 +++--- x11/NVIDIA/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index e1d1b30..6a803db 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=185.18.29 + VERSION=185.18.31 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE_VFY=sha1:5438b0ada004dcdf67dc3c51849a98942271f713 + SOURCE_VFY=sha1:2766cfc7a656211c43e7c80a3c3dc44ae463ff3b WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090728 + UPDATED=20090803 SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index 25eb9ff..a9dfaf6 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=185.18.29 + VERSION=185.18.31 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:31e571c7bf1bee214f6634033c83b3a1c9ab6d8f + SOURCE_VFY=sha1:c975ee9e7815e549b7d5418e6d422ec5f3966cc0 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090607 + UPDATED=20090803 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From florin at lunar-linux.org Mon Aug 3 15:22:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 16:22:01 +0300 Subject: [Lunar-commits] strigi: version bumped to 0.6.5. Message-ID: <20090803132247.36CF4F2C4C@doppio.foo-projects.org> commit fc3b890c9d29289ebb47a9392cf9aad71ed7654f Author: Florin Braescu Date: Mon Aug 3 16:22:01 2009 +0300 strigi: version bumped to 0.6.5. Bugfixes release. --- kde3/utils/strigi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS index 8d39b88..44e669b 100644 --- a/kde3/utils/strigi/DETAILS +++ b/kde3/utils/strigi/DETAILS @@ -1,11 +1,11 @@ MODULE=strigi - VERSION=0.6.4 + VERSION=0.6.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.vandenoever.info/software/strigi - SOURCE_VFY=sha1:e91f31cc59fdfc303b662a8af899efe1365643bf + SOURCE_VFY=sha1:a7594eabd192c75506e8929aafa66195791019a0 WEB_SITE=http://strigi.sourceforge.net ENTERED=20070802 - UPDATED=20090217 + UPDATED=20090803 SHORT="A small daemon that can index information" cat << EOF From florin at lunar-linux.org Mon Aug 3 15:47:19 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 16:47:19 +0300 Subject: [Lunar-commits] physfs: add a patch to compile with gcc 4.4.x. Message-ID: <20090803134740.9541BF2C4C@doppio.foo-projects.org> commit 84310a73406023b547bb29f105041573524d3948 Author: Florin Braescu Date: Mon Aug 3 16:47:19 2009 +0300 physfs: add a patch to compile with gcc 4.4.x. --- devel/physfs/BUILD | 3 ++- devel/physfs/DETAILS | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD index 09b87f3..59bee7f 100644 --- a/devel/physfs/BUILD +++ b/devel/physfs/BUILD @@ -1,6 +1,7 @@ ( - cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE && + patch_it $SOURCE_CACHE/$SOURCE2 1 && + cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE && default_make ) > $C_FIFO 2>&1 diff --git a/devel/physfs/DETAILS b/devel/physfs/DETAILS index 3ae2dff..0bbfd84 100644 --- a/devel/physfs/DETAILS +++ b/devel/physfs/DETAILS @@ -1,11 +1,14 @@ MODULE=physfs VERSION=2.0.0 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 SOURCE_URL=http://icculus.org/physfs/downloads + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:3cfa291a82f2b0cf15b205efcf8bf53c0b54c92c + SOURCE2_VFY=sha1:1a5fb569c4fe47a26f70641c626b16146a569606 WEB_SITE=http://icculus.org/physfs ENTERED=20030215 - UPDATED=20090324 + UPDATED=20090803 SHORT="A library to provide abstract access to various archives" cat << EOF From florin at lunar-linux.org Mon Aug 3 16:38:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 17:38:58 +0300 Subject: [Lunar-commits] mjpegtools: add a patch to compile with gcc 4.4.x. Message-ID: <20090803143926.BFD9BF2C4C@doppio.foo-projects.org> commit 1ba02629581bf5a3a26df8dd5dd96b243eb37040 Author: Florin Braescu Date: Mon Aug 3 17:38:58 2009 +0300 mjpegtools: add a patch to compile with gcc 4.4.x. --- video/mjpegtools/BUILD | 2 ++ video/mjpegtools/BUILD.x86_64 | 2 ++ video/mjpegtools/DETAILS | 7 +++++-- video/mjpegtools/DETAILS.x86_64 | 16 ---------------- 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/video/mjpegtools/BUILD b/video/mjpegtools/BUILD index 95e58fa..1fa72a3 100644 --- a/video/mjpegtools/BUILD +++ b/video/mjpegtools/BUILD @@ -6,6 +6,8 @@ # This is a temp fix to address an API change with libquicktime-0.9.9 # and above. Re-evaluate on the next version bump of mjpegtools. + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s/fileno(((quicktime_t \*)lav_file->qt_fd)->stream);/lqt_fileno((quicktime_t \*)lav_file->qt_fd);/" lavtools/lav_io.c default_build diff --git a/video/mjpegtools/BUILD.x86_64 b/video/mjpegtools/BUILD.x86_64 index 6a454b4..87d9e7a 100644 --- a/video/mjpegtools/BUILD.x86_64 +++ b/video/mjpegtools/BUILD.x86_64 @@ -6,6 +6,8 @@ # This is a temp fix to address an API change with libquicktime-0.9.9 # and above. Re-evaluate on the next version bump of mjpegtools. + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s/fileno(((quicktime_t \*)lav_file->qt_fd)->stream);/lqt_fileno((quicktime_t \*)lav_file->qt_fd);/" lavtools/lav_io.c default_build diff --git a/video/mjpegtools/DETAILS b/video/mjpegtools/DETAILS index a7a4982..0690296 100644 --- a/video/mjpegtools/DETAILS +++ b/video/mjpegtools/DETAILS @@ -1,11 +1,14 @@ MODULE=mjpegtools VERSION=1.9.0 - SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-$VERSION-glibc-2.10.patch.bz2 SOURCE_URL=$SFORGE_URL/mjpeg + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:1701233354c7ea86b5b7808c4dd5d03a71118e48 + SOURCE2_VFY=sha1:a7bc4c20526c01bfb9fc1a8ce52350c324459a64 WEB_SITE=http://mjpeg.sourceforge.net ENTERED=20021207 - UPDATED=20090109 + UPDATED=20090803 PSAFE=no SHORT="Tools for working with MJPEG/MPEG files" diff --git a/video/mjpegtools/DETAILS.x86_64 b/video/mjpegtools/DETAILS.x86_64 deleted file mode 100644 index a7a4982..0000000 --- a/video/mjpegtools/DETAILS.x86_64 +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=mjpegtools - VERSION=1.9.0 - SOURCE=${MODULE}-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/mjpeg - SOURCE_VFY=sha1:1701233354c7ea86b5b7808c4dd5d03a71118e48 - WEB_SITE=http://mjpeg.sourceforge.net - ENTERED=20021207 - UPDATED=20090109 - PSAFE=no - SHORT="Tools for working with MJPEG/MPEG files" - -cat << EOF -The mjpeg programs are a set of tools that can do recording of videos -and playback, simple cut-and-paste editing and the MPEG compression of -audio and video under Linux. -EOF From florin at lunar-linux.org Mon Aug 3 16:48:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 17:48:57 +0300 Subject: [Lunar-commits] cdrdao: fix the patch to compile with gcc 4.4.x. Message-ID: <20090803144918.B3718F2C4C@doppio.foo-projects.org> commit 7ec0864cda8f42a39566dfb3c1801232c6e04ac0 Author: Florin Braescu Date: Mon Aug 3 17:48:57 2009 +0300 cdrdao: fix the patch to compile with gcc 4.4.x. --- cd/cdrdao/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/cdrdao/DETAILS b/cd/cdrdao/DETAILS index 224528f..4ef2f6d 100644 --- a/cd/cdrdao/DETAILS +++ b/cd/cdrdao/DETAILS @@ -1,14 +1,14 @@ MODULE=cdrdao VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-gcc-4.3.x.patch.bz2 + SOURCE2=$MODULE-$VERSION-gcc-4.4.x.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:2699e56e00342c1fa2a3815ed02418fe964b276b - SOURCE2_VFY=sha1:147838e6de38f85cd10aa37b551c057fcd3b192c + SOURCE2_VFY=sha1:31635c6f43fac7c56563bb757f3fcfe8572540c6 WEB_SITE=http://cdrdao.sourceforge.net ENTERED=20020407 - UPDATED=20090405 + UPDATED=20090803 SHORT="A disk-at-once cd burning utility" cat << EOF From florin at lunar-linux.org Mon Aug 3 17:01:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 3 Aug 2009 18:01:43 +0300 Subject: [Lunar-commits] kobodeluxe: fix the patch to compile with gcc 4.4.x. Message-ID: <20090803150212.86DB4F2C4C@doppio.foo-projects.org> commit 7432e123f969d62d24b647e966842038ac79b7c9 Author: Florin Braescu Date: Mon Aug 3 18:01:43 2009 +0300 kobodeluxe: fix the patch to compile with gcc 4.4.x. --- games/kobodeluxe/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/kobodeluxe/DETAILS b/games/kobodeluxe/DETAILS index 5d114f8..e6dc7fa 100644 --- a/games/kobodeluxe/DETAILS +++ b/games/kobodeluxe/DETAILS @@ -1,15 +1,15 @@ MODULE=kobodeluxe VERSION=0.5.1 SOURCE=KoboDeluxe-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-glibc29.patch.bz2 + SOURCE2=$MODULE-$VERSION-glibc2.10.x.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/KoboDeluxe-$VERSION SOURCE_URL=http://www.olofson.net/kobodl/download SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:12abe182ccde52050cd23077092d0424d25c3e75 - SOURCE2_VFY=sha1:ec90e690ccd6ffea0c9a9712d3718e196283bf1e + SOURCE2_VFY=sha1:dfef599a49495a1a517a0c51a07b11d464e9e491 WEB_SITE=http://www.olofson.net/kobodl ENTERED=20011219 - UPDATED=20090415 + UPDATED=20090803 SHORT="An enhanced port of the scrolling video game XKobo" cat << EOF From engelsman at lunar-linux.org Mon Aug 3 20:16:30 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 3 Aug 2009 20:16:30 +0200 Subject: [Lunar-commits] abs-guide: fix sha1 sum Message-ID: <20090803181655.18DE6F2C3A@doppio.foo-projects.org> commit 7a88c0d3925b664bc14bcdf2a05e899378018c51 Author: Yiorgos Chadjipavlis Date: Mon Aug 3 20:16:30 2009 +0200 abs-guide: fix sha1 sum --- docs/abs-guide/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/abs-guide/DETAILS b/docs/abs-guide/DETAILS index f4133c6..12706c7 100644 --- a/docs/abs-guide/DETAILS +++ b/docs/abs-guide/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://bash.neuralshortcircuit.com SOURCE_URL[1]=http://thegrendel.150m.com - SOURCE_VFY=sha1:59d39c78f42c69aa3b0b7d33716fc9dd830cb897 + SOURCE_VFY=sha1:4bf2a6fe217f041388603c8b0831c02a190675a7 WEB_SITE=http://tldp.org/LDP/abs/html ENTERED=20020723 UPDATED=20090622 From engelsman at lunar-linux.org Mon Aug 3 20:27:08 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 3 Aug 2009 20:27:08 +0200 Subject: [Lunar-commits] abs-guide: updated UPDATED (my mistake!) Message-ID: <20090803182755.1F9DAF2C3A@doppio.foo-projects.org> commit ccf009461e75ce6b41b8ce4285279a24f2afbae4 Author: Duncan Gibson Date: Mon Aug 3 20:27:08 2009 +0200 abs-guide: updated UPDATED (my mistake!) --- docs/abs-guide/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/abs-guide/DETAILS b/docs/abs-guide/DETAILS index 12706c7..9e74d46 100644 --- a/docs/abs-guide/DETAILS +++ b/docs/abs-guide/DETAILS @@ -6,7 +6,7 @@ SOURCE_VFY=sha1:4bf2a6fe217f041388603c8b0831c02a190675a7 WEB_SITE=http://tldp.org/LDP/abs/html ENTERED=20020723 - UPDATED=20090622 + UPDATED=20090803 SHORT="An in-depth exploration of the gentle art of shell scripting" ARCHIVE=off From florin at lunar-linux.org Tue Aug 4 07:04:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 4 Aug 2009 08:04:01 +0300 Subject: [Lunar-commits] poppler: version bumped to 0.11.2. Message-ID: <20090804050450.5938AF2C3A@doppio.foo-projects.org> commit 5f6955349067f67b53075c4024add00a3913011f Author: Florin Braescu Date: Tue Aug 4 08:04:01 2009 +0300 poppler: version bumped to 0.11.2. Bugfixes and enhacements. --- libs/poppler/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/poppler/DETAILS b/libs/poppler/DETAILS index ba0b0da..8de499d 100644 --- a/libs/poppler/DETAILS +++ b/libs/poppler/DETAILS @@ -1,11 +1,11 @@ MODULE=poppler - VERSION=0.11.1 + VERSION=0.11.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:d694763b9c67d8eef4bf2c872015dbf11570da31 + SOURCE_VFY=sha1:df1c3be6f31f6e79afce32bed2996a52e29e4f7d WEB_SITE=http://poppler.freedesktop.org ENTERED=20050918 - UPDATED=20090629 + UPDATED=20090804 SHORT="A PDF rendering library based on the xpdf-3.02 code base" cat << EOF From elangelo at lunar-linux.org Tue Aug 4 14:34:59 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Tue, 4 Aug 2009 14:34:59 +0200 Subject: [Lunar-commits] linuxwacom: Version bump Message-ID: <20090804083547.B5894F2C3A@doppio.foo-projects.org> commit ce6547ff1d1b4496a46069cd42be1b17482698ec Author: Samuel Verstraete Date: Tue Aug 4 14:34:59 2009 +0200 linuxwacom: Version bump --- x11/linuxwacom/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/linuxwacom/DETAILS b/x11/linuxwacom/DETAILS index be75c61..da0fd14 100644 --- a/x11/linuxwacom/DETAILS +++ b/x11/linuxwacom/DETAILS @@ -1,11 +1,11 @@ MODULE=linuxwacom - VERSION=0.7.8-2 + VERSION=0.8.3-5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/linuxwacom/ - SOURCE_VFY=sha1:c72a4852ab3f5a241c8f850d2356120aa8c9ac93 + SOURCE_VFY=sha1:21b97b63666dd2b988fd1241df8e1ecb7467b62f WEB_SITE=http://linuxwacom.sf.net/ ENTERED=20061219 - UPDATED=20070724 + UPDATED=20090622 SHORT="Linux drivers for Wacom graphic tablets" MAINTAINER=jannis at lunar-linux.org From stumbles at lunar-linux.org Tue Aug 4 23:38:27 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 4 Aug 2009 17:38:27 -0400 Subject: [Lunar-commits] akonadi: version bump and removing un-needed patch. Message-ID: <20090804213856.12BA9F2C1C@doppio.foo-projects.org> commit 0748555b4a67c503ee41dca1667071bc1baa26d4 Author: Dennis `stumbles` Veatch Date: Tue Aug 4 17:38:27 2009 -0400 akonadi: version bump and removing un-needed patch. --- kde4/utils/akonadi/DETAILS | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/kde4/utils/akonadi/DETAILS b/kde4/utils/akonadi/DETAILS index c232b1f..eeda8ce 100644 --- a/kde4/utils/akonadi/DETAILS +++ b/kde4/utils/akonadi/DETAILS @@ -1,16 +1,13 @@ MODULE=akonadi - VERSION=1.1.1 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-pkgconfig_path.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=http://download.akonadi-project.org - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:797d90b9a5c17cb852408cbbc9cbd86e0ac711ac - SOURCE2_VFY=sha1:746a83c4c23e8456c4f611e73f6831a6f459b572 + SOURCE_VFY=sha1:140a7d7ff03e1976f063828c59c13a300abae76a MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting ENTERED=20080622 - UPDATED=20090128 + UPDATED=20090804 SHORT="A PIM layer for KDE 4.x" cat << EOF From stumbles at lunar-linux.org Tue Aug 4 23:38:08 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 4 Aug 2009 17:38:08 -0400 Subject: [Lunar-commits] akonadi: patch not needed. Message-ID: <20090804213856.04C3BF2C1D@doppio.foo-projects.org> commit 038062b30df1e4d56f29b12a926ddbb745426d35 Author: Dennis `stumbles` Veatch Date: Tue Aug 4 17:38:08 2009 -0400 akonadi: patch not needed. --- kde4/utils/akonadi/BUILD | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kde4/utils/akonadi/BUILD b/kde4/utils/akonadi/BUILD index d85b4bd..75ede68 100644 --- a/kde4/utils/akonadi/BUILD +++ b/kde4/utils/akonadi/BUILD @@ -7,8 +7,6 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - patch_it $SOURCE_CACHE/$SOURCE2 1 && - mkdir $KDE4_BUILD_DIR && cd $KDE4_BUILD_DIR && From zbiggy at lunar-linux.org Wed Aug 5 02:12:53 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 5 Aug 2009 02:12:53 +0200 Subject: [Lunar-commits] firefox: updated to 3.5.2 Message-ID: <20090805001320.EBED6F2C0A@doppio.foo-projects.org> commit 43cfee4374fc3a4ed61692d3d3e79b9f8d90048c Author: Zbigniew Luszpinski Date: Wed Aug 5 02:12:53 2009 +0200 firefox: updated to 3.5.2 --- web/firefox/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS index ae602c6..082a166 100644 --- a/web/firefox/DETAILS +++ b/web/firefox/DETAILS @@ -1,17 +1,17 @@ MODULE=firefox - VERSION=3.5.1 + VERSION=3.5.2 SOURCE=${MODULE}-${VERSION}-source.tar.bz2 SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source - SOURCE_VFY=sha1:8659dd873e8a82a9f39fcb1f0add8afb39cb7274 + SOURCE_VFY=sha1:6439923ff9d316297926ebe193bac3ac1a41b494 WEB_SITE=http://www.mozilla.org/projects/firefox ENTERED=20030810 - UPDATED=20090718 + UPDATED=20090804 MAINTAINER="tchan at lunar-linux.org" PSAFE=no SHORT="A speedy, full-featured web browser" - + cat << EOF Mozilla Firefox is the successor of Mozilla Firebird. From florin at lunar-linux.org Wed Aug 5 08:12:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:12:30 +0300 Subject: [Lunar-commits] squid: version bumped to 3.0.STABLE18. Message-ID: <20090805061304.57B34F2C0A@doppio.foo-projects.org> commit db08a756fae709603f5d0fcd3e6bdfd7ff0f3827 Author: Florin Braescu Date: Wed Aug 5 09:12:30 2009 +0300 squid: version bumped to 3.0.STABLE18. Bugfixes. --- web/squid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/squid/DETAILS b/web/squid/DETAILS index 24579fd..c6ecc39 100644 --- a/web/squid/DETAILS +++ b/web/squid/DETAILS @@ -1,12 +1,12 @@ MODULE=squid - VERSION=3.0.STABLE17 + VERSION=3.0.STABLE18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/3.0 SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/3.0 - SOURCE_VFY=sha1:9c619fcf7d2d62baaff1c718bf4f388b920675fb + SOURCE_VFY=sha1:8d7db1cda7595e7e8673e9394009192b5a703cb1 WEB_SITE=http://www.squid-cache.org ENTERED=20011214 - UPDATED=20090729 + UPDATED=20090805 SHORT="A full-featured Web proxy cache" cat << EOF From florin at lunar-linux.org Wed Aug 5 08:17:19 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:17:19 +0300 Subject: [Lunar-commits] gstreamer-10: version bumped to 0.10.24. Message-ID: <20090805061753.6C7C1F2C0A@doppio.foo-projects.org> commit 20b62f122f75feac4ba146656d53c5f83d0b19fc Author: Florin Braescu Date: Wed Aug 5 09:17:19 2009 +0300 gstreamer-10: version bumped to 0.10.24. Changes: Fully support nested structures in caps Support frame-by-frame stepping in sinks Add buffer-lists to pass around groups of buffers Use TaskPools for managing worker threads New stream-status API for finer thread control Code optimisations Many other bug-fixes and enhancements. --- audio/gstreamer-10/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/gstreamer-10/DETAILS b/audio/gstreamer-10/DETAILS index 6ab5526..37d9aa9 100644 --- a/audio/gstreamer-10/DETAILS +++ b/audio/gstreamer-10/DETAILS @@ -1,13 +1,13 @@ MODULE=gstreamer-10 RMODULE=gstreamer - VERSION=0.10.23 + VERSION=0.10.24 SOURCE=$RMODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$RMODULE-$VERSION - SOURCE_URL=http://gstreamer.freedesktop.org/src/$RMODULE/ - SOURCE_VFY=sha1:861af545b51be56b5782a636844f2e888ea7c90c - WEB_SITE=http://gstreamer.freedesktop.org/ + SOURCE_URL=http://gstreamer.freedesktop.org/src/$RMODULE + SOURCE_VFY=sha1:bb93174f1c19560e119092a16e8acc3a905b6bb4 + WEB_SITE=http://gstreamer.freedesktop.org ENTERED=20060311 - UPDATED=20090516 + UPDATED=20090805 SHORT="A multimedia (video and audio) framework (the 0.10.x version)" cat << EOF From florin at lunar-linux.org Wed Aug 5 08:23:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:23:29 +0300 Subject: [Lunar-commits] gst-plugins-base: version bumped to 0.10.24. Message-ID: <20090805062403.683C9F2C0A@doppio.foo-projects.org> commit fb0dc4d494bb59ced0a238a28a61e316a4a82be6 Author: Florin Braescu Date: Wed Aug 5 09:23:29 2009 +0300 gst-plugins-base: version bumped to 0.10.24. Changes: Recognise Kate subpicture subtitles Support progressive download in playbin2 GIO improvements Add buffer-list support in appsink Add gaussian-noise mode to audiotestsrc bump cdparanoia req to 0.10.2 and improve caching Improve audio source base class Add frame-by-frame stepping and examples Extend stream-probing in decodebin2 Many RTSP improvements support for PGS subpictures adder improvements Add Y444, v210, v216 formats implement preset interface in vorbisenc, theoraenc, oggmux Improve libvisual visualisation timestamp tracking playbin2 enhancements: custom audiosink, subpictures, cdda Improvements in textrender Support raw YUV 4:2:2 and SIREN in RIFF Add 4:2:2 and 4:4:4 support to theoradec Many other bug-fixes and improvements. --- audio/gst-plugins-base/DETAILS | 8 ++++---- audio/gstreamer-10/DEPENDS | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/audio/gst-plugins-base/DETAILS b/audio/gst-plugins-base/DETAILS index b72f1ae..02bfcd6 100644 --- a/audio/gst-plugins-base/DETAILS +++ b/audio/gst-plugins-base/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-base - VERSION=0.10.23 + VERSION=0.10.24 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/ - SOURCE_VFY=sha1:f0b66ddca22187c8011b37a5d806c7dc7e68b7f1 + SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE + SOURCE_VFY=sha1:01abe0839303923671e79d8448ebfabda5bce799 WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-plugins-base.html ENTERED=20060311 - UPDATED=20090516 + UPDATED=20090805 SHORT="The base set of plugins for Gstreamer 0.10.x" cat << EOF diff --git a/audio/gstreamer-10/DEPENDS b/audio/gstreamer-10/DEPENDS index acf5b00..eaedf94 100644 --- a/audio/gstreamer-10/DEPENDS +++ b/audio/gstreamer-10/DEPENDS @@ -1,3 +1,4 @@ depends glib-2 depends libxml2 + optional_depends gtk-doc "" "" "build dev documentation" From florin at lunar-linux.org Wed Aug 5 08:29:28 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:29:28 +0300 Subject: [Lunar-commits] gst-plugins-bad: version bumped to 0.10.13. Message-ID: <20090805062956.C43C5F2C0A@doppio.foo-projects.org> commit 1b121a4b71a5aa1cd64ba3c5bd22f8530f401240 Author: Florin Braescu Date: Wed Aug 5 09:29:28 2009 +0300 gst-plugins-bad: version bumped to 0.10.13. Many bugfixes and enhacements. --- audio/gst-plugins-bad/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/gst-plugins-bad/DETAILS b/audio/gst-plugins-bad/DETAILS index 4b567f2..6c75331 100644 --- a/audio/gst-plugins-bad/DETAILS +++ b/audio/gst-plugins-bad/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-bad - VERSION=0.10.10 + VERSION=0.10.13 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/ - SOURCE_VFY=sha1:cae416337c20462a827c6570a00e340a6af1ab98 - WEB_SITE=http://gstreamer.freedesktop.org/ + SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE + SOURCE_VFY=sha1:c5c2404aab55a04c57c4847f814d3e02e3ab914b + WEB_SITE=http://gstreamer.freedesktop.org ENTERED=20060311 - UPDATED=20090122 + UPDATED=20090805 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From florin at lunar-linux.org Wed Aug 5 08:32:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:32:31 +0300 Subject: [Lunar-commits] gst-plugins-ugly: version bumped to 0.10.12. Message-ID: <20090805063256.78544F2C0A@doppio.foo-projects.org> commit 5db7ddbe1c4baa569ae169a295ed936fcfcf20c2 Author: Florin Braescu Date: Wed Aug 5 09:32:31 2009 +0300 gst-plugins-ugly: version bumped to 0.10.12. Bugfixes and improvements. --- audio/gst-plugins-ugly/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/gst-plugins-ugly/DETAILS b/audio/gst-plugins-ugly/DETAILS index 6c7f9c9..e156cd2 100644 --- a/audio/gst-plugins-ugly/DETAILS +++ b/audio/gst-plugins-ugly/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-ugly - VERSION=0.10.10 + VERSION=0.10.12 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/ - SOURCE_VFY=sha1:1829bf0321c92fce702d70b3d177fd321ef6f0cf - WEB_SITE=http://gstreamer.freedesktop.org/ + SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE + SOURCE_VFY=sha1:2d09dc36a507c66c001f2ec1fa113df22a5b96dd + WEB_SITE=http://gstreamer.freedesktop.org ENTERED=20060311 - UPDATED=20090122 + UPDATED=20090805122 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From florin at lunar-linux.org Wed Aug 5 08:37:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:37:42 +0300 Subject: [Lunar-commits] gst-plugins-good: version bumped to 0.10.15. Message-ID: <20090805063807.6A856F2C0A@doppio.foo-projects.org> commit 20d8ac9b27a50ee4fe23583fad0293bf43c34a98 Author: Florin Braescu Date: Wed Aug 5 09:37:42 2009 +0300 gst-plugins-good: version bumped to 0.10.15. Bugfixes mostly. --- audio/gst-plugins-good/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/gst-plugins-good/DETAILS b/audio/gst-plugins-good/DETAILS index 294ce65..24965ff 100644 --- a/audio/gst-plugins-good/DETAILS +++ b/audio/gst-plugins-good/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-plugins-good - VERSION=0.10.14 + VERSION=0.10.15 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/ - SOURCE_VFY=sha1:49dbcfcbbab9bd6a1e54d9e548184016c20f3aba + SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE + SOURCE_VFY=sha1:b37611f5b4e28c19159ed3f71aeaf7dfff513174 WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-plugins-good.html ENTERED=20060311 - UPDATED=20090227 + UPDATED=20090805 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From florin at lunar-linux.org Wed Aug 5 08:42:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 09:42:45 +0300 Subject: [Lunar-commits] gst-python: version bumped to 0.10.16. Message-ID: <20090805064318.B6D85F2C0A@doppio.foo-projects.org> commit cbfacdd4c8501fa38aaf15629ff03f25627f98a7 Author: Florin Braescu Date: Wed Aug 5 09:42:45 2009 +0300 gst-python: version bumped to 0.10.16. Changes: Update bindings for GStreamer 0.10.24 Fixes for the python plugin loader. --- python/gst-python/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/gst-python/DETAILS b/python/gst-python/DETAILS index 5e6ab22..61e4981 100644 --- a/python/gst-python/DETAILS +++ b/python/gst-python/DETAILS @@ -1,11 +1,11 @@ MODULE=gst-python - VERSION=0.10.15 + VERSION=0.10.16 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://gstreamer.freedesktop.org/src/gst-python/ - SOURCE_VFY=sha1:03f99b8db91a3edae7f2df8047e4355c08d5d7f0 + SOURCE_URL=http://gstreamer.freedesktop.org/src/gst-python + SOURCE_VFY=sha1:d6719417e3228a392ab6a40d3961c0de830bdc79 WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-python.html ENTERED=20061213 - UPDATED=20090610 + UPDATED=20090805 SHORT="GStreamer python bindings" cat << EOF From stumbles at lunar-linux.org Wed Aug 5 13:16:00 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 07:16:00 -0400 Subject: [Lunar-commits] kde4: version bump. A couple of new modules here. Oxygen icons got separated into Message-ID: <20090805111910.C2F92F29E4@doppio.foo-projects.org> commit 8c5c68afa2f495d12105f89803490a76e64d9f7f Author: Dennis `stumbles` Veatch Date: Wed Aug 5 07:16:00 2009 -0400 kde4: version bump. A couple of new modules here. Oxygen icons got separated into their own, and a kdelibs-experimental. There is minor crash on something after login but does not seem to be deterimental to basic usage. Still need to figure out why kdelibs4 cannot find lzma stuff even though it is installed, and why kdemultimedia cannot find pulseaudio. Sound does work with gstreamer. --- kde3/utils/strigi/DETAILS | 6 +++--- kde4/base/kdeaccessibility4/DETAILS | 8 ++++---- kde4/base/kdeadmin4/DETAILS | 8 ++++---- kde4/base/kdeartwork4/DETAILS | 8 ++++---- kde4/base/kdebase4-runtime/DETAILS | 8 ++++---- kde4/base/kdebase4-workspace/BUILD | 2 -- kde4/base/kdebase4-workspace/DETAILS | 11 ++++------- kde4/base/kdebase4/DETAILS | 8 ++++---- kde4/base/kdebindings4/DETAILS | 8 ++++---- kde4/base/kdeedu4/DETAILS | 9 ++++----- kde4/base/kdegames4/DETAILS | 8 ++++---- kde4/base/kdegraphics4/DETAILS | 8 ++++---- kde4/base/kdelibs4-experimental/BUILD | 16 ++++++++++++++++ kde4/base/kdelibs4-experimental/DEPENDS | 1 + kde4/base/kdelibs4-experimental/DETAILS | 14 ++++++++++++++ kde4/base/kdelibs4/DEPENDS | 2 +- kde4/base/kdelibs4/DETAILS | 8 ++++---- kde4/base/kdemultimedia4/DETAILS | 8 ++++---- kde4/base/kdenetwork4/DETAILS | 8 ++++---- kde4/base/kdepim4/DETAILS | 8 ++++---- kde4/base/kdepimlibs4/DETAILS | 8 ++++---- kde4/base/kdeplasma4-addons/DETAILS | 8 ++++---- kde4/base/kdesdk4/DETAILS | 8 ++++---- kde4/base/kdetoys4/DETAILS | 8 ++++---- kde4/base/kdeutils4/DETAILS | 8 ++++---- kde4/base/kdewebdev4/DETAILS | 8 ++++---- kde4/base/oxygen-icons/BUILD | 18 ++++++++++++++++++ kde4/base/oxygen-icons/DEPENDS | 1 + kde4/base/oxygen-icons/DETAILS | 15 +++++++++++++++ profiles/kde4/DEPENDS | 2 ++ profiles/kde4/DETAILS | 6 +++--- 31 files changed, 154 insertions(+), 93 deletions(-) diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS index 44e669b..6500b8c 100644 --- a/kde3/utils/strigi/DETAILS +++ b/kde3/utils/strigi/DETAILS @@ -1,11 +1,11 @@ MODULE=strigi - VERSION=0.6.5 + VERSION=0.7.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.vandenoever.info/software/strigi - SOURCE_VFY=sha1:a7594eabd192c75506e8929aafa66195791019a0 + SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 WEB_SITE=http://strigi.sourceforge.net ENTERED=20070802 - UPDATED=20090803 + UPDATED=20090804 SHORT="A small daemon that can index information" cat << EOF diff --git a/kde4/base/kdeaccessibility4/DETAILS b/kde4/base/kdeaccessibility4/DETAILS index 6123f78..3bb7954 100644 --- a/kde4/base/kdeaccessibility4/DETAILS +++ b/kde4/base/kdeaccessibility4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeaccessibility4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdeaccessibility-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeaccessibility-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:fcf11ffaba2132ae83f767f357376c201b3e7c0a + SOURCE_VFY=sha1:ab75a7d05ee799885be140eb68c82eb14d87f943 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="" cat << EOF EOF diff --git a/kde4/base/kdeadmin4/DETAILS b/kde4/base/kdeadmin4/DETAILS index 41e98d8..6d360e8 100644 --- a/kde4/base/kdeadmin4/DETAILS +++ b/kde4/base/kdeadmin4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeadmin4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdeadmin-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeadmin-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:72a9bfeaacf6bf70f464923f96b28891ad6b671e + SOURCE_VFY=sha1:ae0b27883d9a23e3161a66c6040103e568cc086a MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="" cat << EOF EOF diff --git a/kde4/base/kdeartwork4/DETAILS b/kde4/base/kdeartwork4/DETAILS index 7ea9c26..4133b99 100644 --- a/kde4/base/kdeartwork4/DETAILS +++ b/kde4/base/kdeartwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeartwork4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdeartwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeartwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:601fa04bc6fb9bdd5dfa094af04ad204bcc20b14 + SOURCE_VFY=sha1:991e4b9a951526e3b34672fbb9218416836f5c25 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="" cat << EOF diff --git a/kde4/base/kdebase4-runtime/DETAILS b/kde4/base/kdebase4-runtime/DETAILS index c6e01c1..751ee9c 100644 --- a/kde4/base/kdebase4-runtime/DETAILS +++ b/kde4/base/kdebase4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-runtime - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdebase-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:dd829270b5fb21e4c24db5e7d16db6e99fe51c1d + SOURCE_VFY=sha1:df12e292ece343622f2e05848f1d72975b234ae9 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="compenents KDE expects to be available at runtime" cat << EOF diff --git a/kde4/base/kdebase4-workspace/BUILD b/kde4/base/kdebase4-workspace/BUILD index f3f322c..d2ed810 100644 --- a/kde4/base/kdebase4-workspace/BUILD +++ b/kde4/base/kdebase4-workspace/BUILD @@ -3,8 +3,6 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - patch_it $SOURCE_CACHE/$SOURCE2 0 && - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" mkdir $KDE4_BUILD_DIR && diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS index 85c4775..dc23b47 100644 --- a/kde4/base/kdebase4-workspace/DETAILS +++ b/kde4/base/kdebase4-workspace/DETAILS @@ -1,17 +1,14 @@ MODULE=kdebase4-workspace - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdebase-workspace-$VERSION.tar.bz2 - SOURCE2=kdebase4-workspace-4.2.2.solid.bluez.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:31f38436736ff73b6ffb9d8bbb93b8342965e894 - SOURCE2_VFY=sha1:bdfd68d03d35695f02c08f9d1fc91646220a79a6 + SOURCE_VFY=sha1:9a27b91b2c8a673fbdd6ea88385de0327f10e248 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="This package is what is the desktop" cat << EOF KDE Workspace consisting of what is the desktop. The applications and libraries diff --git a/kde4/base/kdebase4/DETAILS b/kde4/base/kdebase4/DETAILS index 1b15017..7196732 100644 --- a/kde4/base/kdebase4/DETAILS +++ b/kde4/base/kdebase4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdebase-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:c08188baa90a5075f18a75640c4dc3e6dc69daa0 + SOURCE_VFY=sha1:073ccad4728bef9ca8ba0f3849c8c6756be52199 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdebindings4/DETAILS b/kde4/base/kdebindings4/DETAILS index 4b67bd3..2ffd65d 100644 --- a/kde4/base/kdebindings4/DETAILS +++ b/kde4/base/kdebindings4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebindings4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdebindings-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:5550b690d1c63fc63b3603ad73ba2b911158fe96 + SOURCE_VFY=sha1:4d2e9f014d47ae160ee63a6bd71970aa4a4ecd55 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="bindings for other lanquages" cat << EOF diff --git a/kde4/base/kdeedu4/DETAILS b/kde4/base/kdeedu4/DETAILS index c8345f4..e5d7493 100644 --- a/kde4/base/kdeedu4/DETAILS +++ b/kde4/base/kdeedu4/DETAILS @@ -1,17 +1,16 @@ MODULE=kdeedu4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdeedu-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeedu-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:7b26b946e1981ac57efdd2059eb3bba2808aef4b + SOURCE_VFY=sha1:aeda6605f721ead1d651cd9fba5277cef5358107 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071027 - UPDATED=20090603 + UPDATED=20090805 SHORT="education based applications for KDE" -#PSAFE=no cat << EOF This packages contains: * blinken: the KDE version of the well-known game Simon Says diff --git a/kde4/base/kdegames4/DETAILS b/kde4/base/kdegames4/DETAILS index 5eea986..b89c574 100644 --- a/kde4/base/kdegames4/DETAILS +++ b/kde4/base/kdegames4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegames4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdegames-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegames-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:c940d73616734fabdfcd0c5961459ba168494b16 + SOURCE_VFY=sha1:f71dcff43a8d8eec749e18bb82484aa31fdf0e02 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="a compilation of various default games shipped with KDE" cat << EOF diff --git a/kde4/base/kdegraphics4/DETAILS b/kde4/base/kdegraphics4/DETAILS index 09bc35c..e0a6711 100644 --- a/kde4/base/kdegraphics4/DETAILS +++ b/kde4/base/kdegraphics4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegraphics4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdegraphics-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegraphics-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:032352e87be16ae90f09183a466e61487ef1e738 + SOURCE_VFY=sha1:11259831919088d93eeb0872a7fcc1028b570f53 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="graphic applications for KDE" cat << EOF diff --git a/kde4/base/kdelibs4-experimental/BUILD b/kde4/base/kdelibs4-experimental/BUILD new file mode 100644 index 0000000..0cc56ec --- /dev/null +++ b/kde4/base/kdelibs4-experimental/BUILD @@ -0,0 +1,16 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/base/kdelibs4-experimental/DEPENDS b/kde4/base/kdelibs4-experimental/DEPENDS new file mode 100644 index 0000000..e31c0a3 --- /dev/null +++ b/kde4/base/kdelibs4-experimental/DEPENDS @@ -0,0 +1 @@ +depends kdelibs4 diff --git a/kde4/base/kdelibs4-experimental/DETAILS b/kde4/base/kdelibs4-experimental/DETAILS new file mode 100644 index 0000000..1fd282c --- /dev/null +++ b/kde4/base/kdelibs4-experimental/DETAILS @@ -0,0 +1,14 @@ + MODULE=kdelibs4-experimental + MAJOR=4.3 + VERSION=${MAJOR}.0 + SOURCE=kdelibs-experimental-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-experimental-$VERSION + SOURCE_URL=$KDE_URL/stable/$VERSION/src/ + SOURCE_VFY=sha1:f9f0d6310aaf30d0f40fe3042bd11436171b1178 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://www.kde.org + ENTERED=20090805 + UPDATED=20090805 + SHORT="" +cat << EOF +EOF diff --git a/kde4/base/kdelibs4/DEPENDS b/kde4/base/kdelibs4/DEPENDS index 1804809..746f311 100644 --- a/kde4/base/kdelibs4/DEPENDS +++ b/kde4/base/kdelibs4/DEPENDS @@ -15,4 +15,4 @@ optional_depends "enchant" "" "" "needed for spell checking library access" optional_depends "jasper" "" "" "for JPEG-2000 image reading support" optional_depends "OpenEXR" "" "" "for high dynamic-range image support" optional_depends "attr" "" "" "for Access Control List support" -optional_depends "krb5" "" "" "for Generic Security Services support" +optional_depends "heimdal" "" "" "for Generic Security Services support" diff --git a/kde4/base/kdelibs4/DETAILS b/kde4/base/kdelibs4/DETAILS index 48bd9f9..7727a3c 100644 --- a/kde4/base/kdelibs4/DETAILS +++ b/kde4/base/kdelibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdelibs4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdelibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:259947ede89daec94475a811a41ae7474bc4fd17 + SOURCE_VFY=sha1:39d6577530a22e46a03ec64d1e5c075a163ca7d8 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="central libraries for developement and execution of KDE" cat << EOF diff --git a/kde4/base/kdemultimedia4/DETAILS b/kde4/base/kdemultimedia4/DETAILS index ded8f46..465716a 100644 --- a/kde4/base/kdemultimedia4/DETAILS +++ b/kde4/base/kdemultimedia4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdemultimedia4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdemultimedia-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdemultimedia-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:ab1f9e38ab38d502aa771a70137ded811f40ad1c + SOURCE_VFY=sha1:cc69baa1b8ce929b8c9696053491025c96142197 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="multimedia applications for KDE" cat << EOF diff --git a/kde4/base/kdenetwork4/DETAILS b/kde4/base/kdenetwork4/DETAILS index 5fc6aef..d541ae8 100644 --- a/kde4/base/kdenetwork4/DETAILS +++ b/kde4/base/kdenetwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdenetwork4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdenetwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenetwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:31f3f1c44690339ce523c309a3d2c131563d9f97 + SOURCE_VFY=sha1:741d26fd51031b72b132f6ac0f72316108a657a2 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="Network tools for KDE" cat << EOF diff --git a/kde4/base/kdepim4/DETAILS b/kde4/base/kdepim4/DETAILS index c51b38d..b2464f4 100644 --- a/kde4/base/kdepim4/DETAILS +++ b/kde4/base/kdepim4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdepim-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:d2328af104edf6471e3474ccea39710e0e1babc9 + SOURCE_VFY=sha1:9cae4058cf69b5799554ff863cd9467c2506b1d5 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdepimlibs4/DETAILS b/kde4/base/kdepimlibs4/DETAILS index 91d7c96..a4961e9 100644 --- a/kde4/base/kdepimlibs4/DETAILS +++ b/kde4/base/kdepimlibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepimlibs4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdepimlibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepimlibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:1deb9298fe935ed1a53fad8e2a060fdc1c3e4ad8 + SOURCE_VFY=sha1:987c5a7369d7344c555b77929785556612cdfa22 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdeplasma4-addons/DETAILS b/kde4/base/kdeplasma4-addons/DETAILS index 629b6a3..e749041 100644 --- a/kde4/base/kdeplasma4-addons/DETAILS +++ b/kde4/base/kdeplasma4-addons/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeplasma4-addons - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdeplasma-addons-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeplasma-addons-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:500d05cc6eeb218b8615b1a49e69e3b9e88f3997 + SOURCE_VFY=sha1:f0cc7332a6922c79d19173d7469a1ba029f48113 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080716 - UPDATED=20090603 + UPDATED=20090805 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdesdk4/DETAILS b/kde4/base/kdesdk4/DETAILS index 913cf9c..6f66afc 100644 --- a/kde4/base/kdesdk4/DETAILS +++ b/kde4/base/kdesdk4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdesdk4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdesdk-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesdk-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:ad5a00f5ee4ae0f627b971b7413edb0550e92db1 + SOURCE_VFY=sha1:41523dc3f1370ec2bee872d40fdf9f45ad872077 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="applications and tools for development" cat << EOF diff --git a/kde4/base/kdetoys4/DETAILS b/kde4/base/kdetoys4/DETAILS index 43b821d..5debb4c 100644 --- a/kde4/base/kdetoys4/DETAILS +++ b/kde4/base/kdetoys4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdetoys4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdetoys-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdetoys-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:3f05154f85d0a01ceb97854e31adff03a7b5fdda + SOURCE_VFY=sha1:c8c1ee68d707ea38f35f4406b2303dc1a989e4af MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="KDE toys" cat << EOF diff --git a/kde4/base/kdeutils4/DETAILS b/kde4/base/kdeutils4/DETAILS index 8cbbdb2..afbc150 100644 --- a/kde4/base/kdeutils4/DETAILS +++ b/kde4/base/kdeutils4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeutils4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdeutils-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeutils-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:59bb17463bec48c77768e50fb0e9ec3c1b0827af + SOURCE_VFY=sha1:a607174ae8cc2907b59a00f44e48aba2b95c5fc8 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="utilities for KDE" cat << EOF diff --git a/kde4/base/kdewebdev4/DETAILS b/kde4/base/kdewebdev4/DETAILS index 8159450..6e090e3 100644 --- a/kde4/base/kdewebdev4/DETAILS +++ b/kde4/base/kdewebdev4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdewebdev4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=kdewebdev-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdewebdev-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:9e3667c994793232177a70ff0b6fb2caa252757f + SOURCE_VFY=sha1:e94a89c48158d232a70b646230171e83098b2657 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20090603 + UPDATED=20090805 SHORT="applications for web development" cat << EOF diff --git a/kde4/base/oxygen-icons/BUILD b/kde4/base/oxygen-icons/BUILD new file mode 100644 index 0000000..f6c697a --- /dev/null +++ b/kde4/base/oxygen-icons/BUILD @@ -0,0 +1,18 @@ +( + + export CFLAGS="$CFLAGS -fPIC" + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/base/oxygen-icons/DEPENDS b/kde4/base/oxygen-icons/DEPENDS new file mode 100644 index 0000000..189da0b --- /dev/null +++ b/kde4/base/oxygen-icons/DEPENDS @@ -0,0 +1 @@ +depends kdebase4 diff --git a/kde4/base/oxygen-icons/DETAILS b/kde4/base/oxygen-icons/DETAILS new file mode 100644 index 0000000..ededbe1 --- /dev/null +++ b/kde4/base/oxygen-icons/DETAILS @@ -0,0 +1,15 @@ + MODULE=oxygen-icons + MAJOR=4.3 + VERSION=${MAJOR}.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$KDE_URL/stable/$VERSION/src/ + SOURCE_VFY=sha1:f18366694bb43dfd84aea57d80ebe814abeb0506 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://www.kde.org + ENTERED=20090805 + UPDATED=20090805 + SHORT="oxygen-icons" + +cat << EOF +oxygen-icons. +EOF diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 250820a..aa7d48d 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,7 +1,9 @@ depends kdepimlibs4 +depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 +depends oxygen-icons optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" diff --git a/profiles/kde4/DETAILS b/profiles/kde4/DETAILS index 89952e2..7d0bc79 100644 --- a/profiles/kde4/DETAILS +++ b/profiles/kde4/DETAILS @@ -1,9 +1,9 @@ MODULE=kde4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 WEB_SITE=http://www.kde.org/ ENTERED=20080201 - UPDATED=20090603 + UPDATED=20090804 PROFILE=yes SHORT="powerful graphical desktop environment" From florin at lunar-linux.org Wed Aug 5 13:50:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 14:50:38 +0300 Subject: [Lunar-commits] samba: version bumped to 3.4.0. Message-ID: <20090805115832.2985BF29E4@doppio.foo-projects.org> commit e15bf6a7def287404c29793ce14b6c4bce9c0f6e Author: Florin Braescu Date: Wed Aug 5 14:50:38 2009 +0300 samba: version bumped to 3.4.0. Configuration changes: o The default passdb backend has been changed to 'tdbsam'! General changes: o Samba4 and Samba3 sources are included in the tarball Authentication Changes: o Changed the way smbd handles untrusted domain names given during user authentication. Printing Changes: o Various fixes including printer change notificiation for Samba spoolss print servers. Internal changes: o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog and spoolss) were replaced by autogenerated code based on PIDL. o Samba3 and Samba4 do now share a common tevent library. o The code has been cleaned up and the major basic interfaces are shared with Samba4 now. o An asynchronous API has been added. Configuration changes ===================== !!! ATTENTION !!! The default passdb backend has been changed to 'tdbsam'! That breaks existing setups using the 'smbpasswd' backend without explicit declaration! Please use 'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd' backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e tdbsam'. The 'tdbsam' backend is much more flexible concerning per user settings like 'profile path' or 'home directory' and there are some commands which do not work with the 'smbpasswd' backend at all. --- net/samba/BUILD | 4 ++-- net/samba/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/samba/BUILD b/net/samba/BUILD index df248e3..525c2b4 100644 --- a/net/samba/BUILD +++ b/net/samba/BUILD @@ -4,7 +4,7 @@ WITH_PAM="--with-pam --with-pam_smbpass" fi && - cd source + cd source3 ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ @@ -15,7 +15,7 @@ --with-swatdir=/usr/share/samba/swat \ $OPTS || exit 1 - mkdir -p /etc/samba /usr/share/samba /var/log/samba && + mkdir -p /etc/samba /usr/share/samba /var/log/samba && default_make && diff --git a/net/samba/DETAILS b/net/samba/DETAILS index b52730a..b64db04 100644 --- a/net/samba/DETAILS +++ b/net/samba/DETAILS @@ -1,5 +1,5 @@ MODULE=samba - VERSION=3.3.6 + VERSION=3.3.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://us1.samba.org/$MODULE/ftp SOURCE_URL[1]=http://us2.samba.org/$MODULE/ftp @@ -8,10 +8,10 @@ SOURCE_URL[4]=ftp://se.samba.org/pub/$MODULE SOURCE_URL[5]=ftp://de.samba.org/samba.org SOURCE_URL[6]=http://us1.samba.org/$MODULE/ftp/old-versions - SOURCE_VFY=sha1:e6dea0bc938bd74e593a78c23afb55574edfba9a + SOURCE_VFY=sha1: WEB_SITE=http://www.samba.org ENTERED=20010922 - UPDATED=20090623 + UPDATED=20090805 SHORT="Samba provides file and print services to SMB/CIFS clients" PSAFE=no From florin at lunar-linux.org Wed Aug 5 14:14:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 15:14:42 +0300 Subject: [Lunar-commits] cyrus-sasl: ad a patch to compile with gcc 4.4.x. Message-ID: <20090805121513.DBA66F29E4@doppio.foo-projects.org> commit e3e8161cfb1496dd2e865d27a2587466ca74403e Author: Florin Braescu Date: Wed Aug 5 15:14:42 2009 +0300 cyrus-sasl: ad a patch to compile with gcc 4.4.x. --- crypto/cyrus-sasl/BUILD | 1 + crypto/cyrus-sasl/DEPENDS | 7 ++++--- crypto/cyrus-sasl/DETAILS | 7 +++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD index 9abfc2d..1a2064d 100644 --- a/crypto/cyrus-sasl/BUILD +++ b/crypto/cyrus-sasl/BUILD @@ -1,6 +1,7 @@ ( patch_it $SOURCE_CACHE/$SOURCE3 1 && + patch_it $SOURCE_CACHE/$SOURCE4 1 && # the patch REQUIRES -lcrypt but we might want to disable PAM: if echo $OPTS | grep -q with-pam ; then sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/" */Makefile.in diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS index 2f5a89f..399daa8 100644 --- a/crypto/cyrus-sasl/DEPENDS +++ b/crypto/cyrus-sasl/DEPENDS @@ -1,6 +1,7 @@ depends openssl depends db -optional_depends Linux-PAM "--with-pam" "--without-pam" "for PAM authentication" -optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" + +optional_depends Linux-PAM "--with-pam" "--without-pam" "for PAM authentication" +optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" -optional_depends heimdal "--enable-gssapi=/usr/include --disable-krb4" "--disable-gssapi" "for GSSAPI support" +optional_depends heimdal "--enable-gssapi=/usr/include --disable-krb4" "--disable-gssapi" "for GSSAPI support" diff --git a/crypto/cyrus-sasl/DETAILS b/crypto/cyrus-sasl/DETAILS index 4172b03..05c5630 100644 --- a/crypto/cyrus-sasl/DETAILS +++ b/crypto/cyrus-sasl/DETAILS @@ -3,14 +3,17 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=cyrus-sasl-smtpd.conf.gz SOURCE3=cyrus-sasl-encrypt_pwd.patch.bz2 - SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ + SOURCE4=cyrus-sasl-gcc44.patch.bz2 + SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail SOURCE_VFY=sha1:d23454ab12054714ab97d229c86cb934ce63fbb1 SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL + SOURCE4_URL=$PATCH_URL SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555 SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340 + SOURCE4_VFY=sha1:ea9b283fbe284ae4261afc8148891e26cc04f743 PSAFE=no - WEB_SITE=http://asg.web.cmu.edu/sasl/ + WEB_SITE=http://asg.web.cmu.edu/sasl ENTERED=20020826 UPDATED=20060826 SHORT="Simple Authentication and Security Layer" From elangelo at lunar-linux.org Wed Aug 5 18:23:21 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 5 Aug 2009 18:23:21 +0200 Subject: [Lunar-commits] mplayerplug-in: fix in BUILD Message-ID: <20090805122416.4A6A1F29E4@doppio.foo-projects.org> commit b37f0edeae5ef05292ed8089ce0948077f02fe86 Author: Samuel Verstraete Date: Wed Aug 5 18:23:21 2009 +0200 mplayerplug-in: fix in BUILD --- video/mplayerplug-in/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/video/mplayerplug-in/BUILD b/video/mplayerplug-in/BUILD index efbbdd4..bf80db9 100644 --- a/video/mplayerplug-in/BUILD +++ b/video/mplayerplug-in/BUILD @@ -6,7 +6,7 @@ GECKO_HOME=/usr/lib/seamonkey-$(module_version seamonkey) elif module_installed firefox2 ; then GECKO_HOME=/usr/lib/firefox-$(module_version firefox2) elif module_installed firefox ; then -GECKO_HOME=/usr/lib/firefox-$(module_version firefox) +GECKO_HOME=/usr/lib/firefox-$(module_version firefox)/stable fi && OPTS="$OPTS \ From stumbles at lunar-linux.org Wed Aug 5 14:30:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 08:30:28 -0400 Subject: [Lunar-commits] lzma-utils: new module. Does not conflict with lzma-sdk. Message-ID: <20090805123107.74A2DF29E4@doppio.foo-projects.org> commit 85b31c91cd5d498d5636d3b579e73d81d1baee9d Author: Dennis `stumbles` Veatch Date: Wed Aug 5 08:30:28 2009 -0400 lzma-utils: new module. Does not conflict with lzma-sdk. --- archive/lzma-utils/DETAILS | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/archive/lzma-utils/DETAILS b/archive/lzma-utils/DETAILS new file mode 100644 index 0000000..4675fa0 --- /dev/null +++ b/archive/lzma-utils/DETAILS @@ -0,0 +1,26 @@ + MODULE=lzma-utils + VERSION=4.32.7 + SOURCE=lzma-$VERSION.tar.gz + SOURCE_URL[0]=http://tukaani.org/lzma/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/lzma-$VERSION + SOURCE_VFY=sha1:1c90c2fd6d4d35f37589a03bcbc487e7c46ea389 + WEB_SITE=http://tukaani.org/lzma/ + ENTERED=20090805 + UPDATED=20090805 + SHORT="LZMA utils" +cat << EOF + * Average compression ratio of LZMA is about 30% better than that of gzip, + and 15% better than that of bzip2. + * Decompression speed is only little slower than that of gzip, being two to + five times faster than bzip2. + * In fast mode, compresses faster than bzip2 with a comparable compression + ratio. + * Achieving the best compression ratios takes four to even twelve times + longer than with bzip2. However. this doesn't affect decompressing speed. + * Command line interface very similar to those of gzip and bzip2. + * The patch for GNU tar integrates LZMA compression with the tar command in + the same way as with gzip and bzip2. + * Free software licensed under the GNU GPL (actually most parts are under + the GNU LGPL). + +EOF From stumbles at lunar-linux.org Wed Aug 5 14:33:12 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 08:33:12 -0400 Subject: [Lunar-commits] lzma-utils: removing, it does conflict with xz. Which just happens to be Message-ID: <20090805123440.7B635F29E4@doppio.foo-projects.org> commit 46f59a758bf663eee3c6cf10b6b7d104f0230b65 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 08:33:12 2009 -0400 lzma-utils: removing, it does conflict with xz. Which just happens to be the module optionally needed by kdelibs4 regarding lzma. --- archive/lzma-utils/DETAILS | 26 -------------------------- 1 files changed, 0 insertions(+), 26 deletions(-) diff --git a/archive/lzma-utils/DETAILS b/archive/lzma-utils/DETAILS deleted file mode 100644 index 4675fa0..0000000 --- a/archive/lzma-utils/DETAILS +++ /dev/null @@ -1,26 +0,0 @@ - MODULE=lzma-utils - VERSION=4.32.7 - SOURCE=lzma-$VERSION.tar.gz - SOURCE_URL[0]=http://tukaani.org/lzma/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/lzma-$VERSION - SOURCE_VFY=sha1:1c90c2fd6d4d35f37589a03bcbc487e7c46ea389 - WEB_SITE=http://tukaani.org/lzma/ - ENTERED=20090805 - UPDATED=20090805 - SHORT="LZMA utils" -cat << EOF - * Average compression ratio of LZMA is about 30% better than that of gzip, - and 15% better than that of bzip2. - * Decompression speed is only little slower than that of gzip, being two to - five times faster than bzip2. - * In fast mode, compresses faster than bzip2 with a comparable compression - ratio. - * Achieving the best compression ratios takes four to even twelve times - longer than with bzip2. However. this doesn't affect decompressing speed. - * Command line interface very similar to those of gzip and bzip2. - * The patch for GNU tar integrates LZMA compression with the tar command in - the same way as with gzip and bzip2. - * Free software licensed under the GNU GPL (actually most parts are under - the GNU LGPL). - -EOF From stumbles at lunar-linux.org Wed Aug 5 14:36:13 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 08:36:13 -0400 Subject: [Lunar-commits] kdelibs4: adding a missing optional_depends. Message-ID: <20090805123639.D347DF29E4@doppio.foo-projects.org> commit bb8346d82925c4aacd336a257ff94860cb566171 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 08:36:13 2009 -0400 kdelibs4: adding a missing optional_depends. --- kde4/base/kdelibs4/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdelibs4/DEPENDS b/kde4/base/kdelibs4/DEPENDS index 746f311..62b6a29 100644 --- a/kde4/base/kdelibs4/DEPENDS +++ b/kde4/base/kdelibs4/DEPENDS @@ -16,3 +16,4 @@ optional_depends "jasper" "" "" "for JPEG-2000 image reading support" optional_depends "OpenEXR" "" "" "for high dynamic-range image support" optional_depends "attr" "" "" "for Access Control List support" optional_depends "heimdal" "" "" "for Generic Security Services support" +optional_depends "xz" "" "" "for lzma compression/decompression support" From florin at lunar-linux.org Wed Aug 5 14:52:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 5 Aug 2009 15:52:16 +0300 Subject: [Lunar-commits] libofa: add a patch to compile with gcc 4.4.1. Message-ID: <20090805125240.60DB3F29E4@doppio.foo-projects.org> commit 1c2b9d04b32aa6f6e84d6dcb5f21f7eddd4d8ead Author: Florin Braescu Date: Wed Aug 5 15:52:16 2009 +0300 libofa: add a patch to compile with gcc 4.4.1. --- libs/libofa/BUILD | 3 +-- libs/libofa/DEPENDS | 6 +++--- libs/libofa/DETAILS | 12 ++++++------ 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/libs/libofa/BUILD b/libs/libofa/BUILD index 18c7712..1bfc259 100644 --- a/libs/libofa/BUILD +++ b/libs/libofa/BUILD @@ -1,7 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - + patch_it $SOURCE_CACHE/$SOURCE2 0 && default_build ) > $C_FIFO 2>&1 diff --git a/libs/libofa/DEPENDS b/libs/libofa/DEPENDS index 52e9fad..47eae36 100644 --- a/libs/libofa/DEPENDS +++ b/libs/libofa/DEPENDS @@ -1,4 +1,4 @@ -depends fftw3 && -depends expat && -depends curl && +depends fftw3 +depends expat +depends curl depends pkgconfig diff --git a/libs/libofa/DETAILS b/libs/libofa/DETAILS index 0d20360..457a339 100644 --- a/libs/libofa/DETAILS +++ b/libs/libofa/DETAILS @@ -1,15 +1,15 @@ MODULE=libofa VERSION=0.9.3 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-gcc4.patch - SOURCE_URL[0]=http://www.musicip.com/dns/files/ - SOURCE_URL[1]=http://musicip-libofa.googlecode.com/files/ + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 + SOURCE_URL[0]=http://www.musicip.com/dns/files + SOURCE_URL[1]=http://musicip-libofa.googlecode.com/files SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:3dec8e1dcea937f74b4165e9ffd4d4f355e4594a - SOURCE2_VFY=sha1:cb19377d0634c03d2a49cfc61915cec918c341f7 - WEB_SITE=http://www.musicdns.org/ + SOURCE2_VFY=sha1:cbf06ea972a146c22180c459d29cb99bc6e059bb + WEB_SITE=http://www.musicdns.org ENTERED=20060924 - UPDATED=20070719 + UPDATED=20090805 SHORT="the Open Fingerprint Architechture" cat << EOF From stumbles at lunar-linux.org Wed Aug 5 14:53:49 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 08:53:49 -0400 Subject: [Lunar-commits] kde4/extragear: version bumps. Message-ID: <20090805125412.CA9FAF29E4@doppio.foo-projects.org> commit 0afe6aeea0ff80f5b0f0ac8d944f0c5e194b0e07 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 08:53:49 2009 -0400 kde4/extragear: version bumps. --- kde4/extragear/guidance-power-manager/DETAILS | 8 ++++---- kde4/extragear/kcoloredit/DETAILS | 8 ++++---- kde4/extragear/kfax/DETAILS | 8 ++++---- kde4/extragear/kgrab/DETAILS | 8 ++++---- kde4/extragear/kgraphviewer/DETAILS | 8 ++++---- kde4/extragear/kiconedit/DETAILS | 8 ++++---- kde4/extragear/kio_gopher/DETAILS | 8 ++++---- kde4/extragear/kmldonkey4/DETAILS | 8 ++++---- kde4/extragear/konq-plugins/DETAILS | 8 ++++---- kde4/extragear/kopete-cryptography/DETAILS | 8 ++++---- kde4/extragear/kphotoalbum/DETAILS | 17 +++++++++-------- kde4/extragear/kpovmodeler/DETAILS | 8 ++++---- kde4/extragear/skanlite/DETAILS | 8 ++++---- 13 files changed, 57 insertions(+), 56 deletions(-) diff --git a/kde4/extragear/guidance-power-manager/DETAILS b/kde4/extragear/guidance-power-manager/DETAILS index 9c568e1..5529176 100644 --- a/kde4/extragear/guidance-power-manager/DETAILS +++ b/kde4/extragear/guidance-power-manager/DETAILS @@ -1,14 +1,14 @@ MODULE=guidance-power-manager - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:42e0e6c2a40f88c5f886d95394b1ec07177484ac + SOURCE_VFY=sha1:cac1e7a7cc55c9f26909b557770dcccf4910e684 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080809 - UPDATED=20090603 + UPDATED=20090805 SHORT="A frontend to HAL's power features for KDE" cat << EOF diff --git a/kde4/extragear/kcoloredit/DETAILS b/kde4/extragear/kcoloredit/DETAILS index 3e144fe..9ce8ed3 100644 --- a/kde4/extragear/kcoloredit/DETAILS +++ b/kde4/extragear/kcoloredit/DETAILS @@ -1,15 +1,15 @@ MODULE=kcoloredit - MAJOR=4.2 + MAJOR=4.3 MIN=2.0.0 - VERSION=${MAJOR}.4 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$MIN-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MIN-kde$VERSION MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:4ebf12e4d000c58679cb590d76c8888a19e26f4a + SOURCE_VFY=sha1:c0913c8059c5c05bc18f93ab6ececc70aa9dcbb5 WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090805 SHORT="Edit your palettes" cat << EOF diff --git a/kde4/extragear/kfax/DETAILS b/kde4/extragear/kfax/DETAILS index 56ae3a5..1b124f2 100644 --- a/kde4/extragear/kfax/DETAILS +++ b/kde4/extragear/kfax/DETAILS @@ -1,15 +1,15 @@ MODULE=kfax - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=3.3.6 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:8182aee49ac3b31aa59afd394d594f9dfaa51f9e + SOURCE_VFY=sha1:86515ec92b5145d2bd927e11979bca157843c560 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090805 SHORT="Fax file viewer for the KDE project" cat << EOF diff --git a/kde4/extragear/kgrab/DETAILS b/kde4/extragear/kgrab/DETAILS index 0600383..d0f2cb0 100644 --- a/kde4/extragear/kgrab/DETAILS +++ b/kde4/extragear/kgrab/DETAILS @@ -1,15 +1,15 @@ MODULE=kgrab - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=0.1.1 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:ed8318fd7ee94ea91c91edd539cc1b2c7eb97e42 + SOURCE_VFY=sha1:8092b6579fc858ac52b5fda4edceb4c97ace12d3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080402 - UPDATED=20090603 + UPDATED=20090805 SHORT="KDE Screen Grabbing Utility" cat << EOF diff --git a/kde4/extragear/kgraphviewer/DETAILS b/kde4/extragear/kgraphviewer/DETAILS index 05ef003..4766687 100644 --- a/kde4/extragear/kgraphviewer/DETAILS +++ b/kde4/extragear/kgraphviewer/DETAILS @@ -1,15 +1,15 @@ MODULE=kgraphviewer - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=2.0.2 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:4389c2bafac2fe61ff2c8daecb59df7e389dd103 + SOURCE_VFY=sha1:5631cf6dd968eae9a53f53cb1b3bc004a805380f MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090805 SHORT="a tool to display graphviz dot graphs " cat << EOF KGraphViewer is a tool to display graphviz .dot graphs. diff --git a/kde4/extragear/kiconedit/DETAILS b/kde4/extragear/kiconedit/DETAILS index 75af90a..4244c0d 100644 --- a/kde4/extragear/kiconedit/DETAILS +++ b/kde4/extragear/kiconedit/DETAILS @@ -1,14 +1,14 @@ MODULE=kiconedit - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:53d5de069be686783bbbafa15f2e77b421614463 + SOURCE_VFY=sha1:156dee121831cf60bdfacce6acc550abc5c31e65 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090805 SHORT="Create icons for kde" cat << EOF diff --git a/kde4/extragear/kio_gopher/DETAILS b/kde4/extragear/kio_gopher/DETAILS index 85d8235..d0cff2f 100644 --- a/kde4/extragear/kio_gopher/DETAILS +++ b/kde4/extragear/kio_gopher/DETAILS @@ -1,15 +1,15 @@ MODULE=kio_gopher - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=0.1.3 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:f4ee8ac08ece9eb13556a461ba4f21baeb7319ba + SOURCE_VFY=sha1:4cb40d18f1cefbe3f42a307bbacf3a57f72b13eb MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080402 - UPDATED=20090603 + UPDATED=20090805 SHORT="Support for the gopher protocol" cat << EOF diff --git a/kde4/extragear/kmldonkey4/DETAILS b/kde4/extragear/kmldonkey4/DETAILS index 76ed4a5..6474054 100644 --- a/kde4/extragear/kmldonkey4/DETAILS +++ b/kde4/extragear/kmldonkey4/DETAILS @@ -1,15 +1,15 @@ MODULE=kmldonkey4 - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=2.0.2 SOURCE=kmldonkey-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kmldonkey-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:b5de4b9f5c6196f8d75bcc75150fbefaacabfedc + SOURCE_VFY=sha1:54bd6b8a99bf95acea140a2467d360378aa1f495 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090805 SHORT="MLDonkey frontend for the KDE desktop" cat << EOF diff --git a/kde4/extragear/konq-plugins/DETAILS b/kde4/extragear/konq-plugins/DETAILS index 47cb701..8c2acab 100644 --- a/kde4/extragear/konq-plugins/DETAILS +++ b/kde4/extragear/konq-plugins/DETAILS @@ -1,14 +1,14 @@ MODULE=konq-plugins - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:72d79d65f101d322a9cb9d17acfdb5ccf8594ea2 + SOURCE_VFY=sha1:ba6212bd6e3ce076fbe51b47bfc7a9bbcfddb826 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090603 + UPDATED=20090805 SHORT="additional plugins for konqueror file manager and web browser" cat << EOF diff --git a/kde4/extragear/kopete-cryptography/DETAILS b/kde4/extragear/kopete-cryptography/DETAILS index 93f8d34..e7e39d2 100644 --- a/kde4/extragear/kopete-cryptography/DETAILS +++ b/kde4/extragear/kopete-cryptography/DETAILS @@ -1,15 +1,15 @@ MODULE=kopete-cryptography - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=1.3.0 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:24fbd62b252bb2c4fb2f6d139860dabe1473f463 + SOURCE_VFY=sha1:961cf4a35088255da457875505fb23a8c2cb29e1 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080715 - UPDATED=20090603 + UPDATED=20090805 SHORT="Send and recieve encrypted and/or signed messages" cat << EOF diff --git a/kde4/extragear/kphotoalbum/DETAILS b/kde4/extragear/kphotoalbum/DETAILS index 534afcb..0b13129 100644 --- a/kde4/extragear/kphotoalbum/DETAILS +++ b/kde4/extragear/kphotoalbum/DETAILS @@ -1,14 +1,15 @@ MODULE=kphotoalbum - MAJOR=2009 - VERSION=${MAJOR}-02-11 - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_URL=http://www.kphotoalbum.org/data/snapshots/kphotoalbum - SOURCE_VFY=sha1:186c88699e815a50f32a0b8ea4596366e5f451dc + MAJOR=4.3 + VERSION=${MAJOR}.0 + SUB_VER=4.0.2 + SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION + SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear + SOURCE_VFY=sha1:b7767343531630954a7ed67665cfda3cc0168877 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://www.kphotoalbum.org/index.html + WEB_SITE=http://www.kphotoalbum.org/index.php?page=index ENTERED=20080111 - UPDATED=20090225 + UPDATED=20090805 SHORT="a photo album manager based on kde4" cat << EOF kphotoalbum is a photo album manager based on kde4. diff --git a/kde4/extragear/kpovmodeler/DETAILS b/kde4/extragear/kpovmodeler/DETAILS index 62ff6e4..48f38a8 100644 --- a/kde4/extragear/kpovmodeler/DETAILS +++ b/kde4/extragear/kpovmodeler/DETAILS @@ -1,15 +1,15 @@ MODULE=kpovmodeler - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=1.1.3 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:0ed2696b0e7276fde08d58a8b864625819837e55 + SOURCE_VFY=sha1:e00d1cda388e92e65822f121e99d8fe51295de43 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090805 SHORT="Graphical editor for povray scenes" cat << EOF diff --git a/kde4/extragear/skanlite/DETAILS b/kde4/extragear/skanlite/DETAILS index 141fbee..4047a12 100644 --- a/kde4/extragear/skanlite/DETAILS +++ b/kde4/extragear/skanlite/DETAILS @@ -1,15 +1,15 @@ MODULE=skanlite - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SUB_VER=0.3 SOURCE=$MODULE-$SUB_VER-kde$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$SUB_VER-kde$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/extragear - SOURCE_VFY=sha1:528db418d53267c2d24786ca56db903a45e6de43 + SOURCE_VFY=sha1:f9841cdaa136981c2c6a5e14aa91c43b05c87153 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080715 - UPDATED=20090603 + UPDATED=20090805 SHORT="Simple image scanning application" cat << EOF From stumbles at lunar-linux.org Wed Aug 5 15:47:57 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 09:47:57 -0400 Subject: [Lunar-commits] cmake: version bump. Message-ID: <20090805134815.05BBEF29E4@doppio.foo-projects.org> commit 1ce652dca9d19e2f9b9df11a1a4302418867ee77 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 09:47:57 2009 -0400 cmake: version bump. --- devel/cmake/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/cmake/DETAILS b/devel/cmake/DETAILS index 27a5b01..3764188 100644 --- a/devel/cmake/DETAILS +++ b/devel/cmake/DETAILS @@ -1,11 +1,11 @@ MODULE=cmake - VERSION=2.6.3 + VERSION=2.6.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cmake.org/files/v2.6 - SOURCE_VFY=sha1:bf34e1661954d808ac3a3eb9d394b69e4d3b1a98 + SOURCE_VFY=sha1:c7e295683e061c2ed19773a1f0444972f75db092 WEB_SITE=http://cmake.org ENTERED=20060725 - UPDATED=20090325 + UPDATED=20090805 SHORT="Cross-platform make system" MAINTAINER=jannis at lunar-linux.org From stumbles at lunar-linux.org Wed Aug 5 16:45:42 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 10:45:42 -0400 Subject: [Lunar-commits] kdebase4-workspace: add an optional_depends. Message-ID: <20090805144608.BC56CF2CFF@doppio.foo-projects.org> commit 64e271aa32b0417145ad3af4450e8c9a34d5d732 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 10:45:42 2009 -0400 kdebase4-workspace: add an optional_depends. --- kde4/base/kdebase4-workspace/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdebase4-workspace/DEPENDS b/kde4/base/kdebase4-workspace/DEPENDS index 452f091..a8feffa 100644 --- a/kde4/base/kdebase4-workspace/DEPENDS +++ b/kde4/base/kdebase4-workspace/DEPENDS @@ -17,3 +17,4 @@ optional_depends "lm_sensors" "" "" "for system sensors support" optional_depends "libXScrnSaver" "" "" "for screensaver support" optional_depends "qedje" "" "" "for declarative language support" optional_depends "google-gadgets-for-linux" "" "" "for google gadget support" +optional_depends "polkit-qt" "" "" "For policy kit support" From stumbles at lunar-linux.org Wed Aug 5 17:00:42 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 11:00:42 -0400 Subject: [Lunar-commits] kdebase4-workspace: Some how I miss this. Message-ID: <20090805150118.7226EF2DA2@doppio.foo-projects.org> commit c4a9bf572ec223e271072dab94b62b4d5aa3cd94 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 11:00:42 2009 -0400 kdebase4-workspace: Some how I miss this. --- kde4/base/kdebase4-workspace/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS index dc23b47..27d1f63 100644 --- a/kde4/base/kdebase4-workspace/DETAILS +++ b/kde4/base/kdebase4-workspace/DETAILS @@ -10,6 +10,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION ENTERED=20071026 UPDATED=20090805 SHORT="This package is what is the desktop" +PSAFE=no cat << EOF KDE Workspace consisting of what is the desktop. The applications and libraries included aren't required to be portable and probably will only work with X11. On From stumbles at lunar-linux.org Wed Aug 5 19:11:03 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 13:11:03 -0400 Subject: [Lunar-commits] PyQt4: Don't have time atm to check into this, but that echo line causes Message-ID: <20090805171224.6581CF3136@doppio.foo-projects.org> commit ea2e0f3983a60a32331722c0b45d3977f7eecea1 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 13:11:03 2009 -0400 PyQt4: Don't have time atm to check into this, but that echo line causes repeating lines of "y". For now do it the manual way, unless some one else cares to investigate. --- python/PyQt4/BUILD | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD index f3f16e1..ebb6422 100644 --- a/python/PyQt4/BUILD +++ b/python/PyQt4/BUILD @@ -2,7 +2,9 @@ . /etc/profile.d/qt4.rc - echo "yes" | MORE="20000000" python ./configure.py $OPTS && +# echo "yes" | MORE="20000000" + + python ./configure.py $OPTS && default_make && mkdir -p /usr/share/$MODULE && cp -Rf examples /usr/share/$MODULE From stumbles at lunar-linux.org Wed Aug 5 19:25:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 13:25:28 -0400 Subject: [Lunar-commits] libgadu: A new module. Message-ID: <20090805172549.3A3E4F3142@doppio.foo-projects.org> commit baa42e93e77924806040a2097eee5c4c28f1eec9 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 13:25:28 2009 -0400 libgadu: A new module. --- net/libgadu/DETAILS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/net/libgadu/DETAILS b/net/libgadu/DETAILS new file mode 100644 index 0000000..20776a1 --- /dev/null +++ b/net/libgadu/DETAILS @@ -0,0 +1,13 @@ + MODULE=libgadu + VERSION=1.8.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://toxygen.net/libgadu/files/ + SOURCE_VFY=sha1:83871c4ec841b276a8da3d31c88c416274bcd71a + WEB_SITE=http://toxygen.net/libgadu/ + ENTERED=20090805 + UPDATED=20090805 + SHORT="library for handling Gadu-Gadu" + +cat << EOF +a library for handling Gadu -Gadu instant messaging protocol. +EOF From stumbles at lunar-linux.org Wed Aug 5 19:27:07 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 13:27:07 -0400 Subject: [Lunar-commits] kdenetwork4: Adding a couple optional_depends for more protocol support. Message-ID: <20090805172735.850BCF3142@doppio.foo-projects.org> commit f16de03ea93198154bca1d11a5f5fb32eb74e23d Author: Dennis `stumbles` Veatch Date: Wed Aug 5 13:27:07 2009 -0400 kdenetwork4: Adding a couple optional_depends for more protocol support. --- kde4/base/kdenetwork4/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdenetwork4/DEPENDS b/kde4/base/kdenetwork4/DEPENDS index 9ab2b3f..2c14544 100644 --- a/kde4/base/kdenetwork4/DEPENDS +++ b/kde4/base/kdenetwork4/DEPENDS @@ -10,3 +10,5 @@ optional_depends xmms "" "" "for kopete nowlistening plugin" optional_depends libotr "" "" "for Off The Record support" optional_depends meanwhile "" "" "for Sametime Community Client protocol support" optional_depends ortp "" "" "for RTP protocol support" +optional_depends libmsn "" "" "for MSN protocol support" +optional_depends libgadu "" "" "for Gadu-Gadu protocol support" From stumbles at lunar-linux.org Wed Aug 5 20:28:21 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 14:28:21 -0400 Subject: [Lunar-commits] kde4: kdeadmin4 needs to come after kdebindings4, since the later provides Message-ID: <20090805183111.41D05F3400@doppio.foo-projects.org> commit d07797809ad6af197770a16b2637f7296d15d119 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 14:28:21 2009 -0400 kde4: kdeadmin4 needs to come after kdebindings4, since the later provides PyKDE4 and kdeadmin4 looks for that. Mainly for some PyCups and system-config-printer stuff. --- profiles/kde4/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index aa7d48d..ee99392 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -10,7 +10,6 @@ optional_depends "kdegraphics4" "" "" "graphics applications" optional_depends "kdeutils4" "" "" "various utilities" optional_depends "kdemultimedia4" "" "" "multimedia applicatiosn" optional_depends "kdenetwork4" "" "" "network applications" -optional_depends "kdeadmin4" "" "" "administration utilities" optional_depends "kdetoys4" "" "" "toys" optional_depends "kdeartwork4" "" "" "additional eyecandy" optional_depends "kdepim4" "" "" "for PIM support" @@ -18,5 +17,6 @@ optional_depends "kdeedu4" "" "" "educational software" optional_depends "kdesdk4" "" "" "sdk for KDE" optional_depends "kdeaccessibility4" "" "" "accessibility features" optional_depends "kdebindings4" "" "" "bindings to languages" +optional_depends "kdeadmin4" "" "" "administration utilities" optional_depends "kdewebdev4" "" "" "for web development" optional_depends "kdeplasma4-addons" "" "" "theming support" From stumbles at lunar-linux.org Wed Aug 5 20:30:36 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 14:30:36 -0400 Subject: [Lunar-commits] kdeadmin4: it looks for PyKDE4 stuff provided by kdebindings4. Message-ID: <20090805183111.4AD19F33D8@doppio.foo-projects.org> commit 10e6f1415421c890ec38e59e046dd76adf2b6ed4 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 14:30:36 2009 -0400 kdeadmin4: it looks for PyKDE4 stuff provided by kdebindings4. --- kde4/base/kdeadmin4/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdeadmin4/DEPENDS b/kde4/base/kdeadmin4/DEPENDS index 189da0b..4fc1b6f 100644 --- a/kde4/base/kdeadmin4/DEPENDS +++ b/kde4/base/kdeadmin4/DEPENDS @@ -1 +1,2 @@ depends kdebase4 +depends kdebindings4 From stumbles at lunar-linux.org Wed Aug 5 21:21:40 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 15:21:40 -0400 Subject: [Lunar-commits] eigen: version bump. Message-ID: <20090805192402.3FC6FF362F@doppio.foo-projects.org> commit 71a0bcc493f1fd55d65884c2e64e06500e78a484 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 15:21:40 2009 -0400 eigen: version bump. --- libs/eigen/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/eigen/DETAILS b/libs/eigen/DETAILS index 08476b5..899c134 100644 --- a/libs/eigen/DETAILS +++ b/libs/eigen/DETAILS @@ -1,12 +1,12 @@ MODULE=eigen - VERSION=2.0 - SOURCE=$MODULE-$VERSION-rc1.tar.bz2 - SOURCE_URL=http://download.tuxfamily.org/$MODULE + VERSION=2.0.4 + SOURCE=$VERSION.tar.bz2 + SOURCE_URL=http://bitbucket.org/eigen/eigen2/get/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/eigen2 - SOURCE_VFY=sha1:0adf233b511c5620430d8c60d4cebc007b5df920 + SOURCE_VFY=sha1:49436b6a2336fa11a6a287d489aa53b2bd760565 WEB_SITE=http://eigen.tuxfamily.org ENTERED=20080112 - UPDATED=20090131 + UPDATED=20090805 SHORT="linear algebra libraries focused on the simple mathematical needs" cat << EOF From stumbles at lunar-linux.org Wed Aug 5 21:23:06 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 15:23:06 -0400 Subject: [Lunar-commits] kdeedu4: Adding an optional_depends for xplanet and uncommenting eigen. Message-ID: <20090805192402.566A6F361F@doppio.foo-projects.org> commit a698210924a37d382789b98ecf2c6fca43febc4a Author: Dennis `stumbles` Veatch Date: Wed Aug 5 15:23:06 2009 -0400 kdeedu4: Adding an optional_depends for xplanet and uncommenting eigen. --- kde4/base/kdeedu4/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdeedu4/DEPENDS b/kde4/base/kdeedu4/DEPENDS index 407f381..7fe576b 100644 --- a/kde4/base/kdeedu4/DEPENDS +++ b/kde4/base/kdeedu4/DEPENDS @@ -1,4 +1,4 @@ -#depends eigen +depends eigen depends libnova depends kdebase4 @@ -11,3 +11,4 @@ optional_depends gpsd "" "" "for gps daemon support" optional_depends libqalculate "" "" "for desktop calculator support" optional_depends gmm "" "" "needed to build Step" optional_depends gsl "" "" "for matrices support" +optional_depends xplanet "" "" "for use by kstars" From stumbles at lunar-linux.org Wed Aug 5 21:25:20 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 15:25:20 -0400 Subject: [Lunar-commits] kde4: altering this profile DEPENDS the last time. Putting kdebindings first Message-ID: <20090805192804.3E460F36A0@doppio.foo-projects.org> commit cd2172ce4ed110ec9f9bad5d88f1a2897d41aebd Author: Dennis `stumbles` Veatch Date: Wed Aug 5 15:25:20 2009 -0400 kde4: altering this profile DEPENDS the last time. Putting kdebindings first for optional depends, kdeadmin4 and some other can make use of the PyKDE4 it provides. --- profiles/kde4/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index ee99392..2fa6e83 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -5,6 +5,7 @@ depends kdebase4-workspace depends kdebase4 depends oxygen-icons +optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" optional_depends "kdeutils4" "" "" "various utilities" @@ -16,7 +17,6 @@ optional_depends "kdepim4" "" "" "for PIM support" optional_depends "kdeedu4" "" "" "educational software" optional_depends "kdesdk4" "" "" "sdk for KDE" optional_depends "kdeaccessibility4" "" "" "accessibility features" -optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdeadmin4" "" "" "administration utilities" optional_depends "kdewebdev4" "" "" "for web development" optional_depends "kdeplasma4-addons" "" "" "theming support" From stumbles at lunar-linux.org Wed Aug 5 21:26:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 15:26:48 -0400 Subject: [Lunar-commits] kdeadmin4: Removing the kdebindings4 depends. The KDE4 modules will still build, Message-ID: <20090805192804.4B4D8F367C@doppio.foo-projects.org> commit 14b917f2bd0f5eb810731c6fbd049b0bc1cdb0c6 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 15:26:48 2009 -0400 kdeadmin4: Removing the kdebindings4 depends. The KDE4 modules will still build, but some of their bells and whistles will be missing if "no" is said to the bindings. --- kde4/base/kdeadmin4/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdeadmin4/DEPENDS b/kde4/base/kdeadmin4/DEPENDS index 4fc1b6f..189da0b 100644 --- a/kde4/base/kdeadmin4/DEPENDS +++ b/kde4/base/kdeadmin4/DEPENDS @@ -1,2 +1 @@ depends kdebase4 -depends kdebindings4 From stumbles at lunar-linux.org Wed Aug 5 21:56:35 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 15:56:35 -0400 Subject: [Lunar-commits] polkit-qt: version bump. Message-ID: <20090805195703.00161F3794@doppio.foo-projects.org> commit 5fdc01234b20c71bde0fe0c2ea722b8e473752aa Author: Dennis `stumbles` Veatch Date: Wed Aug 5 15:56:35 2009 -0400 polkit-qt: version bump. --- qt4-apps/polkit-qt/BUILD | 2 ++ qt4-apps/polkit-qt/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD index cdb05c0..80cc584 100644 --- a/qt4-apps/polkit-qt/BUILD +++ b/qt4-apps/polkit-qt/BUILD @@ -1,5 +1,7 @@ ( + sedit "s:lib64/automoc4:lib64/automoc4 opt/lunar/kde/4/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake + BUILD_DIR="$SOURCE_DIRECTORY/build_dir" source /etc/profile.d/qt4.rc && diff --git a/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS index f98858b..f619c71 100644 --- a/qt4-apps/polkit-qt/DETAILS +++ b/qt4-apps/polkit-qt/DETAILS @@ -1,12 +1,12 @@ MODULE=polkit-qt - VERSION=0.9.1 + VERSION=0.9.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin - SOURCE_VFY=sha1:a324af42bb4013ae664bb127fb16633d07b7bdf6 + SOURCE_VFY=sha1:7418067732302ebef22c60e8c2e053e56a07c533 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.kde.org ENTERED=20090628 - UPDATED=20090628 + UPDATED=20090805 SHORT="PolicyKit API with a nice Qt-styled API" cat << EOF PolicyKit API with a nice Qt-styled API. From stumbles at lunar-linux.org Thu Aug 6 03:37:16 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 21:37:16 -0400 Subject: [Lunar-commits] bluez: Version bump; This release fixes some issues with service record updates. Message-ID: <20090806013757.C95E59B1C0@doppio.foo-projects.org> commit 13a20f0d8444428a4a393bc2e9fcf33680e895fa Author: Dennis `stumbles` Veatch Date: Wed Aug 5 21:37:16 2009 -0400 bluez: Version bump; This release fixes some issues with service record updates. It also adds native RFKILL support for 2.6.31 and later kernels and supports static serial proxy configurations now. --- bluetooth/bluez/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index 64fb1f2..242bf41 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,14 +1,14 @@ MODULE=bluez - VERSION=4.46 + VERSION=4.47 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.41.dbus.access.patch SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:9283807b8361eca1d08fa88c53678d054647081e + SOURCE_VFY=sha1:c1fff20cfbfc828ef6717fdadfe70f1025740ef7 SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20090719 + UPDATED=20090805 SHORT="support for core Bluetooth layers and protocols" cat << EOF From stumbles at lunar-linux.org Thu Aug 6 03:40:02 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 5 Aug 2009 21:40:02 -0400 Subject: [Lunar-commits] obexd: This release fixes a race condition in the BtIO helper library and also a Message-ID: <20090806014042.31C749B1C0@doppio.foo-projects.org> commit e5b5f6ee3c763d1401dfabafebc6a75c53517389 Author: Dennis `stumbles` Veatch Date: Wed Aug 5 21:40:02 2009 -0400 obexd: This release fixes a race condition in the BtIO helper library and also a problem with the strict-aliasing rules inside the Phonebook Access support. --- net/obexd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index 3abe380..05af757 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.14 + VERSION=0.15 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:358209fb3a552dbd800d9839dec8c6240aee9b4c + SOURCE_VFY=sha1:d3506bf7f42a2f78c3a5ad1d49ed414e25a413e1 WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20090706 + UPDATED=20090805 SHORT="OBEX Server and Client" cat << EOF OBEX Server and Client with support for Phonebook Access and From zmcgrew at lunar-linux.org Thu Aug 6 04:44:07 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 5 Aug 2009 19:44:07 -0700 Subject: [Lunar-commits] telepathy-glib: version bump to 0.7.33 Message-ID: <20090806024527.E9DB09B1C0@doppio.foo-projects.org> commit 4faea9709bcd397c2c40259057fcafc301741bbd Author: Zachary McGrew Date: Wed Aug 5 19:44:07 2009 -0700 telepathy-glib: version bump to 0.7.33 --- libs/telepathy-glib/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/telepathy-glib/DETAILS b/libs/telepathy-glib/DETAILS index 4cfd931..38966a6 100644 --- a/libs/telepathy-glib/DETAILS +++ b/libs/telepathy-glib/DETAILS @@ -1,11 +1,11 @@ MODULE=telepathy-glib - VERSION=0.7.31 + VERSION=0.7.33 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/ - SOURCE_VFY=sha1:a1b76753162e80b15deedeca5c5513e1f6e7c127 + SOURCE_VFY=sha1:1fed557912f42452aea48396d95ec1e91e3ea3b5 WEB_SITE=http://telepathy.freedesktop.org/wiki/ ENTERED=20071029 - UPDATED=20090610 + UPDATED=20090720 SHORT="unified framework for realtime conversations" cat << EOF The Telepathy project aims to provide a unified framework for all forms of real From zmcgrew at lunar-linux.org Thu Aug 6 04:44:08 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 5 Aug 2009 19:44:08 -0700 Subject: [Lunar-commits] telepathy-python: version bump to 0.15.8 Message-ID: <20090806024528.055D69B1C2@doppio.foo-projects.org> commit d532bee89fad5cb3e67752bf423b10fbca47ab03 Author: Zachary McGrew Date: Wed Aug 5 19:44:08 2009 -0700 telepathy-python: version bump to 0.15.8 --- python/telepathy-python/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/telepathy-python/DETAILS b/python/telepathy-python/DETAILS index 9de3dfd..04bce34 100644 --- a/python/telepathy-python/DETAILS +++ b/python/telepathy-python/DETAILS @@ -1,12 +1,12 @@ MODULE=telepathy-python - VERSION=0.15.7 + VERSION=0.15.8 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/telepathy-python/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:4f726a0adac1fa58e44f7ffd9769b2ec3ab64e9b + SOURCE_VFY=sha1:981cb8cebdee030b9c7ac6d4382860c7fdf9c6cc WEB_SITE="http://telepathy.freedesktop.org/wiki/Telepathy%20Python" ENTERED=20090123 - UPDATED=20090319 + UPDATED=20090720 SHORT="Python wrapper for Telepathy" cat < telepathy-gabble: version bump to 0.7.30 Message-ID: <20090806024528.166649B1EA@doppio.foo-projects.org> commit 86a065d1ebb36ff437a6b8119e36a5ac90f62b67 Author: Zachary McGrew Date: Wed Aug 5 19:44:08 2009 -0700 telepathy-gabble: version bump to 0.7.30 --- chat/telepathy-gabble/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/telepathy-gabble/DETAILS b/chat/telepathy-gabble/DETAILS index 0bae66b..8ea1367 100644 --- a/chat/telepathy-gabble/DETAILS +++ b/chat/telepathy-gabble/DETAILS @@ -1,11 +1,11 @@ MODULE=telepathy-gabble - VERSION=0.7.28 + VERSION=0.7.30 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/ - SOURCE_VFY=sha1:3952c611f57a3a9d96611524349b2c269a894c68 + SOURCE_VFY=sha1:290bff8a1533c456b39866aa0633787c03879481 WEB_SITE=http://telepathy.freedesktop.org/wiki/ ENTERED=20071029 - UPDATED=20090610 + UPDATED=20090720 SHORT="telepathy jabber/xmpp connection manager" cat << EOF A Jabber/XMPP connection manager that handles single- and multi-user chats and From zmcgrew at lunar-linux.org Thu Aug 6 04:44:09 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 5 Aug 2009 19:44:09 -0700 Subject: [Lunar-commits] telepathy-butterfly: version bump to 0.3.4 Message-ID: <20090806024528.2830B9B1EB@doppio.foo-projects.org> commit bd501e82ed8e889b99cd02aab5e34f5bdcc32a59 Author: Zachary McGrew Date: Wed Aug 5 19:44:09 2009 -0700 telepathy-butterfly: version bump to 0.3.4 --- chat/telepathy-butterfly/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/telepathy-butterfly/DETAILS b/chat/telepathy-butterfly/DETAILS index 2dc4663..a75d0a8 100644 --- a/chat/telepathy-butterfly/DETAILS +++ b/chat/telepathy-butterfly/DETAILS @@ -1,11 +1,11 @@ MODULE=telepathy-butterfly - VERSION=0.3.3 + VERSION=0.3.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://telepathy.freedesktop.org/releases/$MODULE/ - SOURCE_VFY=sha1:94362905e011cc422e4a241ca0e09ccaae1a7934 + SOURCE_VFY=sha1:9a5b35aaeb662fe45f5594b0c5b2482bb8511d27 WEB_SITE=http://telepathy.freedesktop.org/wiki/ ENTERED=20090123 - UPDATED=20090123 + UPDATED=20090720 SHORT="telepathy MSN connection manager" cat << EOF An MSN connection manager that handles presence, conversations, From tchan at lunar-linux.org Thu Aug 6 05:02:09 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 5 Aug 2009 22:02:09 -0500 Subject: [Lunar-commits] samba: fixed the missing sha1 for samba-3.3.7 for florin. Message-ID: <20090806030217.714539B1C0@doppio.foo-projects.org> commit 3cd7b136a338070219012751d940376d0c253895 Author: Terry Chan Date: Wed Aug 5 22:02:09 2009 -0500 samba: fixed the missing sha1 for samba-3.3.7 for florin. --- net/samba/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/samba/DETAILS b/net/samba/DETAILS index b64db04..bce69fd 100644 --- a/net/samba/DETAILS +++ b/net/samba/DETAILS @@ -8,7 +8,7 @@ SOURCE_URL[4]=ftp://se.samba.org/pub/$MODULE SOURCE_URL[5]=ftp://de.samba.org/samba.org SOURCE_URL[6]=http://us1.samba.org/$MODULE/ftp/old-versions - SOURCE_VFY=sha1: + SOURCE_VFY=sha1:b69c3591ba6d2145fc0a03d7edc4dda62c28f6b0 WEB_SITE=http://www.samba.org ENTERED=20010922 UPDATED=20090805 From tchan at lunar-linux.org Thu Aug 6 05:05:18 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 5 Aug 2009 22:05:18 -0500 Subject: [Lunar-commits] samba: fixed to actually work with samba-3.3.7 Message-ID: <20090806030524.F02299B1C0@doppio.foo-projects.org> commit e9f965ad936eb4af395ff11d7784f9edf90edbe0 Author: Terry Chan Date: Wed Aug 5 22:05:18 2009 -0500 samba: fixed to actually work with samba-3.3.7 --- net/samba/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/samba/BUILD b/net/samba/BUILD index 525c2b4..e0b313e 100644 --- a/net/samba/BUILD +++ b/net/samba/BUILD @@ -4,7 +4,7 @@ WITH_PAM="--with-pam --with-pam_smbpass" fi && - cd source3 + cd source ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ From florin at lunar-linux.org Thu Aug 6 07:25:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 08:25:31 +0300 Subject: [Lunar-commits] kdepinlibs4: cyrus-sasl is now a required depend, not an optional one. Message-ID: <20090806052612.BD395F2F55@doppio.foo-projects.org> commit 8dd585828dfc1eafa875378831dfd15a8321d187 Author: Florin Braescu Date: Thu Aug 6 08:25:31 2009 +0300 kdepinlibs4: cyrus-sasl is now a required depend, not an optional one. --- kde4/base/kdepimlibs4/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdepimlibs4/DEPENDS b/kde4/base/kdepimlibs4/DEPENDS index 6c453bf..1db0f55 100644 --- a/kde4/base/kdepimlibs4/DEPENDS +++ b/kde4/base/kdepimlibs4/DEPENDS @@ -2,6 +2,6 @@ depends kdelibs4 depends akonadi depends gpgme depends libical +depends cyrus-sasl optional_depends "openldap" "" "" "for OpenLDAP support within KDE4" -optional_depends "cyrus-sasl" "" "" "for SASL support within KDE4" From florin at lunar-linux.org Thu Aug 6 10:27:37 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 11:27:37 +0300 Subject: [Lunar-commits] xmag: version bumped to 1.0.3. Message-ID: <20090806082822.4F6489B1C0@doppio.foo-projects.org> commit 7f97b65e52ef122787179ef270f457fec6afe8fe Author: Florin Braescu Date: Thu Aug 6 11:27:37 2009 +0300 xmag: version bumped to 1.0.3. Bugfixes. --- xorg7/app/xmag/CONFLICTS | 10 +++++----- xorg7/app/xmag/DETAILS | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xorg7/app/xmag/CONFLICTS b/xorg7/app/xmag/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xmag/CONFLICTS +++ b/xorg7/app/xmag/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xmag/DETAILS b/xorg7/app/xmag/DETAILS index b4316bd..51adffe 100644 --- a/xorg7/app/xmag/DETAILS +++ b/xorg7/app/xmag/DETAILS @@ -1,12 +1,12 @@ MODULE=xmag - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:081c6c01ad0b132fd5634008464d77a0e929bacb + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:1acbc1ccdcd0399b62ad6e96a47021c00dcfde7d MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20070820 - UPDATED=20070820 + UPDATED=20090806 SHORT="" cat << EOF From florin at lunar-linux.org Thu Aug 6 10:31:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 11:31:18 +0300 Subject: [Lunar-commits] xf86-input-synaptics: version bumped to 1.1.3. Message-ID: <20090806083138.9063B9B1C0@doppio.foo-projects.org> commit 1730b85f86d4cacf197881ba14f0d28817d5ed8d Author: Florin Braescu Date: Thu Aug 6 11:31:18 2009 +0300 xf86-input-synaptics: version bumped to 1.1.3. Bugfixes release. --- xorg7/driver/xf86-input-synaptics/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-synaptics/DETAILS b/xorg7/driver/xf86-input-synaptics/DETAILS index da4a747..d7b5323 100644 --- a/xorg7/driver/xf86-input-synaptics/DETAILS +++ b/xorg7/driver/xf86-input-synaptics/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-synaptics - VERSION=1.1.2 + VERSION=1.1.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:ee3f643f3ac3738e1d7755b4d2ce171f018a5b94 + SOURCE_VFY=sha1:eb1664971f03530e2d63df2fa52625fdee2a4da4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20080821 - UPDATED=20090528 + UPDATED=20090806 SHORT="A Synaptics touchpad driver" cat << EOF From florin at lunar-linux.org Thu Aug 6 10:34:49 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 11:34:49 +0300 Subject: [Lunar-commits] rstart: version bumped to 1.0.3. Message-ID: <20090806083510.2DBD59B1C0@doppio.foo-projects.org> commit 45c6ceded59a8216a9ceb2b8d590617ffde6c812 Author: Florin Braescu Date: Thu Aug 6 11:34:49 2009 +0300 rstart: version bumped to 1.0.3. Bugfixes and improvements. --- xorg7/app/rstart/CONFLICTS | 10 +++++----- xorg7/app/rstart/DETAILS | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xorg7/app/rstart/CONFLICTS b/xorg7/app/rstart/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/rstart/CONFLICTS +++ b/xorg7/app/rstart/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/rstart/DETAILS b/xorg7/app/rstart/DETAILS index 69efb03..b244c71 100644 --- a/xorg7/app/rstart/DETAILS +++ b/xorg7/app/rstart/DETAILS @@ -1,12 +1,12 @@ MODULE=rstart - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:9526665d64722e2f7c806a2b545cecbc0fb537f5 + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:253ebb330f5cb2b49711e04ae0ad8a659e854244 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060523 - UPDATED=20060523 + UPDATED=20090806 SHORT="the X.Org remote start application" cat << EOF From florin at lunar-linux.org Thu Aug 6 10:46:19 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 11:46:19 +0300 Subject: [Lunar-commits] gutenprint: version bumped to 5.2.4. Message-ID: <20090806084650.04A089B1C0@doppio.foo-projects.org> commit d768fa2421ff2a4c6d0e2fbebd56780915d8869d Author: Florin Braescu Date: Thu Aug 6 11:46:19 2009 +0300 gutenprint: version bumped to 5.2.4. Bugfixes and enhacements. --- printer/gutenprint/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/gutenprint/DETAILS b/printer/gutenprint/DETAILS index 78995e3..14ade97 100644 --- a/printer/gutenprint/DETAILS +++ b/printer/gutenprint/DETAILS @@ -1,11 +1,11 @@ MODULE=gutenprint - VERSION=5.2.3 + VERSION=5.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/gimp-print - SOURCE_VFY=sha1:e4ddb21665578835d58267d59b57d8d970c3ee86 + SOURCE_VFY=sha1:ae680314650dd9a52df5fd11cd0282cc6f9662e6 WEB_SITE=http://gutenprint.sourceforge.net ENTERED=20070618 - UPDATED=20081224 + UPDATED=20090806 SHORT="Epson, HP, LaserJet, Canon, Lexmark inkjet printer drivers" cat << EOF From florin at lunar-linux.org Thu Aug 6 11:24:41 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 12:24:41 +0300 Subject: [Lunar-commits] XOrg-drm: remove it from the moonbase. it's old and unmaintained. Message-ID: <20090806092512.C44E29B1C0@doppio.foo-projects.org> commit c1d9117804d270113a8423207104a0c7d05a92a0 Author: Florin Braescu Date: Thu Aug 6 12:24:41 2009 +0300 XOrg-drm: remove it from the moonbase. it's old and unmaintained. --- kernel/XOrg-drm/BUILD | 19 ------------------- kernel/XOrg-drm/CONFIGURE | 29 ----------------------------- kernel/XOrg-drm/DETAILS | 15 --------------- kernel/XOrg-drm/drivers | 12 ------------ 4 files changed, 0 insertions(+), 75 deletions(-) diff --git a/kernel/XOrg-drm/BUILD b/kernel/XOrg-drm/BUILD deleted file mode 100644 index a1d9799..0000000 --- a/kernel/XOrg-drm/BUILD +++ /dev/null @@ -1,19 +0,0 @@ -( - - KVER=$(grep UTS_RELEASE /usr/src/linux/include/linux/version.h | cut -d '"' -f2) - KSUFFIX=o - if echo $KVER | grep -q "^2.6." ; then - KSUFFIX=ko - fi - - mv doc no-docs && - cd extras/drm/linux && - make DRM_MODULES="$DRM_MODULES" && - prepare_install && - mkdir -p /lib/modules/$KVER/kernel/drivers/drm && - for MOD in $DRM_MODULES; do - install $MOD.$KSUFFIX /lib/modules/$KVER/kernel/drivers/drm/ - done && - depmod -a $KVER - -) > $C_FIFO 2>&1 diff --git a/kernel/XOrg-drm/CONFIGURE b/kernel/XOrg-drm/CONFIGURE deleted file mode 100644 index bdc20c2..0000000 --- a/kernel/XOrg-drm/CONFIGURE +++ /dev/null @@ -1,29 +0,0 @@ -# only lin -r will trigger the driver chooser -if [ -n "$DRM_MODULES" ] || [ -n "$RECONFIGURE" ] || query "Select DRM drivers to build?" n ; then - ALL_DRM_MODULES=$(cat $SCRIPT_DIRECTORY/drivers | cut -d: -f1) - DRM_MODULES=$(get_module_config DRM_MODULES) - if [ -z "$DRM_MODULES" ]; then - DRM_MODULES=$(grep ':on$' $SCRIPT_DIRECTORY/drivers | cut -d: -f1) - fi - - # if it's empty we just enable all - list_xorg_drivers() - { - ( - unset IFS - for DRIVER in $ALL_DRM_MODULES; do - echo $DRIVER - echo $(grep ^$DRIVER: $SCRIPT_DIRECTORY/drivers | cut -d: -f2) - if echo $DRM_MODULES | grep -qw $DRIVER; then - echo on - else - echo off - fi - done - ) - } - - IFS="$TAB_ENTER_IFS" DRM_MODULES=`dialog --backtitle "XOrg DRM driver selection" --stdout --separate-output --checklist "Key: [X] = on, [ ] = off" 0 0 0 $(list_xorg_drivers)` - # hack to strip newlines - set_module_config DRM_MODULES "$(echo $DRM_MODULES)" -fi diff --git a/kernel/XOrg-drm/DETAILS b/kernel/XOrg-drm/DETAILS deleted file mode 100644 index 47b51bd..0000000 --- a/kernel/XOrg-drm/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=XOrg-drm - VERSION=6.8.2 - SOURCE=X11R${VERSION}-src1.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/xc - SOURCE_URL[0]=http://xorg.freedesktop.org/X11R${VERSION}/src/ - SOURCE_URL[1]=http://ftp.skynet.be/pub/ftp.x.org/pub/X11R${VERSION}/src/ - SOURCE_VFY=sha1:23c60680274062a1db17f646a8388149309dc45c - WEB_SITE=http://xorg.freedesktop.org/ - ENTERED=20050828 - UPDATED=20050829 - SHORT="Kernel DRM modules for XOrg" -cat << EOF -This module provides the kernel DRM modules for XOrg 6.8.2 separately -from the XOrg module. -EOF diff --git a/kernel/XOrg-drm/drivers b/kernel/XOrg-drm/drivers deleted file mode 100644 index 13de0b1..0000000 --- a/kernel/XOrg-drm/drivers +++ /dev/null @@ -1,12 +0,0 @@ -gamma:Gamma -tdfx:Trident -r128:r128 -radeon:Ati -mga:Matrox -i810:Intel -i830:Intel -i915:Intel -sis:sis -savage:savage -via:Embedded chipsets -mach64:Mach From florin at lunar-linux.org Thu Aug 6 11:37:20 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 12:37:20 +0300 Subject: [Lunar-commits] snare-core: remove it from the moonbase. it's old and unmaintained for years. Message-ID: <20090806093755.A0294F2F48@doppio.foo-projects.org> commit 32358968ee062cdb3c82b152401776683bcad88c Author: Florin Braescu Date: Thu Aug 6 12:37:20 2009 +0300 snare-core: remove it from the moonbase. it's old and unmaintained for years. --- kernel/snare-core/BUILD | 9 ------- kernel/snare-core/DETAILS | 16 ------------ kernel/snare-core/audit | 58 --------------------------------------------- 3 files changed, 0 insertions(+), 83 deletions(-) diff --git a/kernel/snare-core/BUILD b/kernel/snare-core/BUILD deleted file mode 100644 index 9ba6f65..0000000 --- a/kernel/snare-core/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - -sedit "s/ln -s/ln -sf/g" Makefile && -make && -prepare_install && -make install && -cp $SCRIPT_DIRECTORY/audit /etc/init.d/audit - -) > $C_FIFO 2>&1 diff --git a/kernel/snare-core/DETAILS b/kernel/snare-core/DETAILS deleted file mode 100644 index 39de1f6..0000000 --- a/kernel/snare-core/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=snare-core - VERSION=0.9.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_VFY=md5:e59faea7c2e028a85d0e6f36e8926427 - SOURCE_URL[0]=http://snare.sourceforge.net/Download/ - SOURCE_URL[1]=http://us.intersectalliance.com/Download/ - WEB_SITE=http://www.intersectalliance.com/projects/Snare/ - ENTERED=20020403 - UPDATED=20020920 - MAINTAINER=kongar at tsrsb.org.tr - SHORT="comprehensive event logging facility, this is core" -cat << EOF -snare is a comprehensive event logging facility, this is core - -auditing via a dynamicly loadable kernel module -EOF diff --git a/kernel/snare-core/audit b/kernel/snare-core/audit deleted file mode 100755 index 5e6ee22..0000000 --- a/kernel/snare-core/audit +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash -# -# Startup script for the Audit module and audit daemon -# -# description: SNARE System iNtrusion Analysis and Reporting Environment -# processname: auditd -# config: /etc/audit/audit.conf - -# Source function library. -#. /etc/rc.d/init.d/functions - -# Path to the auditd binary. -auditd=/usr/sbin/auditd -killproc="/usr/bin/pkill -f" -RETVAL=0 - -start() { - mkdir -p /var/lock/subsys - echo -n $"Installing Audit Module: " - insmod auditmodule - echo - echo -n $"Starting $auditd: " - $auditd & - RETVAL=$? - echo - [ $RETVAL = 0 ] && touch /var/lock/subsys/auditd - return $RETVAL -} -stop() { - echo -n $"Stopping $auditd: " - $killproc $auditd && sleep 3 - RETVAL=$? - echo - [ $RETVAL = 0 ] && rm -f /var/lock/subsys/auditd /var/run/auditd.pid - rmmod auditmodule -} - -# See how we were called. -case "$1" in - start) - start - ;; - stop) - stop - ;; - status) - status $auditd - ;; - restart) - stop - start - ;; - *) - echo $"Usage: audit {start|stop|restart|status}" - exit 1 -esac - -exit $RETVAL From florin at lunar-linux.org Thu Aug 6 11:40:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 12:40:23 +0300 Subject: [Lunar-commits] transset: remove it from the moonbase. it's old and unmaintained. Message-ID: <20090806094046.2C3109B1C0@doppio.foo-projects.org> commit 163e07c57586d1661685babe28bee3cbe1f768e1 Author: Florin Braescu Date: Thu Aug 6 12:40:23 2009 +0300 transset: remove it from the moonbase. it's old and unmaintained. --- zbeta/transset/BUILD | 5 ----- zbeta/transset/DEPENDS | 1 - zbeta/transset/DETAILS | 13 ------------- 3 files changed, 0 insertions(+), 19 deletions(-) diff --git a/zbeta/transset/BUILD b/zbeta/transset/BUILD deleted file mode 100644 index fbdf8fc..0000000 --- a/zbeta/transset/BUILD +++ /dev/null @@ -1,5 +0,0 @@ -( - make && - prepare_install && - cp transset /usr/X11R6/bin -) > $C_FIFO 2>&1 diff --git a/zbeta/transset/DEPENDS b/zbeta/transset/DEPENDS deleted file mode 100644 index 7e093fe..0000000 --- a/zbeta/transset/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends xcompmgr diff --git a/zbeta/transset/DETAILS b/zbeta/transset/DETAILS deleted file mode 100644 index e2214ac..0000000 --- a/zbeta/transset/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=transset - VERSION=20040910 - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http://lunar-linux.org/~nhudson/ - SOURCE_VFY=sha1:3e323e2cf763188381a71266ad1d3229eacad8c5 - WEB_SITE=http://xorg.freedesktop.org - ENTERED=20040910 - UPDATED=20040910 - SHORT="adds transparency to windows in XOrg" -cat << EOF -adds transparency to windows in XOrg -EOF From florin at lunar-linux.org Thu Aug 6 12:22:00 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 13:22:00 +0300 Subject: [Lunar-commits] fetchmail: version bumped to 6.3.11. Message-ID: <20090806102229.CEDD39B1C2@doppio.foo-projects.org> commit 97ecaf9508f1c019f7fba64fff75ced53cae8ba4 Author: Florin Braescu Date: Thu Aug 6 13:22:00 2009 +0300 fetchmail: version bumped to 6.3.11. Security release. --- mail/fetchmail/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/fetchmail/DETAILS b/mail/fetchmail/DETAILS index bd99b7d..b963715 100644 --- a/mail/fetchmail/DETAILS +++ b/mail/fetchmail/DETAILS @@ -1,12 +1,12 @@ MODULE=fetchmail - VERSION=6.3.10 + VERSION=6.3.11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://download.berlios.de/$MODULE SOURCE_URL[1]=http://download2.berlios.de/$MODULE - SOURCE_VFY=sha1:30a3d7c082481f2a3676cf863cee1e70d557212c + SOURCE_VFY=sha1:e769bcb81b393a55e02ec4bf7e94a52cf0c8ef8f WEB_SITE=http://fetchmail.berlios.de ENTERED=20010922 - UPDATED=20090706 + UPDATED=20090806 SHORT="A powerful MTA that's easy to configure" cat << EOF From stumbles at lunar-linux.org Thu Aug 6 14:00:42 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 6 Aug 2009 08:00:42 -0400 Subject: [Lunar-commits] kde-l10n: Version bump with the addition of one new module. Message-ID: <20090806120124.39BA99B1C2@doppio.foo-projects.org> commit 3abe1a3a7eab893623bb21ca81cfc94b2e7da5f8 Author: Dennis `stumbles` Veatch Date: Thu Aug 6 08:00:42 2009 -0400 kde-l10n: Version bump with the addition of one new module. --- kde4/kde-l10n/kde-l10n-ar/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-bg/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-bg_IN/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ca/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-cs/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-csb/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-da/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-de/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-el/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-en_GB/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-es/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-et/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-eu/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-fi/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-fr/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ga/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-gl/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-gu/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-he/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-hi/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-hne/BUILD | 16 ++++++++++++++++ kde4/kde-l10n/kde-l10n-hne/DEPENDS | 1 + kde4/kde-l10n/kde-l10n-hne/DETAILS | 17 +++++++++++++++++ kde4/kde-l10n/kde-l10n-hu/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-is/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-it/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ja/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-kk/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-km/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-kn/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ko/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ku/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-lt/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-lv/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-mai/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-mk/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ml/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-mr/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-nb/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-nds/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-nl/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-nn/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-pa/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-pl/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-pt/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-pt_BR/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ro/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-ru/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-sk/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-sl/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-sr/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-sv/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-tg/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-th/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-tr/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-uk/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-wa/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-zh_CN/DETAILS | 8 ++++---- kde4/kde-l10n/kde-l10n-zh_TW/DETAILS | 8 ++++---- 59 files changed, 258 insertions(+), 224 deletions(-) diff --git a/kde4/kde-l10n/kde-l10n-ar/DETAILS b/kde4/kde-l10n/kde-l10n-ar/DETAILS index 7ab15c4..f758e85 100644 --- a/kde4/kde-l10n/kde-l10n-ar/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ar/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ar - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f8b41d69365f6379b6700ad1f520ca09e08f87fb + SOURCE_VFY=sha1:df27e2bd56b5ce90474133a6849a7d6379ff18fd WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg/DETAILS b/kde4/kde-l10n/kde-l10n-bg/DETAILS index 8fda7b6..6f82d4c 100644 --- a/kde4/kde-l10n/kde-l10n-bg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:da54bfd7ea25395dc541ba5c6736ae377562ba4d + SOURCE_VFY=sha1:f2f540cf4576a9e9555054c1d7942186f38dd84c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS b/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS index 2b0651e..716eea3 100644 --- a/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg_IN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg_IN - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:850fa336796740c676377fdc77624643ee4ed0f9 + SOURCE_VFY=sha1:f71966eb5eb916f5574d0f2bf4434263c50e346a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca/DETAILS b/kde4/kde-l10n/kde-l10n-ca/DETAILS index bc3008c..4a32709 100644 --- a/kde4/kde-l10n/kde-l10n-ca/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ca - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:72098555365c9099f75102f10f57868e85c2e34c + SOURCE_VFY=sha1:73f01d55c57534406cc302935c4b5029b23af079 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-cs/DETAILS b/kde4/kde-l10n/kde-l10n-cs/DETAILS index 7a75a93..a971c7a 100644 --- a/kde4/kde-l10n/kde-l10n-cs/DETAILS +++ b/kde4/kde-l10n/kde-l10n-cs/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-cs - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:973e38f2a2eb40bb8a65bb0530f52f0c59f0fb31 + SOURCE_VFY=sha1:dfeda2be3d84b9f1d1d8cd96ff5c9f5b2e3e27d9 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-csb/DETAILS b/kde4/kde-l10n/kde-l10n-csb/DETAILS index e268c6f..16430f3 100644 --- a/kde4/kde-l10n/kde-l10n-csb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-csb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-csb - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:a6d27a03d52d60e7b200fd5ac655fbda8666d30e + SOURCE_VFY=sha1:33cd0226efa643c971200d28fde067b89059fc50 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-da/DETAILS b/kde4/kde-l10n/kde-l10n-da/DETAILS index 45b14a5..eb5cc6c 100644 --- a/kde4/kde-l10n/kde-l10n-da/DETAILS +++ b/kde4/kde-l10n/kde-l10n-da/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-da - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c6f7de6102e8ca73d3411d0f94ccb77474414f1f + SOURCE_VFY=sha1:eab5913ebc057859f6ad5ebbf2e594bb878516cb WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-de/DETAILS b/kde4/kde-l10n/kde-l10n-de/DETAILS index 816640c..85c06a4 100644 --- a/kde4/kde-l10n/kde-l10n-de/DETAILS +++ b/kde4/kde-l10n/kde-l10n-de/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-de - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c7161946a4ced27ddc8abbb15a5d470d1ad08798 + SOURCE_VFY=sha1:c0c0432313993ada78a3b183074a0c6f5fcf8226 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-el/DETAILS b/kde4/kde-l10n/kde-l10n-el/DETAILS index 6ed77af..457ef51 100644 --- a/kde4/kde-l10n/kde-l10n-el/DETAILS +++ b/kde4/kde-l10n/kde-l10n-el/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-el - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:905c47cbab44c4d07aca2618bf9f0e1b7adebff5 + SOURCE_VFY=sha1:bd1a2bcded3932c68b4215c78d86fb47260dd80e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS index e2892b5..5e1dd01 100644 --- a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS +++ b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-en_GB - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c7aa19a8e757c5f268b6d9cd98cf08d802432c41 + SOURCE_VFY=sha1:f0cc6b2bd5c9eb6780c052aad1991f60c9db1f8a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20071028 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="kde-i18n-* contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-es/DETAILS b/kde4/kde-l10n/kde-l10n-es/DETAILS index a73c28f..1d1927a 100644 --- a/kde4/kde-l10n/kde-l10n-es/DETAILS +++ b/kde4/kde-l10n/kde-l10n-es/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-es - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:6130d7cff0759416041e305fd040e00061df801c + SOURCE_VFY=sha1:584ca7f9bb8831275d6cef27ba36293fac0c362c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-et/DETAILS b/kde4/kde-l10n/kde-l10n-et/DETAILS index 02e8168..289e68f 100644 --- a/kde4/kde-l10n/kde-l10n-et/DETAILS +++ b/kde4/kde-l10n/kde-l10n-et/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-et - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b37dfc4c89c59f95c49bc9f69bbee0d94c635931 + SOURCE_VFY=sha1:49cd80fb5754b2ce1f139959d3e9551b533fc0f6 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eu/DETAILS b/kde4/kde-l10n/kde-l10n-eu/DETAILS index 2a181c2..8be01b4 100644 --- a/kde4/kde-l10n/kde-l10n-eu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eu - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c252df4c658463a961f65ac976b4acb30bc74252 + SOURCE_VFY=sha1:e6cbabb78d2843455ec42252608421094f3ccdcf WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fi/DETAILS b/kde4/kde-l10n/kde-l10n-fi/DETAILS index c81be76..2722f42 100644 --- a/kde4/kde-l10n/kde-l10n-fi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fi - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:6b37665280359429d4742ec10599d31399ac0c53 + SOURCE_VFY=sha1:c8134064ae2bfb2052f7548177f6beb33b58781b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fr/DETAILS b/kde4/kde-l10n/kde-l10n-fr/DETAILS index 665e30c..385e51f 100644 --- a/kde4/kde-l10n/kde-l10n-fr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fr - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:66c2d04c7393845513a6b1aabf2df14a37c1bc25 + SOURCE_VFY=sha1:87bde319b8373adf5407394b5f80ee5c59177f0a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ga/DETAILS b/kde4/kde-l10n/kde-l10n-ga/DETAILS index c1f5d5d..c601fc8 100644 --- a/kde4/kde-l10n/kde-l10n-ga/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ga/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ga - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:21ee67715a4fee64feab6730398378ad53cc8148 + SOURCE_VFY=sha1:29c269e611b6e78c23f39a4f03de14595c935e42 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gl/DETAILS b/kde4/kde-l10n/kde-l10n-gl/DETAILS index 59d4277..16fc52b 100644 --- a/kde4/kde-l10n/kde-l10n-gl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gl - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3e839a7e89c58cc19f897b1eff328c2babeecfe2 + SOURCE_VFY=sha1:8692b795f2199039ce2a68ae996031c1f8a685f2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gu/DETAILS b/kde4/kde-l10n/kde-l10n-gu/DETAILS index b8be10b..c2e1378 100644 --- a/kde4/kde-l10n/kde-l10n-gu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gu - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0d01b3d3c6a3316bf0871d5277592029a5f35470 + SOURCE_VFY=sha1:df4b2098a8ef7cf6f25aae9b5e09745d831f9e78 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-he/DETAILS b/kde4/kde-l10n/kde-l10n-he/DETAILS index eaab8df..2f52124 100644 --- a/kde4/kde-l10n/kde-l10n-he/DETAILS +++ b/kde4/kde-l10n/kde-l10n-he/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-he - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:54d83e83dc6ea19514de738dcb3d8f7b2de2b738 + SOURCE_VFY=sha1:802a50b56adb450db69b82d02b59818518772b3e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hi/DETAILS b/kde4/kde-l10n/kde-l10n-hi/DETAILS index c5e8043..1d22d3c 100644 --- a/kde4/kde-l10n/kde-l10n-hi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hi - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:82e548c1041e1ecf52eeda35dfe46ea525db48bd + SOURCE_VFY=sha1:071da9e055069b4ffbeba24d55ee800874df46d5 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hne/BUILD b/kde4/kde-l10n/kde-l10n-hne/BUILD new file mode 100644 index 0000000..0cc56ec --- /dev/null +++ b/kde4/kde-l10n/kde-l10n-hne/BUILD @@ -0,0 +1,16 @@ +( + + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $KDE4_BUILD_DIR && + cd $KDE4_BUILD_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/kde-l10n/kde-l10n-hne/DEPENDS b/kde4/kde-l10n/kde-l10n-hne/DEPENDS new file mode 100644 index 0000000..529d780 --- /dev/null +++ b/kde4/kde-l10n/kde-l10n-hne/DEPENDS @@ -0,0 +1 @@ +depends kdebase4 diff --git a/kde4/kde-l10n/kde-l10n-hne/DETAILS b/kde4/kde-l10n/kde-l10n-hne/DETAILS new file mode 100644 index 0000000..36bd7d2 --- /dev/null +++ b/kde4/kde-l10n/kde-l10n-hne/DETAILS @@ -0,0 +1,17 @@ + MODULE=kde-l10n-hne + MAJOR=4.3 + VERSION=${MAJOR}.0 + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ + SOURCE_VFY=sha1:9c6775f062960a53c3bf89b9ac946fb845789696 + WEB_SITE=http://www.kde.org + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + ENTERED=20090806 + UPDATED=20090806 + MAINTAINER=stumbles at lunar-linux.org + SHORT="contains translated KDE messages" + +cat << EOF +kde-l10n-* contains translated KDE messages. +EOF diff --git a/kde4/kde-l10n/kde-l10n-hu/DETAILS b/kde4/kde-l10n/kde-l10n-hu/DETAILS index 7cab1a0..d5b885e 100644 --- a/kde4/kde-l10n/kde-l10n-hu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hu - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b2bfeaeddcc945b500d92a9c8d8a866ba2e54245 + SOURCE_VFY=sha1:fac28634ad77eeddce6e77c4a4c8b14e5de497f3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-is/DETAILS b/kde4/kde-l10n/kde-l10n-is/DETAILS index 9236923..15656fb 100644 --- a/kde4/kde-l10n/kde-l10n-is/DETAILS +++ b/kde4/kde-l10n/kde-l10n-is/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-is - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0b3249ee1b1922f1ba4317275b9643c39c6bd2c2 + SOURCE_VFY=sha1:0e11362c2666a1996d7161186a734110e2f4211c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-it/DETAILS b/kde4/kde-l10n/kde-l10n-it/DETAILS index 558a29e..5f05e46 100644 --- a/kde4/kde-l10n/kde-l10n-it/DETAILS +++ b/kde4/kde-l10n/kde-l10n-it/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-it - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:7fd66571233cab9f414af4848dbb398792eef6dc + SOURCE_VFY=sha1:6a129b8bad19da0256113475aef4ce658ffe5b41 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ja/DETAILS b/kde4/kde-l10n/kde-l10n-ja/DETAILS index bc489e4..2109c6f 100644 --- a/kde4/kde-l10n/kde-l10n-ja/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ja/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ja - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c65fa31da31a376a3989d37251619d2034743583 + SOURCE_VFY=sha1:acd10fd72c8061344a8b95a8cd347c4e34ff3543 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kk/DETAILS b/kde4/kde-l10n/kde-l10n-kk/DETAILS index 62d4066..7866f64 100644 --- a/kde4/kde-l10n/kde-l10n-kk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kk - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0fe984645efb3c6ca39628dfa9e5e59d1afcc157 + SOURCE_VFY=sha1:939a434ac3316911da0184dd792c3ceeb1bee24c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-km/DETAILS b/kde4/kde-l10n/kde-l10n-km/DETAILS index d9dc90f..fad1b75 100644 --- a/kde4/kde-l10n/kde-l10n-km/DETAILS +++ b/kde4/kde-l10n/kde-l10n-km/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-km - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:93e341610a9da1eb4c1c5c4bea48184d819af767 + SOURCE_VFY=sha1:5aab3cb0d192eb7ae452a46ab592db493fde30bd WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kn/DETAILS b/kde4/kde-l10n/kde-l10n-kn/DETAILS index 7fcca6b..bc39c67 100644 --- a/kde4/kde-l10n/kde-l10n-kn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kn - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:efcdb8c618622646bebb041e8eca61d633501855 + SOURCE_VFY=sha1:6ca7676f7dc58c2a818a2b59056febb6e6a1f6b4 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ko/DETAILS b/kde4/kde-l10n/kde-l10n-ko/DETAILS index cff80e7..bd32d39 100644 --- a/kde4/kde-l10n/kde-l10n-ko/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ko/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ko - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9920a1e2a0ac73b18e50607c100327d9c503089e + SOURCE_VFY=sha1:c595fd7422e73a3ac2b5a6cfcdd1d53dc9bd991f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ku/DETAILS b/kde4/kde-l10n/kde-l10n-ku/DETAILS index 7aa49b3..e6e0eb5 100644 --- a/kde4/kde-l10n/kde-l10n-ku/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ku/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ku - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2525f5caa0c13113f8cc0b7fc74b762d519532d3 + SOURCE_VFY=sha1:d34f2e56b9de1903a6ef7ecd314feff7341b0c9b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lt/DETAILS b/kde4/kde-l10n/kde-l10n-lt/DETAILS index 1f02971..c4d7e6a 100644 --- a/kde4/kde-l10n/kde-l10n-lt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lt - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:ff8ee62a6ff6e3e2f11624af6dd934e8d0132788 + SOURCE_VFY=sha1:c7a3037032e12a5b3d7aee9095e1622cfc433c8d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lv/DETAILS b/kde4/kde-l10n/kde-l10n-lv/DETAILS index 39e6310..aed168d 100644 --- a/kde4/kde-l10n/kde-l10n-lv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lv - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2a6237666b6ca4c7a29a56ac0c5859fb83c2db6c + SOURCE_VFY=sha1:b9d3b2f739c8c9308ee65ab1ceef17f0114327ff WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mai/DETAILS b/kde4/kde-l10n/kde-l10n-mai/DETAILS index 07f5eef..e78cf4b 100644 --- a/kde4/kde-l10n/kde-l10n-mai/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mai/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mai - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9ad93e4b7ddb3160a9929cb41ec7f5a9f861ddc8 + SOURCE_VFY=sha1:29613b5e969fe737e8b939b844fca75437f2fab1 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mk/DETAILS b/kde4/kde-l10n/kde-l10n-mk/DETAILS index cd26619..bf8af03 100644 --- a/kde4/kde-l10n/kde-l10n-mk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mk - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:ee4b8f33b4e3de5fcdd0fa7a5aed8e70fe234f79 + SOURCE_VFY=sha1:75250e4ec764ae0d314302ace97bbf826017b8d1 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ml/DETAILS b/kde4/kde-l10n/kde-l10n-ml/DETAILS index 800b26d..6fda374 100644 --- a/kde4/kde-l10n/kde-l10n-ml/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ml/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ml - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3d654eba2b68cbd2aa437b14ca124a11669cc264 + SOURCE_VFY=sha1:fbe565fc8a5b600bea371ce2281df6c159f8b57e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mr/DETAILS b/kde4/kde-l10n/kde-l10n-mr/DETAILS index 4855a53..d0678c5 100644 --- a/kde4/kde-l10n/kde-l10n-mr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mr - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:35856ab475546277e98083889468953ab971123a + SOURCE_VFY=sha1:e818f2184454bb457d8f43d2bcee04b78d208ff6 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nb/DETAILS b/kde4/kde-l10n/kde-l10n-nb/DETAILS index 35c8e4d..b19b3f7 100644 --- a/kde4/kde-l10n/kde-l10n-nb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nb - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:04c9d4dff0da7ed4fe3f0411057010849b3e2204 + SOURCE_VFY=sha1:13fcc03f277d2e943a06b86b1e9356d9c174d5af WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nds/DETAILS b/kde4/kde-l10n/kde-l10n-nds/DETAILS index a200645..4c4e03c 100644 --- a/kde4/kde-l10n/kde-l10n-nds/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nds/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nds - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:88f9556b94155507ab112e180ec2d7d06c39cba0 + SOURCE_VFY=sha1:9c1b02655d65a1e90f2880a957611c07deeff58f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nl/DETAILS b/kde4/kde-l10n/kde-l10n-nl/DETAILS index bc4d6b6..98c0f6f 100644 --- a/kde4/kde-l10n/kde-l10n-nl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nl - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2db0f276b953ef8b180637d23f1fe2aaa9986881 + SOURCE_VFY=sha1:2ee1e6cf4bcc2303dd42e2d11e417e5d7b62b67d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nn/DETAILS b/kde4/kde-l10n/kde-l10n-nn/DETAILS index c5f6864..90591b5 100644 --- a/kde4/kde-l10n/kde-l10n-nn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nn - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0d3cb692e92e28807f768b4923c7d91d723eae34 + SOURCE_VFY=sha1:6a5014a3ed3177c9f07fc53c31e0924ad85e6c25 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pa/DETAILS b/kde4/kde-l10n/kde-l10n-pa/DETAILS index 9d2dbf1..65a3e00 100644 --- a/kde4/kde-l10n/kde-l10n-pa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pa - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:73344f9ef9f3022ae12514ec771b00793c5b9fec + SOURCE_VFY=sha1:bdc8168023e05af7a7aa8985ff151bc2878bd23f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pl/DETAILS b/kde4/kde-l10n/kde-l10n-pl/DETAILS index 8ee3023..ffd91e9 100644 --- a/kde4/kde-l10n/kde-l10n-pl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pl - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b260043616946eb10bcf09201aa66bbeda6438a8 + SOURCE_VFY=sha1:68beafeabcbc5e0a30b7fc37f6db086d83f984c6 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt/DETAILS b/kde4/kde-l10n/kde-l10n-pt/DETAILS index 56547b0..7fb3857 100644 --- a/kde4/kde-l10n/kde-l10n-pt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d3391b9bc71ba39c2504cd522078e94f8d8dd95e + SOURCE_VFY=sha1:16ca3625e00ff1f2cf939e588c2be4b97f940b6c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS index 5abc76c..6f1ce73 100644 --- a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt_BR - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:664411099a20aaa5360246af53adfafde4286a37 + SOURCE_VFY=sha1:90784b54fc83bdc00d7b33e747d0bae925eb56f0 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ro/DETAILS b/kde4/kde-l10n/kde-l10n-ro/DETAILS index 707a1a7..4c37ae7 100644 --- a/kde4/kde-l10n/kde-l10n-ro/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ro/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ro - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3d44bb63fdf9b9aa2914158917ccd3e159d459d9 + SOURCE_VFY=sha1:e600aba4f3d1b203c7b24e0c7ea9781b02cba61f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ru/DETAILS b/kde4/kde-l10n/kde-l10n-ru/DETAILS index 32018f2..8f18b0d 100644 --- a/kde4/kde-l10n/kde-l10n-ru/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ru/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ru - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:dc85090d3d17fb750de2a8172d9908eb17956ba4 + SOURCE_VFY=sha1:c582a2807892d32ef3c2a2112be1384cc516d4b3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sk/DETAILS b/kde4/kde-l10n/kde-l10n-sk/DETAILS index c3c5ff0..49e1478 100644 --- a/kde4/kde-l10n/kde-l10n-sk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sk - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:459091f23e9303da69ab523d7ad06c0ef1b5ded2 + SOURCE_VFY=sha1:bae8dda968f126cb8f996bf01b59c991b0a9c46f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sl/DETAILS b/kde4/kde-l10n/kde-l10n-sl/DETAILS index 8d12c14..ae761a7 100644 --- a/kde4/kde-l10n/kde-l10n-sl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sl - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:dd7b01237b318c45dbdfae0f112f9ed04b8e9299 + SOURCE_VFY=sha1:151e2db6db13f9bb9994e361ae405b2a811b8a17 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sr/DETAILS b/kde4/kde-l10n/kde-l10n-sr/DETAILS index 14d2997..cea44d6 100644 --- a/kde4/kde-l10n/kde-l10n-sr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sr - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:8137987bc754176b982930efb48571252dad7010 + SOURCE_VFY=sha1:998bfeb7645a94cbef3a44887508ce4b47bc952d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sv/DETAILS b/kde4/kde-l10n/kde-l10n-sv/DETAILS index c4aa834..cbbf527 100644 --- a/kde4/kde-l10n/kde-l10n-sv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sv - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2680c431984b06cbec116fda2b1da466c8781d8d + SOURCE_VFY=sha1:99a6b673280a4d701d77753c9bb2ccfb993f4cba WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tg/DETAILS b/kde4/kde-l10n/kde-l10n-tg/DETAILS index 01ef1d2..ff1c3e4 100644 --- a/kde4/kde-l10n/kde-l10n-tg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tg - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9a83170e0ed2821975a3eb3b30c2ec24a12ab608 + SOURCE_VFY=sha1:13efd0502aeff20c893a170af08828d28251f763 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-th/DETAILS b/kde4/kde-l10n/kde-l10n-th/DETAILS index 1e1ff2f..b07309c 100644 --- a/kde4/kde-l10n/kde-l10n-th/DETAILS +++ b/kde4/kde-l10n/kde-l10n-th/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-th - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:a28a7392b84774626825d83f7e8f9ac7238ac5a0 + SOURCE_VFY=sha1:5ebe7539e17a8ca77626237fa12b0a4a82a988c4 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tr/DETAILS b/kde4/kde-l10n/kde-l10n-tr/DETAILS index a0a30b1..5c0d564 100644 --- a/kde4/kde-l10n/kde-l10n-tr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tr - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9fa42ce348b1315e9b2fd209f6fc45651e15b569 + SOURCE_VFY=sha1:8ddf824b8f6062082f2a69d2a6c6bef2705a7527 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-uk/DETAILS b/kde4/kde-l10n/kde-l10n-uk/DETAILS index 0143ac0..3ae5a09 100644 --- a/kde4/kde-l10n/kde-l10n-uk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-uk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-uk - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:74609d5059b904ce3b036af1e677998b9b83dad8 + SOURCE_VFY=sha1:117f4674359adabf981a590a4c867e68958132bd WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-wa/DETAILS b/kde4/kde-l10n/kde-l10n-wa/DETAILS index 795589f..4a20761 100644 --- a/kde4/kde-l10n/kde-l10n-wa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-wa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-wa - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2705775be3cdedacbe7a5a3a63f85b8308762be6 + SOURCE_VFY=sha1:2b4ee9cb99f771c90c5758525a780b7f3ddfaa56 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS index 04070b9..41c6b43 100644 --- a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_CN - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:a64c256f3de1050da480e9c9599e3891591bdb68 + SOURCE_VFY=sha1:81c44e5a99a02172f7018496f8ef91e02ee27ef8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS index 13746fd..eb18171 100644 --- a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_TW - MAJOR=4.2 - VERSION=${MAJOR}.4 + MAJOR=4.3 + VERSION=${MAJOR}.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:7b0bdf6ac20653cefd02fcdf536f3e8037171348 + SOURCE_VFY=sha1:0c1261d8c612678de60cf653e8a295bf0fab8d54 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20090603 + UPDATED=20090806 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" From stumbles at lunar-linux.org Thu Aug 6 16:30:39 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 6 Aug 2009 10:30:39 -0400 Subject: [Lunar-commits] sun-jdk: Version bump fixing some security issues. Message-ID: <20090806143105.444679B1C2@doppio.foo-projects.org> commit 2e1f7cf5548e87eb1cd3202a6b8f7591e6261860 Author: Dennis `stumbles` Veatch Date: Thu Aug 6 10:30:39 2009 -0400 sun-jdk: Version bump fixing some security issues. --- compilers/sun-jdk/DETAILS | 6 +++--- compilers/sun-jdk/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compilers/sun-jdk/DETAILS b/compilers/sun-jdk/DETAILS index b82c6b1..268c603 100644 --- a/compilers/sun-jdk/DETAILS +++ b/compilers/sun-jdk/DETAILS @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=6u14 + VERSION=6u15 FVERSION=1.${VERSION/u/.0_} SOURCE=jdk-$VERSION-dlj-linux-i586.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:ce7fcdeb9275820b98a54ecf7a44ed30557b8233 + SOURCE_VFY=sha1:d09eea7fb48cd662abafbf490b0cb8340936095a WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20090606 + UPDATED=20090806 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jdk/DETAILS.x86_64 b/compilers/sun-jdk/DETAILS.x86_64 index 2811ba9..23dd272 100644 --- a/compilers/sun-jdk/DETAILS.x86_64 +++ b/compilers/sun-jdk/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=6u14 + VERSION=6u15 FVERSION=1.${VERSION/u/.0_} SOURCE=jdk-$VERSION-dlj-linux-amd64.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:3ffc80f7a194bc29792dbdfc9b7c395bf82cf346 + SOURCE_VFY=sha1:77323aab8b59b5cf84ea09cb43e0e4a0c05e1f1a WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20090606 + UPDATED=20090806 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From stumbles at lunar-linux.org Thu Aug 6 17:38:04 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 6 Aug 2009 11:38:04 -0400 Subject: [Lunar-commits] fontforge: Version bump. Message-ID: <20090806154207.7A3EB9B1C2@doppio.foo-projects.org> commit 692c6bec20c43e6e6cf3d1c945d55bb4709d71cf Author: Dennis `stumbles` Veatch Date: Thu Aug 6 11:38:04 2009 -0400 fontforge: Version bump. --- graphics/fontforge/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/fontforge/DETAILS b/graphics/fontforge/DETAILS index 8e4a194..9944534 100644 --- a/graphics/fontforge/DETAILS +++ b/graphics/fontforge/DETAILS @@ -1,11 +1,11 @@ MODULE=fontforge - VERSION=20090408 + VERSION=20090622 SOURCE=$MODULE\_full-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:0bc12559705ff0b214a3d6b0daf87cef79a379e8 + SOURCE_VFY=sha1:bc638eeeb4cf2d540773bacc52cc6bac1c6ca76f WEB_SITE=http://fontforge.sourceforge.net ENTERED=20070920 - UPDATED=20090616 + UPDATED=20090806 SHORT="An outline font editor" cat << EOF From stumbles at lunar-linux.org Thu Aug 6 17:41:06 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 6 Aug 2009 11:41:06 -0400 Subject: [Lunar-commits] liberation-fonts: Version bump, and it has a new depends (fontforge) along with Message-ID: <20090806154207.872E49B1EA@doppio.foo-projects.org> commit 6e70c2c1c7e3a5e487ecb47b0a2aa3898d4189f9 Author: Dennis `stumbles` Veatch Date: Thu Aug 6 11:41:06 2009 -0400 liberation-fonts: Version bump, and it has a new depends (fontforge) along with a slight adjustment to the BUILD. --- fonts/liberation-fonts/BUILD | 3 ++- fonts/liberation-fonts/DEPENDS | 1 + fonts/liberation-fonts/DETAILS | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fonts/liberation-fonts/BUILD b/fonts/liberation-fonts/BUILD index 254f7fa..38c53e9 100644 --- a/fonts/liberation-fonts/BUILD +++ b/fonts/liberation-fonts/BUILD @@ -2,6 +2,7 @@ LIBTTF=/usr/share/fonts/liberation-fonts-ttf + make && prepare_install && if [ ! -d $LIBTTF ] ; then @@ -12,6 +13,6 @@ rmdir old.libraries fi && - cp -f $SOURCE_DIRECTORY/* $LIBTTF + cp -f $SOURCE_DIRECTORY/ttf/* $LIBTTF ) > $C_FIFO 2>&1 diff --git a/fonts/liberation-fonts/DEPENDS b/fonts/liberation-fonts/DEPENDS index e53c980..1da6e52 100644 --- a/fonts/liberation-fonts/DEPENDS +++ b/fonts/liberation-fonts/DEPENDS @@ -1 +1,2 @@ depends fontconfig +depends fontforge diff --git a/fonts/liberation-fonts/DETAILS b/fonts/liberation-fonts/DETAILS index b27206c..b3c3d77 100644 --- a/fonts/liberation-fonts/DETAILS +++ b/fonts/liberation-fonts/DETAILS @@ -1,11 +1,11 @@ MODULE=liberation-fonts - VERSION=1.04 + VERSION=1.05.1.20090721 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=https://fedorahosted.org/releases/l/i/liberation-fonts/ - SOURCE_VFY=sha1:097882c92e3260742a3dc3bf033792120d8635a3 + SOURCE_VFY=sha1:3b8d9f2eb782a3c2826226a4a9ffb46ffa6955c3 WEB_SITE=http://www.redhat.com/promo/fonts/ ENTERED=20070516 - UPDATED=20081108 + UPDATED=20090806 SHORT="some RedHat GPL exception licensed fonts" cat << EOF There are three sets: Sans (a substitute for Arial, Albany, Helvetica, From florin at lunar-linux.org Thu Aug 6 20:29:40 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 21:29:40 +0300 Subject: [Lunar-commits] virtualbox: version bumped to 3.0.4. Message-ID: <20090806183142.7DF099B1C0@doppio.foo-projects.org> commit cf72366c93d30bf2495b2023e5d1614e3d802476 Author: Florin Braescu Date: Thu Aug 6 21:29:40 2009 +0300 virtualbox: version bumped to 3.0.4. Maintenance release, with many bugfixes and enhacements. --- x11-utils/virtualbox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS index c3e847e..31a1f61 100644 --- a/x11-utils/virtualbox/DETAILS +++ b/x11-utils/virtualbox/DETAILS @@ -1,14 +1,14 @@ MODULE=virtualbox - BASE_VERSION=3.0.2 + BASE_VERSION=3.0.4 VERSION=$BASE_VERSION SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$BASE_VERSION\_OSE SOURCE_URL=http://download.virtualbox.org/$MODULE/$BASE_VERSION - SOURCE_VFY=sha1:442206e7dfcf6719b7ee452f9f042563acd6f0eb + SOURCE_VFY=sha1:454f4fbd46a3c7bfa0f6e48eaa37bb578446aca5 MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20090712 + UPDATED=20090806 SHORT="Full virtualizer for x86 hardware" cat << EOF From florin at lunar-linux.org Thu Aug 6 20:46:53 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 6 Aug 2009 21:46:53 +0300 Subject: [Lunar-commits] kdeplasma4-addons: add an optional depend on kdeedu4. Message-ID: <20090806184753.8001E9B1C0@doppio.foo-projects.org> commit 1a39c81a1a77f2dd7261fc65f1bd328218b4226c Author: Florin Braescu Date: Thu Aug 6 21:46:53 2009 +0300 kdeplasma4-addons: add an optional depend on kdeedu4. --- kde4/base/kdeplasma4-addons/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdeplasma4-addons/DEPENDS b/kde4/base/kdeplasma4-addons/DEPENDS index e31c0a3..21ac4a4 100644 --- a/kde4/base/kdeplasma4-addons/DEPENDS +++ b/kde4/base/kdeplasma4-addons/DEPENDS @@ -1 +1,3 @@ depends kdelibs4 + +optional_depends "kdeedu4" "" "" "for kdeedu support" From elangelo at xfce.org Thu Aug 6 21:15:01 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Thu, 6 Aug 2009 21:15:01 +0200 Subject: [Lunar-commits] xf86-input-evdev: 2.2.4 Message-ID: <20090806191530.379DF9B1C0@doppio.foo-projects.org> commit b0f436ca1c844361da7a19bf24e62db612989587 Author: Samuel Verstraete Date: Thu Aug 6 21:15:01 2009 +0200 xf86-input-evdev: 2.2.4 --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index 4f5c50f..8784613 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.2.2 + VERSION=2.2.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:04399411037373f7c047bf10b661179350e19108 + SOURCE_VFY=sha1:617f2f2e8649653caa8bb78aaa71f0ebe8168189 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090430 + UPDATED=20090806 SHORT="An input driver" cat << EOF From zbiggy at lunar-linux.org Fri Aug 7 01:29:56 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 7 Aug 2009 01:29:56 +0200 Subject: [Lunar-commits] kdebase4-workspace: added missing dependency Without this dependency kdebase4-workspace fails to build at configure level. CMake Error: Could NOT find LibKNotificationItem-1 Message-ID: <20090806233343.9BEC79B1C0@doppio.foo-projects.org> commit 422a426e5cf936f711c9cf4000bbf7872f379c09 Author: Zbigniew Luszpinski Date: Fri Aug 7 01:29:56 2009 +0200 kdebase4-workspace: added missing dependency Without this dependency kdebase4-workspace fails to build at configure level. CMake Error: Could NOT find LibKNotificationItem-1 --- kde4/base/kdebase4-workspace/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/kdebase4-workspace/DEPENDS b/kde4/base/kdebase4-workspace/DEPENDS index a8feffa..905ef56 100644 --- a/kde4/base/kdebase4-workspace/DEPENDS +++ b/kde4/base/kdebase4-workspace/DEPENDS @@ -1,5 +1,6 @@ depends qimageblitz depends kdebase4-runtime +depends kdelibs4-experimental optional_depends "libxklavier" "" "" "for advanced keyboard controls" optional_depends "glib-2" "" "" "required for keyboard switching" From florin at lunar-linux.org Fri Aug 7 10:39:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 7 Aug 2009 11:39:27 +0300 Subject: [Lunar-commits] subversion: version bumped to 1.6.4. Message-ID: <20090807084019.302FC9B1C0@doppio.foo-projects.org> commit af135e4573e3078259e894ac7007799869b2dded Author: Florin Braescu Date: Fri Aug 7 11:39:27 2009 +0300 subversion: version bumped to 1.6.4. Bugfixes. --- devel/subversion/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/subversion/DETAILS b/devel/subversion/DETAILS index 7ee1b89..89d4f28 100644 --- a/devel/subversion/DETAILS +++ b/devel/subversion/DETAILS @@ -1,11 +1,11 @@ MODULE=subversion - VERSION=1.6.3 + VERSION=1.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://subversion.tigris.org/downloads - SOURCE_VFY=sha1:88a4a21509f9d8f95a64f7545f3294d356f619c8 + SOURCE_VFY=sha1:d043afc479ad985b23abe80e940729b99d4eb3c4 WEB_SITE=http://subversion.tigris.org ENTERED=20030126 - UPDATED=20090622 + UPDATED=20090807 PSAFE=no SHORT="A free/open-source version control system" From stumbles at lunar-linux.org Fri Aug 7 20:48:41 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 7 Aug 2009 14:48:41 -0400 Subject: [Lunar-commits] calibre: version bump. Message-ID: <20090807184859.92FAB9B1EA@doppio.foo-projects.org> commit a40f82d4bf02fa4e26e98c33852b1cc555369088 Author: Dennis `stumbles` Veatch Date: Fri Aug 7 14:48:41 2009 -0400 calibre: version bump. --- qt4-apps/calibre/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/calibre/DETAILS b/qt4-apps/calibre/DETAILS index 7437e86..ece62da 100644 --- a/qt4-apps/calibre/DETAILS +++ b/qt4-apps/calibre/DETAILS @@ -1,11 +1,11 @@ MODULE=calibre - VERSION=0.5.14 + VERSION=0.6.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://calibre.kovidgoyal.net/downloads/ - SOURCE_VFY=sha1:f3241ce95fb590873427d9a9c0881f336b995aef + SOURCE_VFY=sha1:3594da3608681e8972533a37aa830e3f2cd66971 WEB_SITE=http://calibre.kovidgoyal.net/ ENTERED=20090108 - UPDATED=20090628 + UPDATED=20090807 SHORT="An eBook management application" cat << EOF From stumbles at lunar-linux.org Fri Aug 7 21:40:43 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 7 Aug 2009 15:40:43 -0400 Subject: [Lunar-commits] rkward4: Version bump. Message-ID: <20090807194114.B06389B1EB@doppio.foo-projects.org> commit 27dc71979a97930ef9854b884536b7f024978cf6 Author: Dennis `stumbles` Veatch Date: Fri Aug 7 15:40:43 2009 -0400 rkward4: Version bump. --- kde4/apps/rkward4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/rkward4/DETAILS b/kde4/apps/rkward4/DETAILS index 743db46..3cd2dc1 100644 --- a/kde4/apps/rkward4/DETAILS +++ b/kde4/apps/rkward4/DETAILS @@ -1,13 +1,13 @@ MODULE=rkward4 - VERSION=0.5.0d + VERSION=0.5.1 SOURCE=rkward-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/rkward-$VERSION SOURCE_URL[0]=$SFORGE_URL/rkward MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:d18207958eda3d9e8bc032e8e5770463d9b801ba + SOURCE_VFY=sha1:2a348363d3b5fbe0ea3a49fe052469f59d39f07d WEB_SITE=http://rkward.sourceforge.net/ ENTERED=20060708 - UPDATED=20090619 + UPDATED=20090807 SHORT="KDE4 transparent frontend to the R-language" cat << EOF From stumbles at lunar-linux.org Fri Aug 7 21:40:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 7 Aug 2009 15:40:28 -0400 Subject: [Lunar-commits] R: Version bump. Message-ID: <20090807194114.A18299B1EA@doppio.foo-projects.org> commit 0581542f887d467cb127b1c55d7f5c151c675ad8 Author: Dennis `stumbles` Veatch Date: Fri Aug 7 15:40:28 2009 -0400 R: Version bump. --- science/R/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/R/DETAILS b/science/R/DETAILS index c7c7cc1..2bfb6f4 100644 --- a/science/R/DETAILS +++ b/science/R/DETAILS @@ -1,11 +1,11 @@ MODULE=R - VERSION=2.8.1 + VERSION=2.9.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cran.r-project.org/src/base/R-2 - SOURCE_VFY=sha1:71e577dc061ff8720ce399471a75dea5b8fb1dab + SOURCE_VFY=sha1:59bcc4e775db5c681aefbfafe9fc357bc99e1fad WEB_SITE=http://www.r-project.org ENTERED=20021010 - UPDATED=20081222 + UPDATED=20090807 MAINTAINER=stumbles at lunar-linux.org SHORT="Language and environment for statistical computing and graphics" PSAFE=no From stumbles at lunar-linux.org Fri Aug 7 21:58:54 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 7 Aug 2009 15:58:54 -0400 Subject: [Lunar-commits] celestia-gtk: Version bump. Message-ID: <20090807195914.6F5D19B1EA@doppio.foo-projects.org> commit c2f7195734d9bd30e8e56c241569ecc26f388343 Author: Dennis `stumbles` Veatch Date: Fri Aug 7 15:58:54 2009 -0400 celestia-gtk: Version bump. --- science/celestia-gtk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/celestia-gtk/DETAILS b/science/celestia-gtk/DETAILS index 80677d1..fa36912 100644 --- a/science/celestia-gtk/DETAILS +++ b/science/celestia-gtk/DETAILS @@ -1,12 +1,12 @@ MODULE=celestia-gtk - VERSION=1.5.1 + VERSION=1.6.0 SOURCE=celestia-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/celestia-$VERSION SOURCE_URL=$SFORGE_URL/celestia/ - SOURCE_VFY=sha1:2d6a117daf6a400ab4c47a5a51c13f2ab601e6db + SOURCE_VFY=sha1:72aa9cc2ef0ee1e4d73ed63ca2638a1ed8af9566 WEB_SITE=http://www.shatters.net/celestia/ ENTERED=20041202 - UPDATED=20080708 + UPDATED=20090807 SHORT="A 3D real-time space simulation" cat << EOF Celestia is a free real-time space simulation that lets you experience our From zmcgrew at lunar-linux.org Sat Aug 8 16:07:57 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sat, 8 Aug 2009 07:07:57 -0700 Subject: [Lunar-commits] firefox: fix the build (At least for PGO) Message-ID: <20090808141023.1ACE6F41DC@doppio.foo-projects.org> commit b844257995d72acd2364489b77421c3ee94107d9 Author: Zachary McGrew Date: Sat Aug 8 07:07:57 2009 -0700 firefox: fix the build (At least for PGO) --- web/firefox/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/web/firefox/BUILD b/web/firefox/BUILD index f56cf9a..f32efd6 100644 --- a/web/firefox/BUILD +++ b/web/firefox/BUILD @@ -1,4 +1,11 @@ ( + + #Really? You go and call fprintf and don't #include ? + #How exactly did you plan on doing that?!?! + sedit 's::\n#include :g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc + sedit 's::\n#include :g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc + sedit 's::\n#include :g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc + if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then set_module_config OLD_VER "`installed_version $MODULE`" fi && From zmcgrew at lunar-linux.org Thu Aug 6 04:52:31 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 5 Aug 2009 19:52:31 -0700 Subject: [Lunar-commits] webkit: version bump to 1.1.12 Message-ID: <20090808141023.0D74FF41E0@doppio.foo-projects.org> commit 8e87def866b6ca81608f53f51e04e15963c11fea Author: Zachary McGrew Date: Wed Aug 5 19:52:31 2009 -0700 webkit: version bump to 1.1.12 --- web/webkit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index f8fc072..01a5981 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,11 +1,11 @@ MODULE=webkit - VERSION=1.1.11 + VERSION=1.1.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:a5771931120bbefe6e590c9507d51fd5f5575e2d + SOURCE_VFY=sha1:a06bb5729faae195096991d01089216df110a2c2 WEB_SITE=http://www.webkit.org ENTERED=20070919 - UPDATED=20090714 + UPDATED=20090805 SHORT="a gtk+ web rendering engine" cat< gst-plugins-ugly: fixing UPDATED. Message-ID: <20090808142905.4DEFCF41ED@doppio.foo-projects.org> commit 81630acbc39a463ff7a74ebba26f0ffc21da009f Author: Dennis `stumbles` Veatch Date: Sat Aug 8 10:28:40 2009 -0400 gst-plugins-ugly: fixing UPDATED. --- audio/gst-plugins-ugly/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/gst-plugins-ugly/DETAILS b/audio/gst-plugins-ugly/DETAILS index e156cd2..c596e7b 100644 --- a/audio/gst-plugins-ugly/DETAILS +++ b/audio/gst-plugins-ugly/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:2d09dc36a507c66c001f2ec1fa113df22a5b96dd WEB_SITE=http://gstreamer.freedesktop.org ENTERED=20060311 - UPDATED=20090805122 + UPDATED=20090805 SHORT="additional plugins for Gstreamer 0.10.x" cat << EOF From sofar at foo-projects.org Sun Aug 9 00:49:34 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 00:49:34 +0200 Subject: [Lunar-commits] webalizer: update Message-ID: <20090808224952.7C1059B1EA@doppio.foo-projects.org> commit a8c8ee9dcc1fdbf8c6de9eaad1d53b556d7b265c Author: Auke Kok Date: Sun Aug 9 00:49:34 2009 +0200 webalizer: update --- web/webalizer/DETAILS | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/webalizer/DETAILS b/web/webalizer/DETAILS index 15bc518..5049e8d 100644 --- a/web/webalizer/DETAILS +++ b/web/webalizer/DETAILS @@ -1,11 +1,10 @@ MODULE=webalizer - VERSION=2.01-10 -# VERSION=2.01-09 + VERSION=2.21-02 SOURCE=$MODULE-$VERSION-src.tgz SOURCE_URL[0]=ftp://ftp.mrunix.net/pub/webalizer/ WEB_SITE=http://www.mrunix.net/webalizer/ ENTERED=20020411 - UPDATED=20020417 + UPDATED=20090808 SHORT="log visualizer" cat << EOF Webalizer parses your log files and creates beautiful HTML-Pages. From zbiggy at lunar-linux.org Sun Aug 9 02:44:17 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 9 Aug 2009 02:44:17 +0200 Subject: [Lunar-commits] dovecot: updated to 1.2.3 Message-ID: <20090809004756.8F239F3C5B@doppio.foo-projects.org> commit c6803bb0fcf1d8c44ae1439b8af63d92c7f298e7 Author: Zbigniew Luszpinski Date: Sun Aug 9 02:44:17 2009 +0200 dovecot: updated to 1.2.3 --- mail/dovecot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index 2b82bea..1b76d03 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,11 +1,11 @@ MODULE=dovecot - VERSION=1.2.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/1.2 - SOURCE_VFY=sha1:6befd04f2b00898afe0d75875a7818c4ea9489dd + SOURCE_VFY=sha1:881ae3748af2f2352b3e84037ce044b57eef4b7c WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20090727 + UPDATED=20090809 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From zbiggy at lunar-linux.org Sun Aug 9 02:41:46 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 9 Aug 2009 02:41:46 +0200 Subject: [Lunar-commits] sun-jre: updated to 6u15 Message-ID: <20090809004756.85145F3C9A@doppio.foo-projects.org> commit 2acf12281ac235b3cf495ee409d07580cae14c7c Author: Zbigniew Luszpinski Date: Sun Aug 9 02:41:46 2009 +0200 sun-jre: updated to 6u15 --- compilers/sun-jre/DETAILS | 8 ++++---- compilers/sun-jre/DETAILS.x86_64 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compilers/sun-jre/DETAILS b/compilers/sun-jre/DETAILS index f9ad59f..1655909 100644 --- a/compilers/sun-jre/DETAILS +++ b/compilers/sun-jre/DETAILS @@ -1,13 +1,13 @@ MODULE=sun-jre - VERSION=6u14 + VERSION=6u15 FVERSION=1.${VERSION/u/.0_} SOURCE=jre-$VERSION-linux-i586.bin - SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=31611&/" - SOURCE_VFY=sha1:70275f262bd59106ded33126aa43fb3e41731c0d + SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=33223&/" + SOURCE_VFY=sha1:17b72a4e9d0fc0c4f747f065e7ca139e80877f9e WEB_SITE=http://www.java.com/en/download/manual.jsp LICENSE="proprietary" ENTERED=20061113 - UPDATED=20090613 + UPDATED=20090809 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jre/DETAILS.x86_64 b/compilers/sun-jre/DETAILS.x86_64 index 9a6ced5..2b9693e 100644 --- a/compilers/sun-jre/DETAILS.x86_64 +++ b/compilers/sun-jre/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=sun-jre - VERSION=6u14 + VERSION=6u15 FVERSION=1.${VERSION/u/.0_} SOURCE=jre-$VERSION-linux-x64.bin - SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=31615&/" - SOURCE_VFY=sha1:6919393cb8cffd49a454ce7bff3a2a9ed3b3ca6c + SOURCE_URL="http://javadl.sun.com/webapps/download/AutoDL?BundleId=33227&/" + SOURCE_VFY=sha1:6d89d5e07959430162cb6e94d44297fbf44031c8 WEB_SITE=http://www.java.com/en/download/manual.jsp LICENSE="proprietary" ENTERED=20061113 - UPDATED=20090613 + UPDATED=20090809 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From sofar at foo-projects.org Sun Aug 9 03:05:24 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:05:24 +0200 Subject: [Lunar-commits] glib-2: version bump to 20.4 Message-ID: <20090809011814.42DB19B1C1@doppio.foo-projects.org> commit 190b05fede7637fe9beb9b9c81b4c5a93d30c4c8 Author: Paul Bredbury Date: Sun Aug 9 03:05:24 2009 +0200 glib-2: version bump to 20.4 --- libs/glib-2/BUILD | 1 + libs/glib-2/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/glib-2/BUILD b/libs/glib-2/BUILD index 97ccc56..ea11419 100644 --- a/libs/glib-2/BUILD +++ b/libs/glib-2/BUILD @@ -1,4 +1,5 @@ ( + # Do not remove --enable-debug=minimum, it will break some common # API functions if debug is entirely disabled export OPTS="$OPTS --enable-static --enable-shared --enable-debug=minimum" && diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 882e98b..e92c533 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 MAJOR=2.20 - VERSION=20.2 + VERSION=20.4 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:2c1f27bc4fb942ba93ccf934635879ffe0524f45 + SOURCE_VFY=sha1:a0cee2b75bb485de926fa43b33887adc8f9c19bb WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090527 + UPDATED=20090719 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:06:33 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:06:33 +0200 Subject: [Lunar-commits] pango: version bump to 1.24.5 Message-ID: <20090809011814.4F50FF419A@doppio.foo-projects.org> commit 43a0579a4c9615fd3ab70a36efb734b9e7f59faf Author: Paul Bredbury Date: Sun Aug 9 03:06:33 2009 +0200 pango: version bump to 1.24.5 Fixes bug: Firefox 3.5 complains about invalid weak references http://bugzilla.gnome.org/show_bug.cgi?id=589133 --- libs/pango/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/pango/DETAILS b/libs/pango/DETAILS index 1883106..c9f7f05 100644 --- a/libs/pango/DETAILS +++ b/libs/pango/DETAILS @@ -1,12 +1,12 @@ MODULE=pango MAJOR=1.24 - VERSION=1.24.4 + VERSION=1.24.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:2cf84b735d48b573ad083af8c8688b5bbab940c8 + SOURCE_VFY=sha1:a5aa40b78546a7ee59f21804b172e5d47ef776ad WEB_SITE=http://www.pango.org/ ENTERED=20020313 - UPDATED=20090702 + UPDATED=20090721 SHORT="A library for text layout and rendering" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:06:56 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:06:56 +0200 Subject: [Lunar-commits] gnaughty: version bump to 1.2.0 Message-ID: <20090809011814.638F1F41F9@doppio.foo-projects.org> commit 089c3598cd57d537e0661f12276773114eaea417 Author: Paul Bredbury Date: Sun Aug 9 03:06:56 2009 +0200 gnaughty: version bump to 1.2.0 Added needed libglade. --- net/gnaughty/DEPENDS | 5 +++-- net/gnaughty/DETAILS | 17 +++++++++++------ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/net/gnaughty/DEPENDS b/net/gnaughty/DEPENDS index eade754..1425c21 100644 --- a/net/gnaughty/DEPENDS +++ b/net/gnaughty/DEPENDS @@ -1,3 +1,4 @@ -depends curl && -depends gtk+-2 && +depends curl depends GConf +depends gtk+-2 +depends libglade diff --git a/net/gnaughty/DETAILS b/net/gnaughty/DETAILS index 28801a1..98c9d4b 100644 --- a/net/gnaughty/DETAILS +++ b/net/gnaughty/DETAILS @@ -1,12 +1,17 @@ MODULE=gnaughty - VERSION=1.0.3 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/gnaughty/ - SOURCE_VFY=sha1:b0b376f01ba440f15526a93351ca80242bf324e8 - WEB_SITE=http://gnaughty.sourceforge.net + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:c51e686d486282916ee78d64bec5cb3f45ef514f + WEB_SITE=http://gnaughty.sourceforge.net/ ENTERED=20021025 - UPDATED=20051006 + UPDATED=20090722 SHORT="a gtk2 frontend to the movies section of sublimedirectory.com" + cat << EOF -gnaughty is a gtk2 frontend to the movies section of sublimedirectory.com +Gnaughty is a program to automatically download adult sex content, i.e. +porn movies and pictures, from a known Internet porn directory. + +Providing a friendly interface, users who feel like having some porn can +have it served fast and directly to their desktop. EOF From sofar at foo-projects.org Sun Aug 9 03:07:52 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:07:52 +0200 Subject: [Lunar-commits] cdparanoia: is not PSAFE Message-ID: <20090809011814.785EBF419D@doppio.foo-projects.org> commit 57f2b17a4c56a3cdcfa27eea88005c548d51668a Author: Paul Bredbury Date: Sun Aug 9 03:07:52 2009 +0200 cdparanoia: is not PSAFE --- cd/cdparanoia/DETAILS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cd/cdparanoia/DETAILS b/cd/cdparanoia/DETAILS index 033fab8..c3d2569 100644 --- a/cd/cdparanoia/DETAILS +++ b/cd/cdparanoia/DETAILS @@ -10,6 +10,7 @@ ENTERED=20010922 UPDATED=20090304 SHORT="A digital audio CD ripper" + PSAFE=no cat << EOF Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly From sofar at foo-projects.org Sun Aug 9 03:08:01 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:08:01 +0200 Subject: [Lunar-commits] liferea: version bump to 1.6.0 Message-ID: <20090809011814.8BA9AF4263@doppio.foo-projects.org> commit 3d9e84f851f32830ec6564ca3d7b3da69b52775d Author: Paul Bredbury Date: Sun Aug 9 03:08:01 2009 +0200 liferea: version bump to 1.6.0 --- news/liferea/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/news/liferea/DETAILS b/news/liferea/DETAILS index 1e237e2..2cba85a 100644 --- a/news/liferea/DETAILS +++ b/news/liferea/DETAILS @@ -1,11 +1,11 @@ MODULE=liferea - VERSION=1.4.26 + VERSION=1.6.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f9b09c20c93d8c062399a221d226125619f377aa + SOURCE_VFY=sha1:1adbcc29c43070e03a941d150efc805bed97cc99 WEB_SITE=http://liferea.sourceforge.net ENTERED=20040424 - UPDATED=20090221 + UPDATED=20090726 SHORT="simple FeedReader clone for Unix" LDD_CHECK=off From sofar at foo-projects.org Sun Aug 9 03:08:12 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:08:12 +0200 Subject: [Lunar-commits] Terminal: version bump to 0.4.0 Message-ID: <20090809011814.9E5D1F419A@doppio.foo-projects.org> commit 0867a8f60c4bbfd2cbc2dc7f68cc62f3dc346e19 Author: Paul Bredbury Date: Sun Aug 9 03:08:12 2009 +0200 Terminal: version bump to 0.4.0 --- xfce4/apps/Terminal/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS index 86c9f5e..0f1eaaf 100644 --- a/xfce4/apps/Terminal/DETAILS +++ b/xfce4/apps/Terminal/DETAILS @@ -1,18 +1,18 @@ MODULE=Terminal - VERSION=0.2.12 + VERSION=0.4.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.1/src - SOURCE_VFY=sha1:f6d0fc380fff6ac6fba7842fd4cfc46e2e5c6e40 + SOURCE_URL=http://goodies.xfce.org/releases/terminal + SOURCE_VFY=sha1:8b52e1841e922a1be28228873bde84eea4c6b456 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.os-cillation.com ENTERED=20040930 - UPDATED=20090424 + UPDATED=20090726 SHORT="vte based/gtk+-2 lightweight X-terminal" cat << EOF Terminal is a modern terminal emulator for the Unix/Linux desktop - -primarly for the Xfce desktop environment. We developed it because -we saw the need for a lightweight and easy to use terminal emulator +primarily for the Xfce desktop environment. We developed it because +we saw the need for a lightweight and easy-to-use terminal emulator in the Xfce desktop environment, that doesn't require the user to install the GNOME platform, but still provides a worthy alternative to the GNOME terminal emulator. From sofar at foo-projects.org Sun Aug 9 03:08:27 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:08:27 +0200 Subject: [Lunar-commits] Net-SSLeay: disable user prompt Message-ID: <20090809011814.B3D51F426E@doppio.foo-projects.org> commit f6cc8555cad142b08c09fa5a599b41527c61967e Author: Paul Bredbury Date: Sun Aug 9 03:08:27 2009 +0200 Net-SSLeay: disable user prompt Which messes up an overnight "lunar rebuild" by stopping dead. --- web/Net-SSLeay/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/Net-SSLeay/BUILD b/web/Net-SSLeay/BUILD index b0ce3c1..6179bd1 100644 --- a/web/Net-SSLeay/BUILD +++ b/web/Net-SSLeay/BUILD @@ -1,6 +1,6 @@ ( - perl Makefile.PL && + PERL_MM_USE_DEFAULT=1 perl Makefile.PL && make && prepare_install && make install From sofar at foo-projects.org Sun Aug 9 03:08:35 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:08:35 +0200 Subject: [Lunar-commits] Net-DNS: disable user prompt Message-ID: <20090809011814.C36BEF425A@doppio.foo-projects.org> commit 54e02fe87a141eda865b9792a20594583f40bf07 Author: Paul Bredbury Date: Sun Aug 9 03:08:35 2009 +0200 Net-DNS: disable user prompt Which messes up an overnight "lunar rebuild" by stopping dead. --- perl/Net-DNS/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/perl/Net-DNS/BUILD b/perl/Net-DNS/BUILD index c11ca00..a4b4728 100644 --- a/perl/Net-DNS/BUILD +++ b/perl/Net-DNS/BUILD @@ -1,6 +1,6 @@ ( - perl Makefile.PL && + perl Makefile.PL --no-online-tests && default_make ) > $C_FIFO 2>&1 From sofar at foo-projects.org Sun Aug 9 03:09:47 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:09:47 +0200 Subject: [Lunar-commits] apr: Update to 1.3.7 Message-ID: <20090809011815.1AE35F4286@doppio.foo-projects.org> commit 9d55b6f1da1086939c790cef5242fb3b8173939b Author: Oliver Dietsch Date: Sun Aug 9 03:09:47 2009 +0200 apr: Update to 1.3.7 Fixes regarding security. 1.3.5 seems to be unavailable since 1.3.7. --- libs/apr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS index 270b0d6..02e6cf1 100644 --- a/libs/apr/DETAILS +++ b/libs/apr/DETAILS @@ -1,13 +1,13 @@ MODULE=apr - VERSION=1.3.5 + VERSION=1.3.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/ SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr/ SOURCE_URL[2]=http://www.apache.org/dist/apr/ - SOURCE_VFY=sha1:d8efc666188b49d06d0c967980762370db31ee44 + SOURCE_VFY=sha1:7ca73ccf754aaa63cb818aa7e94636e7c8fdf9e4 WEB_SITE=http://apr.apache.org/ ENTERED=20051208 - UPDATED=20090609 + UPDATED=20090728 SHORT="Apache Portable Runtime Project" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:08:50 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:08:50 +0200 Subject: [Lunar-commits] inetutils: version bump to 1.6 Message-ID: <20090809011814.E8A12F419D@doppio.foo-projects.org> commit 0083f6b82c06454e212eaecfaa556c545f4f9173 Author: Paul Bredbury Date: Sun Aug 9 03:08:50 2009 +0200 inetutils: version bump to 1.6 Compiles with glibc 2.10.1 --- net/inetutils/BUILD | 2 +- net/inetutils/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/inetutils/BUILD b/net/inetutils/BUILD index 4c8c6e6..c04d3f2 100644 --- a/net/inetutils/BUILD +++ b/net/inetutils/BUILD @@ -2,7 +2,7 @@ OPTS+=" --disable-servers --disable-ifconfig --disable-tftp \ --disable-logger --disable-ftp --disable-whois \ - --enable-threads=posix --disable-rpath" + --enable-threads=posix --disable-rpath" && default_build diff --git a/net/inetutils/DETAILS b/net/inetutils/DETAILS index beea3b1..5f14386 100644 --- a/net/inetutils/DETAILS +++ b/net/inetutils/DETAILS @@ -1,12 +1,12 @@ MODULE=inetutils - VERSION=1.5 + VERSION=1.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE/ SOURCE2_URL=$PATCH_URL/ - SOURCE_VFY=sha1:825834b94cd387b2d088ef1cfe727de824b9589e + SOURCE_VFY=sha1:481060bd8b93d0efa0a0f2ab5ac5c491773a21af WEB_SITE=http://www.gnu.org/software/inetutils/ ENTERED=20080429 - UPDATED=20080429 + UPDATED=20090727 SHORT="a collection of common network programs" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:12:40 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:12:40 +0200 Subject: [Lunar-commits] lunar-init: reboot automatically after filesystem check if needed Message-ID: <20090809011815.3C1AAF427E@doppio.foo-projects.org> commit 7976b0df9d55366aca545abc30fcd3b36f848c59 Author: Paul Bredbury Date: Sun Aug 9 03:12:40 2009 +0200 lunar-init: reboot automatically after filesystem check if needed --- utils/lunar-init/mount | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/utils/lunar-init/mount b/utils/lunar-init/mount index 964ceee..c76c4aa 100644 --- a/utils/lunar-init/mount +++ b/utils/lunar-init/mount @@ -248,7 +248,10 @@ start() # check filesystems run_with_msg_and_exit_codes "Checking filesystems: " "fsck -A -T -C -y -V $FORCE" "0" "1" "" - if [ $? -ge 2 ]; then + if [ $? -eq 3 ]; then + # Filesystem errors corrected, and system should be rebooted + reboot -f + elif [ $? -ge 2 ]; then echo "" echo " *** fsck failed! ***" echo "" From sofar at foo-projects.org Sun Aug 9 03:09:56 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:09:56 +0200 Subject: [Lunar-commits] mc: little fix for support new automake (1.11) Message-ID: <20090809011815.2AE19F4274@doppio.foo-projects.org> commit 1fc71da1799a6d521debcf0840cb6510825bf421 Author: Denis <0lvin at ukr.net> Date: Sun Aug 9 03:09:56 2009 +0200 mc: little fix for support new automake (1.11) --- filemanagers/mc/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/filemanagers/mc/BUILD b/filemanagers/mc/BUILD index f5e2615..293313a 100644 --- a/filemanagers/mc/BUILD +++ b/filemanagers/mc/BUILD @@ -3,6 +3,8 @@ patch_it $SOURCE2 1 fi + automake --add-missing + ./configure --build=$BUILD \ --prefix=/usr \ --bindir=/usr/bin \ From sofar at foo-projects.org Sun Aug 9 03:12:48 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:12:48 +0200 Subject: [Lunar-commits] WordNet: Update download URL. Message-ID: <20090809011815.699F1F419A@doppio.foo-projects.org> commit 15a373280e7e699ed4f2612b8099a25bc21e9140 Author: Oliver Dietsch Date: Sun Aug 9 03:12:48 2009 +0200 WordNet: Update download URL. --- editors/WordNet/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/editors/WordNet/DETAILS b/editors/WordNet/DETAILS index a1fdcab..b9594c1 100644 --- a/editors/WordNet/DETAILS +++ b/editors/WordNet/DETAILS @@ -1,7 +1,7 @@ MODULE=WordNet VERSION=3.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://wordnet.princeton.edu/$VERSION/ + SOURCE_URL=http://wordnetcode.princeton.edu/$VERSION/ SOURCE_VFY=sha1:aeb7887cb4935756cf77deb1ea86973dff0e32fb WEB_SITE=http://wordnet.princeton.edu/ ENTERED=20090312 From sofar at foo-projects.org Sun Aug 9 03:13:27 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:13:27 +0200 Subject: [Lunar-commits] pv: new module Message-ID: <20090809011815.8ED21F429A@doppio.foo-projects.org> commit 97432fa4423fd2791da95e88e4a736bdf53d0acb Author: Vincent Breitmoser Date: Sun Aug 9 03:13:27 2009 +0200 pv: new module neat utility for viewing pipe throughput :) --- zbeta/pv/DETAILS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/zbeta/pv/DETAILS b/zbeta/pv/DETAILS new file mode 100644 index 0000000..46c05d5 --- /dev/null +++ b/zbeta/pv/DETAILS @@ -0,0 +1,17 @@ + MODULE=pv + VERSION=1.1.4 + SOURCE=${MODULE}-${VERSION}.tar.bz2 + SOURCE_URL=http://pipeviewer.googlecode.com/files/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:9c86e65751f56715a92ce849f6389533700db6d0 + WEB_SITE="http://www.ivarch.com/programs/pv.shtml" + ENTERED=20090502 + UPDATED=20090502 + SHORT="pipe viewer, displays progress of piped streams" +cat < rxvt-unicode: xterm 256 color patch Message-ID: <20090809011815.B68EDF4263@doppio.foo-projects.org> commit 3e013ac4b608c4e559c487345d4282efa5242ebd Author: Vincent Breitmoser Date: Sun Aug 9 03:13:46 2009 +0200 rxvt-unicode: xterm 256 color patch apply the 256 color patch that comes with the package, and added configure option to enable it --- terminal/rxvt-unicode/BUILD | 1 + terminal/rxvt-unicode/CONFIGURE | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/terminal/rxvt-unicode/BUILD b/terminal/rxvt-unicode/BUILD index f1d6fce..1f947d5 100644 --- a/terminal/rxvt-unicode/BUILD +++ b/terminal/rxvt-unicode/BUILD @@ -1,4 +1,5 @@ ( + patch_it doc/urxvt-8.2-256color.patch 1 default_build && chmod 644 README* Changes INSTALL diff --git a/terminal/rxvt-unicode/CONFIGURE b/terminal/rxvt-unicode/CONFIGURE index 7748c14..30ad4c5 100644 --- a/terminal/rxvt-unicode/CONFIGURE +++ b/terminal/rxvt-unicode/CONFIGURE @@ -2,3 +2,4 @@ mquery USE_ISO14755 "Enable extended ISO 14755 modes?" y "--enable-iso14755" "-- mquery USE_TRANS "Enable transparent backgrounds?" y "--enable-transparency" "--disable-transparency" mquery USE_FADING "Enable color fading when off focus?" y "--enable-fading" "--disable-fading" mquery USE_PERL "Enable embedded perl interpreter?" y "--enable-perl" "--disable-perl" +mquery USE_XTERM_COL "Enable 256 color support (experimental)?" y "--enable-xterm-colors" "" From sofar at foo-projects.org Sun Aug 9 03:13:57 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:13:57 +0200 Subject: [Lunar-commits] psmisc: version bump to 22.8 Message-ID: <20090809011815.D774AF426E@doppio.foo-projects.org> commit d8039565458cedb9abc8abee9c3d731cf6c526e0 Author: Paul Bredbury Date: Sun Aug 9 03:13:57 2009 +0200 psmisc: version bump to 22.8 --- utils/psmisc/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/psmisc/DETAILS b/utils/psmisc/DETAILS index 1135b11..9a93375 100644 --- a/utils/psmisc/DETAILS +++ b/utils/psmisc/DETAILS @@ -1,11 +1,11 @@ MODULE=psmisc - VERSION=22.6 + VERSION=22.8 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:cb15c23e9cfe618e9de5f066525bce7dc7b77421 - WEB_SITE=http://psmisc.sourceforge.net + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:bce327dc1dad257a67c2fbe9ca7bf227d6d52a51 + WEB_SITE=http://psmisc.sourceforge.net/ ENTERED=20010922 - UPDATED=20071109 + UPDATED=20090807 SHORT="A set of useful utilities that use /proc" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:16:17 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:16:17 +0200 Subject: [Lunar-commits] poedit: update to 1.4.2 Message-ID: <20090809011816.3E1B2F41F9@doppio.foo-projects.org> commit 644cf2e59558f1f09f6e1ddc9b7c0298bfab7ae1 Author: Auke Kok Date: Sun Aug 9 03:16:17 2009 +0200 poedit: update to 1.4.2 --- i18n/poedit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/poedit/DETAILS b/i18n/poedit/DETAILS index 6676e41..9f74924 100644 --- a/i18n/poedit/DETAILS +++ b/i18n/poedit/DETAILS @@ -1,11 +1,11 @@ MODULE=poedit - VERSION=1.3.9 + VERSION=1.4.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/poedit - SOURCE_VFY=sha1:c5fc46ca86797d9e78336c69e05e7302dc1a134e + SOURCE_VFY=sha1:9c509077df2d58a32093063886a670ec7dfab9b8 WEB_SITE=http://www.poedit.net/ ENTERED=20070619 - UPDATED=20080113 + UPDATED=20090807 SHORT="gettext catalogs (PO-files) editor" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:14:48 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:14:48 +0200 Subject: [Lunar-commits] tremulous: new game Message-ID: <20090809011816.137D6F42A7@doppio.foo-projects.org> commit 29ea5685cbdee26959e88ec1931fc397087d6c9c Author: Paul Bredbury Date: Sun Aug 9 03:14:48 2009 +0200 tremulous: new game --- zbeta/tremulous/BUILD | 26 ++++++++++++++++++++++++++ zbeta/tremulous/DEPENDS | 6 ++++++ zbeta/tremulous/DETAILS | 37 +++++++++++++++++++++++++++++++++++++ zbeta/tremulous/PRE_BUILD | 6 ++++++ 4 files changed, 75 insertions(+), 0 deletions(-) diff --git a/zbeta/tremulous/BUILD b/zbeta/tremulous/BUILD new file mode 100644 index 0000000..49857f2 --- /dev/null +++ b/zbeta/tremulous/BUILD @@ -0,0 +1,26 @@ +( + + patch_it tremulous-svn755-upto-971.patch 0 && + patch_it tremulous-t971-client.patch 0 && + + # Fix the gcc-4.3.3 Werror issue + sedit '16s/-Werror //' src/tools/asm/Makefile && + + make \ + DEFAULT_BASEDIR="/usr/share/games/tremulous" \ + BUILD_GAME_SO=0 \ + BUILD_GAME_QVM=0 \ + USE_CODEC_VORBIS=1 \ + USE_OPENAL=1 \ + USE_LOCAL_HEADERS=0 && + + prepare_install && + + mkdir -p /usr/games /usr/share/games/tremulous && + cp -af build/release-linux-*/tremulous-smp.* /usr/games/tremulous && + cp -af build/release-linux-*/tremded.* /usr/games/tremulous-ded && + cp -arf base /usr/share/games/tremulous/ && + + gather_docs ChangeLog manual.pdf + +) > $C_FIFO 2>&1 diff --git a/zbeta/tremulous/DEPENDS b/zbeta/tremulous/DEPENDS new file mode 100644 index 0000000..c1c9c53 --- /dev/null +++ b/zbeta/tremulous/DEPENDS @@ -0,0 +1,6 @@ +depends unzip +depends libvorbis +depends openal +depends libXau +depends libXdmcp +depends SDL diff --git a/zbeta/tremulous/DETAILS b/zbeta/tremulous/DETAILS new file mode 100644 index 0000000..6ba3f82 --- /dev/null +++ b/zbeta/tremulous/DETAILS @@ -0,0 +1,37 @@ + MODULE=tremulous + VERSION=1.1.0 + SOURCE=$MODULE-$VERSION.zip +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + # From http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/tremulous/ + SOURCE2=$MODULE-gentoopatches-$VERSION-r5.zip + SOURCE3=vms-1.1.t971.pk3 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE2_URL=http://dl.trem-servers.com + SOURCE3_URL=http://dl.trem-servers.com + SOURCE_VFY=sha1:39d820cc50eda1eff58917158bb0ec68b62f633c + SOURCE2_VFY=sha1:ce2bfa1535f1774c92aa3fdf738d3054f7bb5b65 + SOURCE3_VFY=sha1:ea11d498a92abeaa5fc5bd5567771dca3a7ea55e + WEB_SITE=http://tremulous.net/ + ENTERED=20090807 + UPDATED=20090807 + SHORT="Team-based aliens vs humans FPS with buildable structures" + +cat << EOF +Tremulous is a free, open-source game that blends a team-based FPS with +elements of an RTS. Players can choose from 2 unique races: aliens and +humans. Players on both teams are able to build working structures +in-game like an RTS. These structures provide many functions, the most +important being spawning. The designated builders must ensure there are +spawn structures, or other players will not be able to rejoin the game +after death. Other structures provide automated base defense (to some +degree), healing functions and much more... Player advancement is +different depending on which team you are on. As a human, players are +rewarded with credits for each alien kill. These credits may be used to +purchase new weapons and upgrades from the Armoury. The alien team +advances quite differently. Upon killing a human foe, the alien is able +to evolve into a new class. The more kills gained, the more powerful +the classes available. The overall objective behind Tremulous is to +eliminate the opposing team. This is achieved by not only killing the +opposing players, but also removing their ability to respawn by +destroying their spawn structures. +EOF diff --git a/zbeta/tremulous/PRE_BUILD b/zbeta/tremulous/PRE_BUILD new file mode 100644 index 0000000..be685ca --- /dev/null +++ b/zbeta/tremulous/PRE_BUILD @@ -0,0 +1,6 @@ +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && +tar -xf $MODULE-$VERSION-src.tar.gz && +mv -f $MODULE-$VERSION-src/* . && +cp -f $SOURCE_CACHE/$SOURCE3 base/ From sofar at foo-projects.org Sun Aug 9 03:16:27 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sun, 9 Aug 2009 03:16:27 +0200 Subject: [Lunar-commits] apr-util: security release Message-ID: <20090809011816.8A8ECF425A@doppio.foo-projects.org> commit 36bea66ebcd1dea502a7f8d77298b8867bf9e608 Author: Paul Bredbury Date: Sun Aug 9 03:16:27 2009 +0200 apr-util: security release "The 1.3.9 release introduced a security fix, and all users of previous releases are strongly cautioned to update." --- libs/apr-util/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/apr-util/DETAILS b/libs/apr-util/DETAILS index 5b82e94..f308ec4 100644 --- a/libs/apr-util/DETAILS +++ b/libs/apr-util/DETAILS @@ -1,13 +1,13 @@ MODULE=apr-util - VERSION=1.3.7 + VERSION=1.3.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/ SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr/ SOURCE_URL[2]=http://www.apache.org/dist/apr/ - SOURCE_VFY=sha1:7fb9be40c978bf912d459342ec99f2bbd4235fa8 + SOURCE_VFY=sha1:7d8979605765df69795699764a262dcf96b3a1d7 WEB_SITE=http://apr.apache.org/ ENTERED=20051208 - UPDATED=20090609 + UPDATED=20090808 SHORT="Apache Portable Runtime Project" cat << EOF From zbiggy at lunar-linux.org Sun Aug 9 03:23:36 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 9 Aug 2009 03:23:36 +0200 Subject: [Lunar-commits] gparted: updated to 0.4.6 Message-ID: <20090809012434.86E48F426E@doppio.foo-projects.org> commit c12d618f28e78fcfe538e20e7d91ac3ccf888ee7 Author: Zbigniew Luszpinski Date: Sun Aug 9 03:23:36 2009 +0200 gparted: updated to 0.4.6 --- x11-utils/gparted/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index 5144d53..410c45f 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.5 + VERSION=0.4.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:c641394e174b328301918865f6d03c749d79ff3c + SOURCE_VFY=sha1:0968a8138eab24734567466ec191f18f60f7d285 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20090509 + UPDATED=20090809 SHORT="A graphical frontend to parted" cat << EOF From sofar at foo-projects.org Sun Aug 9 03:35:38 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sat, 8 Aug 2009 18:35:38 -0700 Subject: [Lunar-commits] Add sanity check: don't allow patch files to be submitted Message-ID: <20090809013557.06C3AF4295@doppio.foo-projects.org> commit 2d143d693cda096776dd5f51e72bfc11058b0a4f Author: Auke Kok Date: Sat Aug 8 18:35:38 2009 -0700 Add sanity check: don't allow patch files to be submitted --- bin/lvu | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/bin/lvu b/bin/lvu index b8ea52f..1853065 100755 --- a/bin/lvu +++ b/bin/lvu @@ -830,6 +830,18 @@ submit_module() { message "so that module changes can be tracked properly!" exit 1 fi + + # sanity checks + lvu diff $1 | diffstat -p0 -l | grep -e '.patch$' -e '.diff$' && ( + echo "" + echo "Sanity check failed: patch files are not allowed inside moonbase" + echo "Please submit your patch files to the lunar-dev mailinglist and" + echo "Wait for one of the developers to upload them to \$PATCH_URL." + echo "Once that is done you can resubmit using that URL for the patch(es)" + exit 1 + ) + + TMP_MSG=$(temp_create "submission") TMP_MSG2=$(temp_create "submission") ( From florin at lunar-linux.org Sun Aug 9 08:53:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 9 Aug 2009 09:53:59 +0300 Subject: [Lunar-commits] wine: version bumped to 1.1.27. Message-ID: <20090809065534.0F6609B1C1@doppio.foo-projects.org> commit 6bf4c9d45bae3cc562f2c69de11af7538e526e54 Author: Florin Braescu Date: Sun Aug 9 09:53:59 2009 +0300 wine: version bumped to 1.1.27. Changes: New version of the Gecko engine. New GSM 06.10 codec support. Improved support for the disk volume APIs. Support for XShm pixmaps for better performance. Various bug fixes. --- utils/wine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index 26e2ecb..2e3de3f 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,12 +1,12 @@ MODULE=wine - VERSION=1.1.26 + VERSION=1.1.27 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:d39314e002c540d1852d10124473513cfb857dfd + SOURCE_VFY=sha1:7c0902e832578196f660cc676986b383ba997828 WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20090718 + UPDATED=20090809 SHORT="Runs microsoft windows programs" cat << EOF From florin at lunar-linux.org Sun Aug 9 08:56:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 9 Aug 2009 09:56:43 +0300 Subject: [Lunar-commits] apache2: version bumped to 2.2.13. Message-ID: <20090809065716.077AC9B1C1@doppio.foo-projects.org> commit 378f428bb35a156f2c437b4484583bb9e97d8b8f Author: Florin Braescu Date: Sun Aug 9 09:56:43 2009 +0300 apache2: version bumped to 2.2.13. Security release. --- web/apache2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/apache2/DETAILS b/web/apache2/DETAILS index 88b0fcd..d566c32 100644 --- a/web/apache2/DETAILS +++ b/web/apache2/DETAILS @@ -1,13 +1,13 @@ MODULE=apache2 - VERSION=2.2.12 + VERSION=2.2.13 BASENAME=httpd SOURCE=$BASENAME-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION SOURCE_URL=http://www.apache.org/dist/$BASENAME - SOURCE_VFY=sha1:76e243a5b7dc9896e83bdfac1aa98bbfdc85aeae + SOURCE_VFY=sha1:44d85da1b8e6c579d4514cfefbea00b284717b69 WEB_SITE=http://www.apache.org ENTERED=20020710 - UPDATED=20090728 + UPDATED=200900809 SHORT="A popular HTTP server" cat << EOF From zmcgrew at lunar-linux.org Sun Aug 9 08:56:46 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sat, 8 Aug 2009 23:56:46 -0700 Subject: [Lunar-commits] Subject: apr: security bump to 1.3.8 Message-ID: <20090809065949.2DAB09B1C1@doppio.foo-projects.org> commit d3f3145fbdd1876484c8aa51e6654f3d88c33775 Author: Paul Bredbury Date: Sat Aug 8 23:56:46 2009 -0700 Subject: apr: security bump to 1.3.8 "Note that the APR 1.3.8 and APR-util 1.3.9 releases corrected potential security issue, and users of previous versions are strongly cautioned to update to this release." --- libs/apr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS index 02e6cf1..169656d 100644 --- a/libs/apr/DETAILS +++ b/libs/apr/DETAILS @@ -1,13 +1,13 @@ MODULE=apr - VERSION=1.3.7 + VERSION=1.3.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/ SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr/ SOURCE_URL[2]=http://www.apache.org/dist/apr/ - SOURCE_VFY=sha1:7ca73ccf754aaa63cb818aa7e94636e7c8fdf9e4 + SOURCE_VFY=sha1:a87baf4c81279940df039bffa1e62a16cf094c29 WEB_SITE=http://apr.apache.org/ ENTERED=20051208 - UPDATED=20090728 + UPDATED=20090809 SHORT="Apache Portable Runtime Project" cat << EOF From zmcgrew at lunar-linux.org Sun Aug 9 08:58:43 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Sat, 8 Aug 2009 23:58:43 -0700 Subject: [Lunar-commits] Subject: xorg-server: optionally enable dbus Message-ID: <20090809065949.3E0589B1EB@doppio.foo-projects.org> commit e9244dd509d833b378077234cdb9ace4f41aac7d Author: Paul Bredbury Date: Sat Aug 8 23:58:43 2009 -0700 Subject: xorg-server: optionally enable dbus Strange that dbus isn't enabled by default. --- xorg7/xorg-server/BUILD | 5 +++++ xorg7/xorg-server/CONFIGURE | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 177172a..def79ed 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -12,6 +12,11 @@ # OPTS="$OPTS --disable-glx --disable-glx-tlx" # fi && + if [[ "$USE_DBUS" = "y" ]]; then + # Creates /etc/dbus-1/system.d/xorg-server.conf + OPTS+=" --enable-config-dbus" + fi && + OPTS+=" --enable-composite --enable-aiglx \ --enable-install-libxf86config \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri " && diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE index 7bf847c..fadf0fb 100644 --- a/xorg7/xorg-server/CONFIGURE +++ b/xorg7/xorg-server/CONFIGURE @@ -1 +1,3 @@ #mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n + +mquery USE_DBUS "Enable use of D-Bus?" n From stumbles at lunar-linux.org Sun Aug 9 12:24:13 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 9 Aug 2009 06:24:13 -0400 Subject: [Lunar-commits] firefox: This builds when you say yes to PGO. Appears to work fine, no Message-ID: <20090809102511.653479B1C1@doppio.foo-projects.org> commit 135dc8ad93696f739fe0d45d8ae7c6e10da73268 Author: Dennis `stumbles` Veatch Date: Sun Aug 9 06:24:13 2009 -0400 firefox: This builds when you say yes to PGO. Appears to work fine, no crashes so far. --- web/firefox/BUILD.x86_64 | 108 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 108 insertions(+), 0 deletions(-) diff --git a/web/firefox/BUILD.x86_64 b/web/firefox/BUILD.x86_64 new file mode 100644 index 0000000..c736afe --- /dev/null +++ b/web/firefox/BUILD.x86_64 @@ -0,0 +1,108 @@ +( + + #Really? You go and call fprintf and don't #include ? + #How exactly did you plan on doing that?!?! + sedit 's::\n#include :g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc + sedit 's::\n#include :g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc + sedit 's::\n#include :g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc + + if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then + set_module_config OLD_VER "`installed_version $MODULE`" + fi && + + # This should always be just a link + rm -rf /usr/lib/firefox-$VERSION/plugins && + + export MOZILLA_HOME=/usr/lib/$MODULE-$VERSION + export MOZ_CO_PROJECT=browser + export MOZILLA_OFFICIAL=1 + export BUILD_OFFICIAL=1 + + cp $SCRIPT_DIRECTORY/mozconfig mozilla-1.9.1/ && + + export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla" + mkdir -p ${MOZ_OBJDIR} && + + cd mozilla-1.9.1 && + + #Add DEPENDS options + + if in_depends $MODULE dbus ; then + echo "ac_add_options --enable-dbus" >> mozconfig + else + echo "ac_add_options --disable-dbus" >> mozconfig + fi && + + if in_depends $MODULE sqlite ; then + echo "ac_add_options --enable-system-sqlite" >> mozconfig + fi && + + if in_depends $MODULE heimdal ; then + echo "ac_add_options --with-gssapi=/usr/include/heimdal" >> mozconfig + else + echo "ac_add_options --without-gssapi" >> mozconfig + fi && + + if in_depends $MODULE "xulrunner" ; then + XUL=`module_version xulrunner` + echo "ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-$XUL" >> mozconfig + fi && + + #Add CONFIGURE options + + if [ "$SAFE" == "y" ] ; then + echo "ac_add_options --enable-safe-browsing" >> mozconfig + fi && + + if [ "$WEBSERVICES" == "y" ] ; then + echo "ac_add_options --enable-webservices" >> mozconfig + fi && + + setterm -bfreq -blength && + + #Finally, the build! + if [ "$PGO" == "y" ] ; then + #CCache breaks the pgo build + export CCACHE_DISABLE=1 + echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig && + echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig && + make -f client.mk build && + make -f client.mk profiledbuild + else + make -f client.mk build + fi && + + cd ${MOZ_OBJDIR} && + prepare_install && + make install && + + # Put some important headers in place + mkdir -p /usr/include/firefox-$VERSION/nss && + cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/firefox-$VERSION/nss && + + # Install the plugins in the right directories + mkdir -p /opt/lunar/plugins && + for plugin in `ls /usr/lib/firefox-$VERSION/plugins`; do + `install -m755 /usr/lib/firefox-$VERSION/plugins/$plugin /opt/lunar/plugins`; done && + + rm -rf /usr/lib/firefox-$VERSION/plugins && + ln -snf /opt/lunar/plugins /usr/lib/firefox-$VERSION/plugins && + + # Now the .desktop file and the icon + mkdir -p /usr/share/applications /usr/share/pixmaps && + install -m644 $SCRIPT_DIRECTORY/firefox.desktop /usr/share/applications && + # please, dont just let the lin fail because /usr/share/pixmaps/firefox.xpm is an existing symlink... + rm -f /usr/share/pixmaps/firefox.xpm && + install -m644 $MOZILLA_HOME/icons/mozicon50.xpm /usr/share/pixmaps/firefox.xpm && + + # Make firefox use its own icon + + rm -rf /usr/lib/firefox-$VERSION/chrome/icons && + mkdir -p /usr/lib/firefox-$VERSION/chrome/icons/default && + + for icon in 16 32 48; do + ln -sf /usr/lib/firefox-$VERSION/icons/mozicon128.png \ + /usr/lib/firefox-$VERSION/chrome/icons/default/default$icon.png + done + +) > $C_FIFO 2>&1 From florin at lunar-linux.org Sun Aug 9 09:05:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 9 Aug 2009 10:05:07 +0300 Subject: [Lunar-commits] apr: version bumped to 1.3.8. Message-ID: <20090809134346.24A7A9B1C1@doppio.foo-projects.org> commit bc5f8a92d394c69605dd6479fb471181c24779bb Author: Florin Braescu Date: Sun Aug 9 10:05:07 2009 +0300 apr: version bumped to 1.3.8. Security release. --- libs/apr/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS index 02e6cf1..b67730e 100644 --- a/libs/apr/DETAILS +++ b/libs/apr/DETAILS @@ -1,13 +1,13 @@ MODULE=apr - VERSION=1.3.7 + VERSION=1.3.8 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/ - SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr/ - SOURCE_URL[2]=http://www.apache.org/dist/apr/ - SOURCE_VFY=sha1:7ca73ccf754aaa63cb818aa7e94636e7c8fdf9e4 - WEB_SITE=http://apr.apache.org/ + SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr + SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr + SOURCE_URL[2]=http://www.apache.org/dist/apr + SOURCE_VFY=sha1:a87baf4c81279940df039bffa1e62a16cf094c29 + WEB_SITE=http://apr.apache.org ENTERED=20051208 - UPDATED=20090728 + UPDATED=20090809 SHORT="Apache Portable Runtime Project" cat << EOF From florin at lunar-linux.org Sun Aug 9 20:33:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 9 Aug 2009 21:33:34 +0300 Subject: [Lunar-commits] ircservices: version bumped to 5.1.20. Message-ID: <20090809183409.D62889B1C1@doppio.foo-projects.org> commit 221f15754bfe841a2130b2ace75e05457dac1f46 Author: Florin Braescu Date: Sun Aug 9 21:33:34 2009 +0300 ircservices: version bumped to 5.1.20. Bugfixes release. --- chat/ircservices/BUILD | 2 -- chat/ircservices/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/chat/ircservices/BUILD b/chat/ircservices/BUILD index d1e50b4..9d9d593 100644 --- a/chat/ircservices/BUILD +++ b/chat/ircservices/BUILD @@ -1,7 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && - ./configure -prefix /usr \ -cc gcc && default_make diff --git a/chat/ircservices/DETAILS b/chat/ircservices/DETAILS index bbdbac2..256ac81 100644 --- a/chat/ircservices/DETAILS +++ b/chat/ircservices/DETAILS @@ -1,14 +1,11 @@ MODULE=ircservices - VERSION=5.1.19 + VERSION=5.1.20 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-5.1.18-getline.patch.bz2 SOURCE_URL=http://www.ircservices.za.net/download - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:0cc9a1bee179c1d6293495b5188247695d07476f - SOURCE2_VFY=sha1:aa0ea8d320234a2c6cf607c7f6dd2a244fbb2a5a + SOURCE_VFY=sha1:96e155db17fb7696563d01bf8579584c6ccd19ff WEB_SITE=http://www.irc.org ENTERED=20030713 - UPDATED=20090731 + UPDATED=20090809 SHORT="IRC services provides NickServ and ChanServ" PSAFE=no From florin at lunar-linux.org Sun Aug 9 20:35:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 9 Aug 2009 21:35:46 +0300 Subject: [Lunar-commits] libev: version bumped to 3.8. Message-ID: <20090809183634.05B349B1C1@doppio.foo-projects.org> commit 6d8839ddc5264363f734b17b4c060d281be0a5dc Author: Florin Braescu Date: Sun Aug 9 21:35:46 2009 +0300 libev: version bumped to 3.8. This release fixes a bug caused by ev_default_destroy not properly freeing all resources. It also contains a lot of changes to the signal handling. Most notably, it is now allowed to start signal watchers in any loop, given that they do not bind on the same signal. --- zbeta/libev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS index 5853834..167774c 100644 --- a/zbeta/libev/DETAILS +++ b/zbeta/libev/DETAILS @@ -1,11 +1,11 @@ MODULE=libev - VERSION=3.7 + VERSION=3.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic - SOURCE_VFY=sha1:eefd99ef01b15a64c32bf36a1955d2f13bd06e21 + SOURCE_VFY=sha1:cc57a3e6e171738aaa9d6af35ea66624a0a62b51 WEB_SITE=http://software.schworp.de/pkg/libev.html ENTERED=20080229 - UPDATED=20090718 + UPDATED=20090809 SHORT="A library for event loops" cat << EOF From florin at lunar-linux.org Mon Aug 10 07:04:13 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 08:04:13 +0300 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.2.1. Message-ID: <20090810050518.5C89CF39EE@doppio.foo-projects.org> commit a7bc869d193eef5c8d72f873b4ee07abaedca60c Author: Florin Braescu Date: Mon Aug 10 08:04:13 2009 +0300 phpMyAdmin: version bumped to 3.2.1. An incorrect report about missing relational features was fixed. An inconsistent display of database list was fixed. In some cases of searching, the right panel became blank; this was fixed. Support for the Uzbek language was added. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 75fa462..999da66 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.2.0.1 + VERSION=3.2.1 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:7b1e9444fcb332b792999ac2f4bd57f3722e8531 + SOURCE_VFY=sha1:3251e1a54d0e30e05bf4f9d4ede1c6ab063b2be3 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20090630 + UPDATED=20090810 SHORT="A php web interface to administrate MySQL tables" cat << EOF From sofar at foo-projects.org Mon Aug 10 07:59:43 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 07:59:43 +0200 Subject: [Lunar-commits] rott: new game Message-ID: <20090810060011.9150A9B1ED@doppio.foo-projects.org> commit 5f885c8c7ab6f1a7d0de956aab1e60c8675d094a Author: Paul Bredbury Date: Mon Aug 10 07:59:43 2009 +0200 rott: new game --- zbeta/rott/BUILD | 24 ++++++++++++++++++++++++ zbeta/rott/DEPENDS | 2 ++ zbeta/rott/DETAILS | 23 +++++++++++++++++++++++ zbeta/rott/PRE_BUILD | 6 ++++++ 4 files changed, 55 insertions(+), 0 deletions(-) diff --git a/zbeta/rott/BUILD b/zbeta/rott/BUILD new file mode 100644 index 0000000..81f354a --- /dev/null +++ b/zbeta/rott/BUILD @@ -0,0 +1,24 @@ +( + + # Automatically look in /usr/share/games/rott/ + patch_it $SOURCE_CACHE/$SOURCE3 0 && + + cd rott && + + # Compile with support for shareware only - see "#define SHAREWARE" in develop.h + make EXTRACFLAGS="-Wno-pointer-sign" && + + prepare_install && + + mkdir -p /usr/games /usr/share/games/rott /usr/share/man/man6 && + cp -af rott /usr/games/ && + cd .. && + cp -af *.dmo huntbgin.* remote1.rts /usr/share/games/rott/ && + cp -af rott.6 /usr/share/man/man6/ && + + # Stop INSTALL.EXE from being automatically treated as a doc + rm -f INSTALL.EXE && + + gather_docs *.txt README + +) > $C_FIFO 2>&1 diff --git a/zbeta/rott/DEPENDS b/zbeta/rott/DEPENDS new file mode 100644 index 0000000..359fd59 --- /dev/null +++ b/zbeta/rott/DEPENDS @@ -0,0 +1,2 @@ +depends unzip +depends SDL_mixer diff --git a/zbeta/rott/DETAILS b/zbeta/rott/DETAILS new file mode 100644 index 0000000..95a9edf --- /dev/null +++ b/zbeta/rott/DETAILS @@ -0,0 +1,23 @@ + MODULE=rott + VERSION=1.1.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=1rott13.zip + SOURCE3=rott-1.1.1-hardcode-datapath.patch.bz2 + SOURCE_URL=http://www.icculus.org/rott/releases + SOURCE2_URL=http://icculus.org/rott/share + SOURCE3_URL=$PATCH_URL + SOURCE_VFY=sha1:db14549044c38eee3188a711fb4712f4343080c7 + SOURCE2_VFY=sha1:c1548f0dc0280eb40e31fe25d770921782aaa16d + SOURCE3_VFY=sha1:33ca270839df91596c55f32bfc6403cf1d04248f + WEB_SITE=http://icculus.org/rott/ + ENTERED=20090810 + UPDATED=20090810 + SHORT="Rise of the Triad first-person shooter" + PSAFE=no + +cat << EOF +This is the icculus.org Linux port of Apogee's classic 3D shooter Rise +of the Triad, which has been released under the GPL by Apogee. This +version is enhanced with the "high" resolution rendering from the +winrott port. +EOF diff --git a/zbeta/rott/PRE_BUILD b/zbeta/rott/PRE_BUILD new file mode 100644 index 0000000..c01bd7d --- /dev/null +++ b/zbeta/rott/PRE_BUILD @@ -0,0 +1,6 @@ +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && +unzip -L ROTTSW13.SHR && + +mv -f doc/* . From sofar at foo-projects.org Mon Aug 10 08:00:05 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 08:00:05 +0200 Subject: [Lunar-commits] iptraf: version bump to 3.0.1 Message-ID: <20090810060011.A25419B1F0@doppio.foo-projects.org> commit 449f5bd7b4c215dd0a729a6f12e16aac21c67f9b Author: Paul Bredbury Date: Mon Aug 10 08:00:05 2009 +0200 iptraf: version bump to 3.0.1 --- net/iptraf/BUILD | 13 +++++++------ net/iptraf/DETAILS | 10 +++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/net/iptraf/BUILD b/net/iptraf/BUILD index e80048e..cce21cb 100644 --- a/net/iptraf/BUILD +++ b/net/iptraf/BUILD @@ -1,11 +1,12 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 - - cd src - sedit "s!/usr/local/bin!/usr/bin!" Makefile - sedit "s!/var/local/iptraf!/var/iptraf!" Makefile - sedit "s!read YESNO!YESNO == y!" install.sh + # Patch from http://koji.fedoraproject.org/koji/packageinfo?packageID=704 + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + cd src && + sedit "s!/usr/local/bin!/usr/bin!" Makefile && + sedit "s!/var/local/iptraf!/var/iptraf!" Makefile && + sedit "s!read YESNO!YESNO == y!" install.sh && make clean && make PREFIX=/usr && prepare_install && diff --git a/net/iptraf/DETAILS b/net/iptraf/DETAILS index 289440c..6e333f1 100644 --- a/net/iptraf/DETAILS +++ b/net/iptraf/DETAILS @@ -1,14 +1,14 @@ MODULE=iptraf - VERSION=3.0.0 + VERSION=3.0.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-2.7.0-ip_h.patch.bz2 + SOURCE2=iptraf-3.0.1-compile.fix.patch.bz2 SOURCE_URL=ftp://iptraf.seul.org/pub/iptraf/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:e5032b564593a8ec336751d41c090e5cdb7663a1 - SOURCE2_VFY=sha1:767784f4e5937cf0547365529ea7cd443ba8900c + SOURCE_VFY=sha1:9035b969868e49c276239d99964f427edfee87f3 + SOURCE2_VFY=sha1:7bb515bf3a9d5dfcc9d5aec90856ac28caad0961 WEB_SITE=http://cebu.mozcom.com/riker/iptraf/ ENTERED=20020202 - UPDATED=20060909 + UPDATED=20090810 SHORT="A console-based network statistics utility" cat << EOF From sofar at foo-projects.org Mon Aug 10 08:01:15 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 08:01:15 +0200 Subject: [Lunar-commits] tiff: security patches Message-ID: <20090810060318.D80179B1ED@doppio.foo-projects.org> commit 820742afbd15643961fa4b323c2b632b175dec0a Author: Paul Bredbury Date: Mon Aug 10 08:01:15 2009 +0200 tiff: security patches --- graphics/tiff/BUILD | 15 +++++++++++++++ graphics/tiff/DETAILS | 7 +++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/graphics/tiff/BUILD b/graphics/tiff/BUILD new file mode 100644 index 0000000..6660647 --- /dev/null +++ b/graphics/tiff/BUILD @@ -0,0 +1,15 @@ +( + + # Apply all 6 patches from libtiff-3.8.2-15.fc12 - http://koji.fedoraproject.org/koji/packageinfo?packageID=328 + # http://www.gentoo.org/security/en/glsa/glsa-200908-03.xml + # Patch0: tiffsplit-overflow.patch + # Patch1: libtiff-3.8.2-ormandy.patch + # Patch2: libtiff-3.8.2-CVE-2006-2193.patch + # Patch3: libtiff-3.8.2-mantypo.patch + # Patch4: libtiff-3.8.2-lzw-bugs.patch + # Patch5: libtiff-3.8.2-CVE-2009-2347.patch + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/tiff/DETAILS b/graphics/tiff/DETAILS index 7967ee2..e5468c5 100644 --- a/graphics/tiff/DETAILS +++ b/graphics/tiff/DETAILS @@ -1,12 +1,15 @@ MODULE=tiff VERSION=3.8.2 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=tiff-3.8.2-15fc12.patch.bz2 SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff/ SOURCE_URL[1]=http://dl.maptools.org/dl/libtiff/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:549e67b6a15b42bfcd72fe17cda7c9a198a393eb - WEB_SITE=http://www.libtiff.org + SOURCE2_VFY=sha1:1d304f437c4dfefe056bf780e91866cd7d339c26 + WEB_SITE=http://www.libtiff.org/ ENTERED=20010922 - UPDATED=20061118 + UPDATED=20090809 SHORT="tiff provides support for the Tag Image File Format." cat << EOF From sofar at foo-projects.org Mon Aug 10 08:01:58 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 08:01:58 +0200 Subject: [Lunar-commits] libbs2b: new module Message-ID: <20090810060318.E0EF39B1F0@doppio.foo-projects.org> commit 073abbcd4937f8f7c54d9e816d7612887deb2f51 Author: Paul Bredbury Date: Mon Aug 10 08:01:58 2009 +0200 libbs2b: new module --- zbeta/libbs2b/DEPENDS | 1 + zbeta/libbs2b/DETAILS | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/zbeta/libbs2b/DEPENDS b/zbeta/libbs2b/DEPENDS new file mode 100644 index 0000000..ec358ce --- /dev/null +++ b/zbeta/libbs2b/DEPENDS @@ -0,0 +1 @@ +depends libsndfile diff --git a/zbeta/libbs2b/DETAILS b/zbeta/libbs2b/DETAILS new file mode 100644 index 0000000..a46f400 --- /dev/null +++ b/zbeta/libbs2b/DETAILS @@ -0,0 +1,23 @@ + MODULE=libbs2b + VERSION=3.1.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/bs2b + SOURCE_VFY=sha1:353180e0f260b074508c6ddb34259b0d08a12dd7 + WEB_SITE=http://bs2b.sourceforge.net/ + ENTERED=20090809 + UPDATED=20090809 + SHORT="Bauer stereophonic-to-binaural DSP library" + +cat << EOF +Typical stereo recordings are being made to listen to by speakers. This +means that a sound engineer makes the stereo mix to the adaptation of +sound for listening to one channel by both ears. Therefore, you will be +tired during long-time headphone listening, more because of superstereo +effect than because of poorly-designed headphones. What's missing in +headphones is the sound going from each channel to the opposite ear, +arriving a short time later for the extra distance travelled, and with a +bit of high-frequency roll-off for the shadowing effect of the head. And +the time delay to the far ear is somewhat longer at low frequencies than +at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is +designed to improve headphone listening of stereo audio records. +EOF From sofar at foo-projects.org Mon Aug 10 08:02:13 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 08:02:13 +0200 Subject: [Lunar-commits] ladspa-bs2b: new module Message-ID: <20090810060319.048D49B1F1@doppio.foo-projects.org> commit 68ec1624788fd5ced82688c050d05c1b1935e965 Author: Paul Bredbury Date: Mon Aug 10 08:02:13 2009 +0200 ladspa-bs2b: new module --- zbeta/ladspa-bs2b/BUILD | 6 ++++++ zbeta/ladspa-bs2b/DEPENDS | 2 ++ zbeta/ladspa-bs2b/DETAILS | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 0 deletions(-) diff --git a/zbeta/ladspa-bs2b/BUILD b/zbeta/ladspa-bs2b/BUILD new file mode 100644 index 0000000..c467706 --- /dev/null +++ b/zbeta/ladspa-bs2b/BUILD @@ -0,0 +1,6 @@ +( + + default_build && + gather_docs AUTHORS THANKS + +) > $C_FIFO 2>&1 diff --git a/zbeta/ladspa-bs2b/DEPENDS b/zbeta/ladspa-bs2b/DEPENDS new file mode 100644 index 0000000..ffbf7fd --- /dev/null +++ b/zbeta/ladspa-bs2b/DEPENDS @@ -0,0 +1,2 @@ +depends ladspa_sdk +depends libbs2b diff --git a/zbeta/ladspa-bs2b/DETAILS b/zbeta/ladspa-bs2b/DETAILS new file mode 100644 index 0000000..f48d4b8 --- /dev/null +++ b/zbeta/ladspa-bs2b/DETAILS @@ -0,0 +1,42 @@ + MODULE=ladspa-bs2b + VERSION=0.9.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/bs2b + SOURCE_VFY=sha1:d0bda12baa38e394042892da6e92d7ae56925a9f + WEB_SITE=http://bs2b.sourceforge.net/ + ENTERED=20090809 + UPDATED=20090809 + SHORT="LADSPA plugin for bs2b" + +cat << EOF +Typical stereo recordings are being made to listen to by speakers. This +means that a sound engineer makes the stereo mix to the adaptation of +sound for listening to one channel by both ears. Therefore, you will be +tired during long-time headphone listening, more because of superstereo +effect than because of poorly-designed headphones. What's missing in +headphones is the sound going from each channel to the opposite ear, +arriving a short time later for the extra distance travelled, and with a +bit of high-frequency roll-off for the shadowing effect of the head. And +the time delay to the far ear is somewhat longer at low frequencies than +at high frequencies. The Bauer stereophonic-to-binaural DSP (bs2b) is +designed to improve headphone listening of stereo audio records. + +Sample ~/.asoundrc: + +pcm.headphones { + type plug + slave.pcm { + type ladspa + slave.pcm "default" + path "/usr/lib/ladspa" + plugins { + 0 { + id 4221 # Bauer stereophonic-to-binaural (4221/bs2b) + input { + controls [ 725 4.5 ] + } + } + } + } +} +EOF From sofar at foo-projects.org Mon Aug 10 08:02:38 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 08:02:38 +0200 Subject: [Lunar-commits] flite: use ALSA instead of OSS Message-ID: <20090810060319.17D4D9B1F2@doppio.foo-projects.org> commit 57a9c74ae9b8bdb95a4c9e0c341ebb825aadb1f4 Author: Paul Bredbury Date: Mon Aug 10 08:02:38 2009 +0200 flite: use ALSA instead of OSS Adds ALSA patch. Fixes download URL. --- zbeta/flite/BUILD | 7 +++++++ zbeta/flite/DETAILS | 14 ++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/zbeta/flite/BUILD b/zbeta/flite/BUILD index 4e61c43..e4b88d5 100644 --- a/zbeta/flite/BUILD +++ b/zbeta/flite/BUILD @@ -1,6 +1,13 @@ ( + # Sets ALSA as default, instead of OSS + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sed -i "s/@ \$(MAKE) -C lib --no-print-directory install//" Makefile && + + # Needed for compilation, with ALSA patch + OPTS+=" --with-vox=cmu_us_kal16" && + default_build ) > $C_FIFO 2>&1 diff --git a/zbeta/flite/DETAILS b/zbeta/flite/DETAILS index e7093b3..df17122 100644 --- a/zbeta/flite/DETAILS +++ b/zbeta/flite/DETAILS @@ -1,14 +1,20 @@ MODULE=flite VERSION=1.3-release - SOURCE=${MODULE}-${VERSION}.tar.gz - SOURCE_URL=http://fife.speech.cs.cmu.edu/flite/packed/flite-1.3/ + SOURCE=$MODULE-$VERSION.tar.gz + # Patch from http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/flite/files/ + SOURCE2=flite-1.3-alsa-support.patch.bz2 + SOURCE_URL=http://speech.cs.cmu.edu/flite/packed/flite-1.3 + SOURCE2_URL=$PATCH_URL SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_VFY=sha1:233144a772de72741ae1aa2292f672c30224afb3 + SOURCE2_VFY=sha1:ca5cf9e9249bbc93f83063336cfe074e774a703a WEB_SITE="http://cmuflite.org/" ENTERED=20071111 - UPDATED=20071111 + UPDATED=20090809 SHORT="small, fast run-time synthesis engine" -cat < Geography-Countries: new perl module Message-ID: <20090810060319.232229B1F3@doppio.foo-projects.org> commit 296cef7122d7a5c143bdd98a8ab0dcbb1110ccb2 Author: Paul Bredbury Date: Mon Aug 10 08:02:56 2009 +0200 Geography-Countries: new perl module --- zbeta/Geography-Countries/BUILD | 6 ++++++ zbeta/Geography-Countries/DEPENDS | 1 + zbeta/Geography-Countries/DETAILS | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/zbeta/Geography-Countries/BUILD b/zbeta/Geography-Countries/BUILD new file mode 100644 index 0000000..a543489 --- /dev/null +++ b/zbeta/Geography-Countries/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/Geography-Countries/DEPENDS b/zbeta/Geography-Countries/DEPENDS new file mode 100644 index 0000000..6826bc7 --- /dev/null +++ b/zbeta/Geography-Countries/DEPENDS @@ -0,0 +1 @@ +depends perl diff --git a/zbeta/Geography-Countries/DETAILS b/zbeta/Geography-Countries/DETAILS new file mode 100644 index 0000000..cc86edd --- /dev/null +++ b/zbeta/Geography-Countries/DETAILS @@ -0,0 +1,15 @@ + MODULE=Geography-Countries + VERSION=2009041301 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL + SOURCE_VFY=sha1:2d3d8cdec27bea21ce7c7d3a1765ef86dceeec0c + WEB_SITE=http://search.cpan.org/dist/Geography-Countries/ + ENTERED=20090810 + UPDATED=20090810 + SHORT="2-letter, 3-letter, and numerical codes for countries" + +cat << EOF +This module maps country names, and their 2-letter, 3-letter and +numerical codes, as defined by the ISO-3166 maintenance agency, and +defined by the UNSD. +EOF From sofar at foo-projects.org Mon Aug 10 08:03:12 2009 From: sofar at foo-projects.org (Auke Kok) Date: Mon, 10 Aug 2009 08:03:12 +0200 Subject: [Lunar-commits] IP-Country: new perl module Message-ID: <20090810060319.3B1B99B1ED@doppio.foo-projects.org> commit a06736b923dd8224d77459beb8ff2eca053f2c71 Author: Paul Bredbury Date: Mon Aug 10 08:03:12 2009 +0200 IP-Country: new perl module Useful with spamassassin: http://wiki.apache.org/spamassassin/RelayCountryPlugin --- zbeta/IP-Country/BUILD | 6 ++++++ zbeta/IP-Country/DEPENDS | 1 + zbeta/IP-Country/DETAILS | 24 ++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) diff --git a/zbeta/IP-Country/BUILD b/zbeta/IP-Country/BUILD new file mode 100644 index 0000000..a543489 --- /dev/null +++ b/zbeta/IP-Country/BUILD @@ -0,0 +1,6 @@ +( + + perl Makefile.PL && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/IP-Country/DEPENDS b/zbeta/IP-Country/DEPENDS new file mode 100644 index 0000000..4a39dbf --- /dev/null +++ b/zbeta/IP-Country/DEPENDS @@ -0,0 +1 @@ +depends Geography-Countries diff --git a/zbeta/IP-Country/DETAILS b/zbeta/IP-Country/DETAILS new file mode 100644 index 0000000..971e460 --- /dev/null +++ b/zbeta/IP-Country/DETAILS @@ -0,0 +1,24 @@ + MODULE=IP-Country + VERSION=2.27 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS + SOURCE_VFY=sha1:889644a7c49714fa6968a0d78f5dfc091f4b0181 + WEB_SITE=http://search.cpan.org/dist/IP-Country/ + ENTERED=20090810 + UPDATED=20090810 + SHORT="Fast lookup of country codes from IP addresses" + +cat << EOF +Finding the home country of a client using only the IP address can be +difficult. Looking up the domain name associated with that address can +provide some help, but many IP addresses are not reverse-mapped to any +useful domain, and the most common domain (.com) offers no help when +looking for the country. + +This module comes bundled with a database of countries where various IP +addresses have been assigned. Although the country of assignment will +probably be the country associated with a large ISP rather than the +client herself, this is probably good enough for most log analysis +applications, and under tests has proved to be as accurate as +reverse-DNS and WHOIS lookup. +EOF From florin at lunar-linux.org Mon Aug 10 15:46:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 16:46:46 +0300 Subject: [Lunar-commits] hdparm: version bumped to 9.22. Message-ID: <20090810134752.B87B19B1F0@doppio.foo-projects.org> commit 8bca60f9d35bf1d64d83e100af7e61bf3c21f71e Author: Florin Braescu Date: Mon Aug 10 16:46:46 2009 +0300 hdparm: version bumped to 9.22. Support for SATA SSD TRIM commands was enhanced with the introduction of several arguments. In addition, an experimental script (wiper.sh) is provided which calculates a list of unallocated blocks within a filesystem, and informs the SSD firmware of those blocks. In some cases, this can restore a sluggish SSD to nearly-new speeds again. Furthermore, a workaround to an observed ext4 bug with FIEMAP's "LAST" flag was added, and the "-E" flag was modified to work with modern DVD drives. --- utils/hdparm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/hdparm/DETAILS b/utils/hdparm/DETAILS index 43df2d0..1d7408e 100644 --- a/utils/hdparm/DETAILS +++ b/utils/hdparm/DETAILS @@ -1,11 +1,11 @@ MODULE=hdparm - VERSION=9.16 + VERSION=9.22 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:aabb1594ee18a396b84a025fe292a5241cc8a55c + SOURCE_VFY=sha1:6bccc2b342c979884a99840ae0f34cb7b24f2b92 WEB_SITE=http://www.ibiblio.org/pub/Linux/system/hardware ENTERED=20010922 - UPDATED=20090718 + UPDATED=20090810 SHORT="A utility to access/tune Linux's EIDE drivers" cat << EOF From florin at lunar-linux.org Mon Aug 10 15:50:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 16:50:11 +0300 Subject: [Lunar-commits] ImageMagick: version bumped to 6.5.4-10. Message-ID: <20090810135032.7ACE99B1F0@doppio.foo-projects.org> commit 0aeb8cadbb1cb0327b5a9737c35cbd137c554332 Author: Florin Braescu Date: Mon Aug 10 16:50:11 2009 +0300 ImageMagick: version bumped to 6.5.4-10. Bugfixes and enhacements. --- graphics/ImageMagick/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index 5769696..49a23f5 100644 --- a/graphics/ImageMagick/DETAILS +++ b/graphics/ImageMagick/DETAILS @@ -3,7 +3,7 @@ # should version bump to x.y.(z-1)-(highest). That version is always # kept on the ftp.imagemagick.org site and should be considered STABLE!!! MODULE=ImageMagick - VERSION=6.5.3-10 + VERSION=6.5.4-10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick SOURCE_URL[1]=$SFORGE_URL/imagemagick @@ -20,10 +20,10 @@ SOURCE_URL[12]=http://hpux.connect.org.uk/hppd/hpux/X11/Viewers SOURCE_URL[13]=ftp://ftp.fifi.org/pub/ImageMagick SOURCE_URL[14]=ftp://ftp.rge.com/pub/multimedia/imagemagick - SOURCE_VFY=sha1:64ac87fbc433c9e449bc630998657196421d179d + SOURCE_VFY=sha1:d48953f049ba0385a9a5b8cfccfbe4a0b54b57b5 WEB_SITE=http://www.imagemagick.org ENTERED=20010922 - UPDATED=20090628 + UPDATED=20090810 PSAFE=no SHORT="Automated and interactive manipulation of images" From stumbles at lunar-linux.org Mon Aug 10 15:32:39 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 10 Aug 2009 09:32:39 -0400 Subject: [Lunar-commits] octave: version bump Message-ID: <20090810143829.7B83E9B1F0@doppio.foo-projects.org> commit 9e2325ff5a7e1b99ce6b231b9e2820e48812ef0d Author: Dennis `stumbles` Veatch Date: Mon Aug 10 09:32:39 2009 -0400 octave: version bump --- science/octave/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/octave/DETAILS b/science/octave/DETAILS index 5d617d5..4ee18cd 100644 --- a/science/octave/DETAILS +++ b/science/octave/DETAILS @@ -1,14 +1,14 @@ MODULE=octave - VERSION=3.0.5 + VERSION=3.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.octave.org/pub/octave - SOURCE_VFY=sha1:56a83139575caeda647ab8a0d306a276bb0473f3 + SOURCE_VFY=sha1:6508738789e05f00397aa3bfad51fa7d43d55b14 WEB_SITE=http://www.octave.org ENTERED=20030604 - UPDATED=20090531 + UPDATED=20090810 MAINTAINER=jmhodges at lunar-linux.org SHORT="Numerical computation suite mostly compatible with MATLAB" - +PSAFE=no cat << EOF Octave is a high-level interactive language, primarily intended for numerical computations that is mostly compatible with MATLAB. From stumbles at lunar-linux.org Mon Aug 10 16:38:08 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 10 Aug 2009 10:38:08 -0400 Subject: [Lunar-commits] libsigsegv: version bump. Message-ID: <20090810143829.84C8C9B1F1@doppio.foo-projects.org> commit 59a657a68b47f904223074f661b28a5d72dcea9e Author: Dennis `stumbles` Veatch Date: Mon Aug 10 10:38:08 2009 -0400 libsigsegv: version bump. --- libs/libsigsegv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libsigsegv/DETAILS b/libs/libsigsegv/DETAILS index c3e6271..af8df10 100755 --- a/libs/libsigsegv/DETAILS +++ b/libs/libsigsegv/DETAILS @@ -1,11 +1,11 @@ MODULE=libsigsegv - VERSION=2.5 + VERSION=2.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE/ - SOURCE_VFY=sha1:84cf08a9aae4c4d884333421018d8127592e8c2b + SOURCE_VFY=sha1:15ca1dd9574012b8c4c4d2bf6ba945546114b0b5 WEB_SITE=http://libsigsegv.sourceforge.net/ ENTERED=20060919 - UPDATED=20080106 + UPDATED=20090810 SHORT="portably handles page faults in user mode" cat << EOF This is a library for handling page faults in user mode. A page fault occurs From stumbles at lunar-linux.org Mon Aug 10 16:53:39 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 10 Aug 2009 10:53:39 -0400 Subject: [Lunar-commits] GMT: version bump. Message-ID: <20090810145356.9A1429B1F0@doppio.foo-projects.org> commit 8d31c768e888d1ed88ce1667776bbd5c38c2ffdc Author: Dennis `stumbles` Veatch Date: Mon Aug 10 10:53:39 2009 -0400 GMT: version bump. --- science/GMT/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/GMT/DETAILS b/science/GMT/DETAILS index f3e8403..b29191b 100644 --- a/science/GMT/DETAILS +++ b/science/GMT/DETAILS @@ -1,12 +1,12 @@ MODULE=GMT - VERSION=4.4.0 + VERSION=4.5.0 SOURCE=$MODULE${VERSION}_src.tar.bz2 SOURCE_URL=ftp://ftp.soest.hawaii.edu/gmt/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION - SOURCE_VFY=sha1:73f4ff9c7c6a42d236caf9937a3e669ab1d0c435 + SOURCE_VFY=sha1:2896f2258a6e7b5d7b85726e80ff3d409d8760ad WEB_SITE=http://gmt.soest.hawaii.edu/ ENTERED=20090212 - UPDATED=20090531 + UPDATED=20090810 SHORT="generic mapping tools" cat << EOF From florin at lunar-linux.org Mon Aug 10 19:09:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 20:09:27 +0300 Subject: [Lunar-commits] nikto: version bumped to 2.03. Message-ID: <20090810170948.413819B1F0@doppio.foo-projects.org> commit ae0932345d2f6297f86843a5ca41fadc4db76a7b Author: Florin Braescu Date: Mon Aug 10 20:09:27 2009 +0300 nikto: version bumped to 2.03. Bugfixes release. --- security/nikto/DEPENDS | 2 +- security/nikto/DETAILS | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/security/nikto/DEPENDS b/security/nikto/DEPENDS index 817261a..44d576b 100644 --- a/security/nikto/DEPENDS +++ b/security/nikto/DEPENDS @@ -1,4 +1,4 @@ depends perl -optional_depends "nmap" "" "" "for nmap support" +optional_depends "nmap" "" "" "for nmap support" optional_depends "Net-SSLeay" "" "" "for ssl support" diff --git a/security/nikto/DETAILS b/security/nikto/DETAILS index 8cdf5fa..cec5f5f 100644 --- a/security/nikto/DETAILS +++ b/security/nikto/DETAILS @@ -1,11 +1,12 @@ MODULE=nikto - VERSION=2.02 + VERSION=2.03 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.cirt.net/$MODULE/ - SOURCE_VFY=sha1:e413f24d5a94056fde72a91393e00c0ae34b2f1f +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://www.cirt.net/$MODULE + SOURCE_VFY=sha1:24211a3be1a66b7304abf77fcdd9f1ac9909ec72 WEB_SITE=http://www.cirt.net/code/nikto.shtml ENTERED=20041027 - UPDATED=20080127 + UPDATED=20090810 SHORT="A web server vulnerability scanner" cat << EOF From florin at lunar-linux.org Mon Aug 10 19:49:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 20:49:27 +0300 Subject: [Lunar-commits] aide: small tweaks. Message-ID: <20090810174943.11B759B1F0@doppio.foo-projects.org> commit 3b924f4791d48749287958435f1cf1129c2442de Author: Florin Braescu Date: Mon Aug 10 20:49:27 2009 +0300 aide: small tweaks. --- security/aide/BUILD | 5 ++--- security/aide/DEPENDS | 10 +++++----- security/aide/DETAILS | 3 ++- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/security/aide/BUILD b/security/aide/BUILD index 07ffbd5..3392c00 100644 --- a/security/aide/BUILD +++ b/security/aide/BUILD @@ -4,14 +4,13 @@ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ - $OPTS && + $OPTS && - default_make && + default_make && if ! [ -e /etc/aide.conf.sample ]; then cp doc/aide.conf /etc/aide.conf.sample fi - ) > $C_FIFO 2>&1 diff --git a/security/aide/DEPENDS b/security/aide/DEPENDS index 34d7436..d356f19 100644 --- a/security/aide/DEPENDS +++ b/security/aide/DEPENDS @@ -1,16 +1,16 @@ -depends mhash && -depends bison && -depends flex && +depends mhash +depends bison +depends flex optional_depends "libgcrypt" \ "--with-libgcrypt" \ "--disable-libgcrypt" \ - "use gcrypt lib" && + "use gcrypt lib" optional_depends "postgresql" \ "--with-psql" \ "--disable-psql" \ - "for PostgreSQL database support" && + "for PostgreSQL database support" optional_depends "zlib" \ "--with-zlib" \ diff --git a/security/aide/DETAILS b/security/aide/DETAILS index 03403d1..d0c0784 100644 --- a/security/aide/DETAILS +++ b/security/aide/DETAILS @@ -1,12 +1,13 @@ MODULE=aide VERSION=0.13.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:0112ee0a974020b99f09d1f2a9fb05433a7b9681 WEB_SITE=http://aide.sourceforge.net ENTERED=20011207 UPDATED=20061215 SHORT="file integrity checker" + cat << EOF AIDE (Advanced Intrusion Detection Environment) is a file integrity checker. It creates a database from the regular expression rules that it From florin at lunar-linux.org Mon Aug 10 19:54:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 20:54:06 +0300 Subject: [Lunar-commits] chkrootkit: version bumped to 0.49. Message-ID: <20090810175448.59BF09B1F0@doppio.foo-projects.org> commit 361452d0a1c38003cbd076d827a3fcfd5696fb96 Author: Florin Braescu Date: Mon Aug 10 20:54:06 2009 +0300 chkrootkit: version bumped to 0.49. More tests added and bugfixes. --- security/chkrootkit/BUILD | 8 ++++---- security/chkrootkit/DETAILS | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/security/chkrootkit/BUILD b/security/chkrootkit/BUILD index 9ddfc61..2f19143 100644 --- a/security/chkrootkit/BUILD +++ b/security/chkrootkit/BUILD @@ -1,9 +1,9 @@ ( - INSTALL_DIRECTORY=/opt/lunar/chkrootkit/$VERSION/bin && - make && - prepare_install && - mkdir -p $INSTALL_DIRECTORY && + INSTALL_DIRECTORY=/opt/lunar/chkrootkit/$VERSION/bin && + make && + prepare_install && + mkdir -p $INSTALL_DIRECTORY && for binary in check_wtmpx chkdirs chklastlog chkproc chkrootkit chkwtmp ifpromisc strings-static; do install -o root -g root -m700 $SOURCE_DIRECTORY/$binary $INSTALL_DIRECTORY done diff --git a/security/chkrootkit/DETAILS b/security/chkrootkit/DETAILS index 7e8c465..1f57cf1 100644 --- a/security/chkrootkit/DETAILS +++ b/security/chkrootkit/DETAILS @@ -1,12 +1,12 @@ MODULE=chkrootkit - VERSION=0.48 + VERSION=0.49 SOURCE=$MODULE.tar.gz - SOURCE_URL[0]=ftp://ftp.pangeia.com.br/pub/seg/pac/ - SOURCE_URL[1]=http://us.chkrootkit.org/download/ - SOURCE_VFY=sha1:edbaf062a78f4210a7dbe9ef935cb86d12695d91 - WEB_SITE=http://www.chkrootkit.org/ + SOURCE_URL[0]=ftp://ftp.pangeia.com.br/pub/seg/pac + SOURCE_URL[1]=http://us.chkrootkit.org/download + SOURCE_VFY=sha1:cec1a3c482b95b20d3a946b07fffb23290abc4a6 + WEB_SITE=http://www.chkrootkit.org ENTERED=20040124 - UPDATED=20080229 + UPDATED=20090810 SHORT="a tool to locally check for signs of a rootkit" cat << EOF From florin at lunar-linux.org Mon Aug 10 20:02:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 21:02:29 +0300 Subject: [Lunar-commits] cracklib: version bumped to 2.8.13. Message-ID: <20090810180303.D98FA9B1F0@doppio.foo-projects.org> commit 48f1df94bac7f820dab5d0a7bd3704b82a9692fc Author: Florin Braescu Date: Mon Aug 10 21:02:29 2009 +0300 cracklib: version bumped to 2.8.13. Compressed dictionary added. --- security/cracklib/BUILD | 4 ++-- security/cracklib/DETAILS | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/cracklib/BUILD b/security/cracklib/BUILD index ea13f18..5378e5b 100644 --- a/security/cracklib/BUILD +++ b/security/cracklib/BUILD @@ -6,8 +6,8 @@ --infodir=/usr/share/doc \ --mandir=/usr/share/man \ --disable-static \ - --with-default-dict=/lib/cracklib/pw_dict \ - $OPTS && + --with-default-dict=/lib/cracklib/pw_dict \ + $OPTS && sedit 's:${exec_prefix}/lib/python:/usr/lib/python:' python/Makefile && sedit 's:${prefix}/lib/python:/usr/lib/python:' python/Makefile && diff --git a/security/cracklib/DETAILS b/security/cracklib/DETAILS index 99408ec..f87ed3b 100644 --- a/security/cracklib/DETAILS +++ b/security/cracklib/DETAILS @@ -1,12 +1,12 @@ MODULE=cracklib - VERSION=2.8.12 + VERSION=2.8.13 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:0a77b21366cfbad675e6e44642026c89b87f41ce + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:e107d0a14c09aea9c63c18840db8b94b972b5315 WEB_SITE=http://sourceforge.net/projects/cracklib ENTERED=20020313 - UPDATED=20071018 - SHORT="library which may be used in a passwd-like program." + UPDATED=20090810 + SHORT="library which may be used in a passwd-like program" PSAFE=no cat << EOF From florin at lunar-linux.org Mon Aug 10 20:09:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 21:09:07 +0300 Subject: [Lunar-commits] ferm: version bumped to 2.0.6. Message-ID: <20090810180926.604779B1F0@doppio.foo-projects.org> commit 18bd49c2dae0025da575e85b8b4d7a65d3eb7f1b Author: Florin Braescu Date: Mon Aug 10 21:09:07 2009 +0300 ferm: version bumped to 2.0.6. Changes: - support negation in mark/connmark - support negation in set - added automatic variable $FILENAME - allow @subchain as the first keyword in a closure - don't allow semicolon after empty rule - enable @include to run a program - removed superfluous tokens from error message - create a new stack frame for @subchain (fixes $CHAIN) --- security/ferm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/ferm/DETAILS b/security/ferm/DETAILS index f84353f..b6ffa0f 100644 --- a/security/ferm/DETAILS +++ b/security/ferm/DETAILS @@ -1,11 +1,11 @@ MODULE=ferm - VERSION=2.0.5 + VERSION=2.0.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ferm.foo-projects.org/download/2.0 - SOURCE_VFY=sha1:60d4e40cfc625c5436ab4c3d4a14e7435c6f54fc + SOURCE_VFY=sha1:3f915c5f77edcefbcb492fec98f160e722d0c173 WEB_SITE=http://ferm.foo-projects.org ENTERED=20020514 - UPDATED=20090301 + UPDATED=20090810 MAINTAINER=ferm at foo-projects.org SHORT="A tool to maintain complex firewalls" From florin at lunar-linux.org Mon Aug 10 20:27:36 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 21:27:36 +0300 Subject: [Lunar-commits] logcheck: version bumped to 1.1.2. Message-ID: <20090810182750.139C49B1F0@doppio.foo-projects.org> commit ba26af7ef1d721616ccf47a438c8d1dad2c75b2b Author: Florin Braescu Date: Mon Aug 10 21:27:36 2009 +0300 logcheck: version bumped to 1.1.2. --- security/logcheck/BUILD | 4 ++-- security/logcheck/DETAILS | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/security/logcheck/BUILD b/security/logcheck/BUILD index 539d986..8d7d4e1 100644 --- a/security/logcheck/BUILD +++ b/security/logcheck/BUILD @@ -1,7 +1,7 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && - prepare_install && + patch_it $SOURCE_CACHE/$SOURCE2 1 && + prepare_install && make linux ) > $C_FIFO 2>&1 diff --git a/security/logcheck/DETAILS b/security/logcheck/DETAILS index 171aaee..0be82df 100644 --- a/security/logcheck/DETAILS +++ b/security/logcheck/DETAILS @@ -1,14 +1,14 @@ MODULE=logcheck - VERSION=1.1.1 + VERSION=1.1.2 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-misc.patch.bz2 - SOURCE_URL=$SFORGE_URL/sentrytools/ + SOURCE2=$MODULE-1.1.1-misc.patch.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL - WEB_SITE=http://sourceforge.net/projects/sentrytools/ - SOURCE_VFY=md5:e97c2f096e219e20310c1b80e9e1bc29 - SOURCE2_VFY=md5:65a7023aac06ef78442f8845445062c1 + WEB_SITE=http://sourceforge.net/projects/sentrytools + SOURCE_VFY=sha1:4cf80fb5d4a9c33c5ecd533ef9062e854f7413b5 + SOURCE2_VFY=sha1:8a90bd700aa01d85e91c8023085ff13174a5ae19 ENTERED=20021230 - UPDATED=20031215 + UPDATED=20090810 SHORT="automatically monitors your system logs" cat << EOF From florin at lunar-linux.org Mon Aug 10 20:33:35 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 21:33:35 +0300 Subject: [Lunar-commits] logwatch: version bumped to 7.3.6. Message-ID: <20090810183421.A476B9B1F0@doppio.foo-projects.org> commit 7a0c8e0fbd36f5c767fdaefe96e544bf8324d5d4 Author: Florin Braescu Date: Mon Aug 10 21:33:35 2009 +0300 logwatch: version bumped to 7.3.6. Bugfixes. --- security/logwatch/DEPENDS | 2 +- security/logwatch/DETAILS | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/logwatch/DEPENDS b/security/logwatch/DEPENDS index 0bae6fe..8a2cd1c 100644 --- a/security/logwatch/DEPENDS +++ b/security/logwatch/DEPENDS @@ -1,2 +1,2 @@ -depends heirloom-mailx && +depends heirloom-mailx depends perl diff --git a/security/logwatch/DETAILS b/security/logwatch/DETAILS index 3e6a9ea..93c5903 100644 --- a/security/logwatch/DETAILS +++ b/security/logwatch/DETAILS @@ -1,11 +1,11 @@ MODULE=logwatch - VERSION=7.3.4 + VERSION=7.3.6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=ftp://ftp.kaybee.org/pub/linux/ - WEB_SITE=http://www.logwatch.org/ - SOURCE_VFY=sha1:6d9bf8161c140610f637d97ef0344eab6e79e6b5 + SOURCE_URL=ftp://ftp.kaybee.org/pub/linux + WEB_SITE=http://www.logwatch.org + SOURCE_VFY=sha1:6cc234e926ec7be1334d46c0e356df1b80701095 ENTERED=20040913 - UPDATED=20070303 + UPDATED=20090810 SHORT="Monitor log files realtime" cat << EOF From florin at lunar-linux.org Mon Aug 10 20:44:36 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 21:44:36 +0300 Subject: [Lunar-commits] ophcrack: version bumped to 3.3.1. Message-ID: <20090810184454.1E29E9B1F0@doppio.foo-projects.org> commit 95d94cca56de5c0f57e5c760d30815b662293576 Author: Florin Braescu Date: Mon Aug 10 21:44:36 2009 +0300 ophcrack: version bumped to 3.3.1. Bugfixes. --- security/ophcrack/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/ophcrack/DETAILS b/security/ophcrack/DETAILS index df754c8..9f6e9ff 100644 --- a/security/ophcrack/DETAILS +++ b/security/ophcrack/DETAILS @@ -1,11 +1,11 @@ MODULE=ophcrack - VERSION=3.3.0 + VERSION=3.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:14f27ff05cd92b40e483851597aa013ae324c154 - WEB_SITE=http://ophcrack.sourceforge.net/ + SOURCE_VFY=sha1:65982407f0b7738940d5444530492ce1d81899f9 + WEB_SITE=http://ophcrack.sourceforge.net ENTERED=20090621 - UPDATED=20090621 + UPDATED=20090810 SHORT="Windows password cracker" PSAFE=no From florin at lunar-linux.org Mon Aug 10 20:59:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 21:59:59 +0300 Subject: [Lunar-commits] portsentry: small tweaks. use sha1 sum instead of md5. Message-ID: <20090810190022.50094F2DF1@doppio.foo-projects.org> commit 2157fc8c51c791995da5b5dcb09c016fb2ecfc79 Author: Florin Braescu Date: Mon Aug 10 21:59:59 2009 +0300 portsentry: small tweaks. use sha1 sum instead of md5. --- security/portsentry/BUILD | 19 +++++++++---------- security/portsentry/DETAILS | 13 +++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/security/portsentry/BUILD b/security/portsentry/BUILD index cb3ddfa..d67c0e1 100644 --- a/security/portsentry/BUILD +++ b/security/portsentry/BUILD @@ -1,5 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 + patch_it $SOURCE_CACHE/$SOURCE2 1 && PS_CONF='#define CONFIG_FILE "/etc/portsentry/portsentry.conf"' @@ -8,23 +8,22 @@ > portsentry_config.h echo $PS_CONF >> portsentry_config.h - sedit "s/CFLAGS = -O -Wall/CFLAGS := -O -Wall \$\(CFLAGS\)/" \ - Makefile + sedit "s/CFLAGS = -O -Wall/CFLAGS := -O -Wall \$\(CFLAGS\)/" Makefile - make linux && - prepare_install && - cp portsentry /usr/sbin && - mkdir -p /etc/portsentry && - chmod 700 /etc/portsentry && + make linux && + prepare_install && + cp portsentry /usr/sbin && + mkdir -p /etc/portsentry && + chmod 700 /etc/portsentry && if ! [ -f /etc/portsentry/portsentry.conf ] ; then sedit "s:/usr/local/psionic:/etc:" portsentry.conf install -m600 portsentry.conf /etc/portsentry - fi && + fi && if ! [ -f /etc/portsentry/portsentry.ignore ] ; then install -m600 portsentry.ignore /etc/portsentry/portsentry.ignore - fi && + fi && if [ ! -f /etc/portsentry/portsentry.modes ] ; then echo -e "# default portsentry modes:\natcp\naudp" > /etc/portsentry/portsentry.modes diff --git a/security/portsentry/DETAILS b/security/portsentry/DETAILS index 58af6d1..3ced197 100644 --- a/security/portsentry/DETAILS +++ b/security/portsentry/DETAILS @@ -2,14 +2,15 @@ VERSION=1.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-$VERSION-gcc3.3.1-newlinefix.patch.bz2 - SOURCE_URL[0]=$SFORGE_URL/sentrytools/ - SOURCE2_URL[0]=$PATCH_URL - SOURCE_VFY=md5:3ebd3618ba9abfea2525e236bd44cebd - SOURCE2_VFY=md5:8277597d753d8440ad4475f7316745c3 - WEB_SITE=http://sourceforge.net/projects/sentrytools/ + SOURCE_URL=$SFORGE_URL/sentrytools + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:091124db3f9ccc29afae08d6ab1fdd073b789d0a + SOURCE2_VFY=sha1:d39f0226783a2405e095c6f1b9a4dd4b819f0b5f + WEB_SITE=http://sourceforge.net/projects/sentrytools ENTERED=20011210 UPDATED=20030807 - SHORT="program to detect and respond to port scans in real-time." + SHORT="program to detect and respond to port scans in real-time" + cat << EOF Portsentry is a program designed to detect and respond to port scans against a target host in real-time. From florin at lunar-linux.org Mon Aug 10 21:22:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 22:22:23 +0300 Subject: [Lunar-commits] tls: version bumped to 1.6. Message-ID: <20090810192247.C123AF37CC@doppio.foo-projects.org> commit e9b788f0e1c4c224e405853c1cd6d87ae4f684f4 Author: Florin Braescu Date: Mon Aug 10 22:22:23 2009 +0300 tls: version bumped to 1.6. Bugfixes. --- security/tls/DEPENDS | 1 + security/tls/DETAILS | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/security/tls/DEPENDS b/security/tls/DEPENDS new file mode 100644 index 0000000..4845533 --- /dev/null +++ b/security/tls/DEPENDS @@ -0,0 +1 @@ +depends tcl diff --git a/security/tls/DETAILS b/security/tls/DETAILS index 1fe1b92..a5a71a2 100644 --- a/security/tls/DETAILS +++ b/security/tls/DETAILS @@ -1,12 +1,12 @@ MODULE=tls - VERSION=1.5.0 + VERSION=1.6 SOURCE=$MODULE$VERSION-src.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}1.5 - SOURCE_VFY=sha1:66611f384f4b1c5e126ac8fc1cd03040bbe8ac16 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}1.6 + SOURCE_VFY=sha1:badee4d0a096e9951ffc1f82a6530f78b2404a2c WEB_SITE=http://sourceforge.net/projects/tls ENTERED=20060706 - UPDATED=20060706 + UPDATED=20090810 SHORT="OpenSSL TCL extension" PSAFE=no From florin at lunar-linux.org Mon Aug 10 21:33:54 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 10 Aug 2009 22:33:54 +0300 Subject: [Lunar-commits] voiphopper: version bumped to 1.0. Message-ID: <20090810193407.7385CF3C97@doppio.foo-projects.org> commit 1c0efc15503e69c1d688bb1e7b4183d19c2eee29 Author: Florin Braescu Date: Mon Aug 10 22:33:54 2009 +0300 voiphopper: version bumped to 1.0. --- security/voiphopper/BUILD | 6 +++--- security/voiphopper/DETAILS | 20 ++++++++++---------- security/voiphopper/PRE_BUILD | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/security/voiphopper/BUILD b/security/voiphopper/BUILD index 9df6e19..84c1503 100644 --- a/security/voiphopper/BUILD +++ b/security/voiphopper/BUILD @@ -1,8 +1,8 @@ ( - make && - prepare_install && - install -m0755 voiphopper /usr/bin && + make && + prepare_install && + install -m0755 voiphopper /usr/bin && gather_docs ) > $C_FIFO 2>&1 diff --git a/security/voiphopper/DETAILS b/security/voiphopper/DETAILS index b8a7670..ace9b4f 100644 --- a/security/voiphopper/DETAILS +++ b/security/voiphopper/DETAILS @@ -1,29 +1,29 @@ MODULE=voiphopper - VERSION=0.9.7 + VERSION=1.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:80a49459844c2a8114cac44365a68091c4532c76 - WEB_SITE=http://voiphopper.sourceforge.net/ + SOURCE_VFY=sha1:ab4d308f943ea032c9b9481d93b28863d90910e6 + WEB_SITE=http://voiphopper.sourceforge.net ENTERED=20071022 - UPDATED=20071022 + UPDATED=20090810 SHORT="runs a VLAN Hop into the Voice VLAN" cat << EOF VoIP Hopper is a GPLv3 licensed security tool, written in C, that rapidly runs -a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper +a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper does this by mimicking the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments. In Cisco IP Phone networks, it first dissects either IEEE 802.3 or Ethernet II -for Cisco Discovery Protocol (CDP) packets. If CDP is enabled on the switch +for Cisco Discovery Protocol (CDP) packets. If CDP is enabled on the switch port and the Voice VLAN feature is enabled, it will determine the Voice VLAN ID -(VVID). This will allow the tool to create a new Ethernet interface on the PC -that tags the 802.1q VLAN header in the Ethernet packet. After VoIP Hopper has +(VVID). This will allow the tool to create a new Ethernet interface on the PC +that tags the 802.1q VLAN header in the Ethernet packet. After VoIP Hopper has created the new Ethernet device, it will send a DHCP client request. In Avaya IP Phone environments, it sends an Option 55 parameter request list, -requesting Option 176. When the DHCP server sends Option 176, it decodes the -L2QVLAN reply field for the Voice VLAN ID. It then creates a new voice +requesting Option 176. When the DHCP server sends Option 176, it decodes the +L2QVLAN reply field for the Voice VLAN ID. It then creates a new voice interface and sends a DHCP request. EOF diff --git a/security/voiphopper/PRE_BUILD b/security/voiphopper/PRE_BUILD index 3d06f88..d8496a2 100644 --- a/security/voiphopper/PRE_BUILD +++ b/security/voiphopper/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && +default_pre_build && +cd $SOURCE_DIRECTORY && tar zxvf $SOURCE_CACHE/$SOURCE From stumbles at lunar-linux.org Tue Aug 11 03:08:53 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 10 Aug 2009 21:08:53 -0400 Subject: [Lunar-commits] socat: version bump, fixes a couple of bugs, some of which could Message-ID: <20090811010939.02B2F9B1F0@doppio.foo-projects.org> commit d7049184bb1481d99589b39bc20fe11f0543e7b1 Author: Dennis `stumbles` Veatch Date: Mon Aug 10 21:08:53 2009 -0400 socat: version bump, fixes a couple of bugs, some of which could crash socat under some circumstances --- net/socat/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/socat/DETAILS b/net/socat/DETAILS index 417a7c3..52b4012 100644 --- a/net/socat/DETAILS +++ b/net/socat/DETAILS @@ -1,11 +1,11 @@ MODULE=socat - VERSION=1.7.0.0 + VERSION=1.7.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.dest-unreach.org/$MODULE/download/ - SOURCE_VFY=sha1:6bb42bcb9a1d373ca254717e63ef901442e2ab5d + SOURCE_VFY=sha1:b88dea5d93f56b1e5465937c9756fe3e8bf8962d WEB_SITE=http://www.dest-unreach.org/$MODULE/ ENTERED=20070422 - UPDATED=20090109 + UPDATED=20090810 SHORT="SOcket CAT" cat << EOF From stumbles at lunar-linux.org Tue Aug 11 12:57:32 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 11 Aug 2009 06:57:32 -0400 Subject: [Lunar-commits] openbabel: version bump Message-ID: <20090811105855.280149B1F0@doppio.foo-projects.org> commit 0a6dba4626b9cf6808cc5247b94b29152e218eb5 Author: Dennis `stumbles` Veatch Date: Tue Aug 11 06:57:32 2009 -0400 openbabel: version bump --- science/openbabel/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/openbabel/DETAILS b/science/openbabel/DETAILS index 6164079..4fb2244 100644 --- a/science/openbabel/DETAILS +++ b/science/openbabel/DETAILS @@ -1,11 +1,11 @@ MODULE=openbabel - VERSION=2.2.1 + VERSION=2.2.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:736fc5b69851d72b58545c5ba8c2bbd361d64e46 + SOURCE_VFY=sha1:eff94c92f1f0e7e834874e2964056f538fa1574a WEB_SITE=http://openbabel.sourceforge.net/wiki/Main_Page ENTERED=20071027 - UPDATED=20090325 + UPDATED=20090811 SHORT="chemical toolbox" cat << EOF From stumbles at lunar-linux.org Tue Aug 11 13:14:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 11 Aug 2009 07:14:48 -0400 Subject: [Lunar-commits] wvstreams: version bump and needed to point it towards libdbus, else Message-ID: <20090811111623.E77089B1F0@doppio.foo-projects.org> commit 1628c24dc730d7010d65dcdeeaaba25328b45635 Author: Dennis `stumbles` Veatch Date: Tue Aug 11 07:14:48 2009 -0400 wvstreams: version bump and needed to point it towards libdbus, else make would fail not finding libdbus-1.a. --- net/wvstreams/BUILD | 2 ++ net/wvstreams/DETAILS | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net/wvstreams/BUILD b/net/wvstreams/BUILD index fdcfb77..2a72acf 100644 --- a/net/wvstreams/BUILD +++ b/net/wvstreams/BUILD @@ -2,6 +2,8 @@ export CFLAGS="$CFLAGS -fPIC" + export DBUS_LIBDIR="/usr/lib/" + if in_depends $MODULE qt3; then if module_installed qt3; then . /etc/profile.d/qt3.rc diff --git a/net/wvstreams/DETAILS b/net/wvstreams/DETAILS index 0e8ce1f..ce26445 100644 --- a/net/wvstreams/DETAILS +++ b/net/wvstreams/DETAILS @@ -1,13 +1,13 @@ MODULE=wvstreams - VERSION=4.5.1 + VERSION=4.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://$MODULE.googlecode.com/files/ - SOURCE_VFY=sha1:bd8c270cf831c54776e8d06bdd8dcf48b21917de + SOURCE_VFY=sha1:5ea10abdadcc9b3abe74cb3d429d63a5a55b71bc WEB_SITE="http://alumnit.ca/wiki/?page=WvStreams" ENTERED=20020425 - UPDATED=20090111 + UPDATED=20090810 SHORT="A networking C++ library" - +PSAFE=no cat << EOF WvStreams aims to be an efficient, secure, and easy-to-use library for doing network applications development. From florin at lunar-linux.org Tue Aug 11 16:50:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 11 Aug 2009 17:50:26 +0300 Subject: [Lunar-commits] sqlite: version bumped to 3.6.17. Message-ID: <20090811145136.F00879B1F0@doppio.foo-projects.org> commit 60854d818d7960359bcc8766ff2f4fb0083c5892 Author: Florin Braescu Date: Tue Aug 11 17:50:26 2009 +0300 sqlite: version bumped to 3.6.17. Changes: Expose the sqlite3_strnicmp() interface for use by extensions and applications. Remove the restriction on virtual tables and shared cache mode. Virtual tables and shared cache can now be used at the same time. Many code simplifications and obscure bug fixes in support of providing 100% branch test coverage. --- sql/sqlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index b71dd6d..96776c0 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.6.16 + VERSION=3.6.17 SOURCE=$MODULE-amalgamation-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:ef829429d1cd71cd7353e0c8fe47bc7304d698a8 + SOURCE_VFY=sha1:8de30d82f38012cb2fbee1c6a1be0d8615d483b2 WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20090628 + UPDATED=20090811 SHORT="An SQL engine in a C library" cat << EOF From florin at lunar-linux.org Tue Aug 11 17:01:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 11 Aug 2009 18:01:18 +0300 Subject: [Lunar-commits] ktorrent4: version bumped to 3.2.3. Message-ID: <20090811150137.19A029B1F0@doppio.foo-projects.org> commit 32dfb709d2bdef02f65fbf1aee0992c9dd13a2a1 Author: Florin Braescu Date: Tue Aug 11 18:01:18 2009 +0300 ktorrent4: version bumped to 3.2.3. Bugfixes release. --- kde4/extragear/ktorrent4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index ee4b127..a13f7c2 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.2.2 + MAJOR=3.2.3 VERSION=${MAJOR} SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:fa1b1877ade6ed601181ae889eef6ae53353259d + SOURCE_VFY=sha1:0fc456b8706df7105a4964f92f4a55d89f8009ec WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090602 + UPDATED=20090811 SHORT="BitTorrent client for KDE" cat << EOF From engelsman at lunar-linux.org Tue Aug 11 21:04:36 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Tue, 11 Aug 2009 21:04:36 +0200 Subject: [Lunar-commits] ImageMagick: updated sha1sum Message-ID: <20090811190459.12DAD9B1F0@doppio.foo-projects.org> commit 7d0ffb6598cc6d6cf1d3efc8775e3f84254045fa Author: Duncan Gibson Date: Tue Aug 11 21:04:36 2009 +0200 ImageMagick: updated sha1sum --- graphics/ImageMagick/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index 49a23f5..c4bf8c7 100644 --- a/graphics/ImageMagick/DETAILS +++ b/graphics/ImageMagick/DETAILS @@ -20,7 +20,7 @@ SOURCE_URL[12]=http://hpux.connect.org.uk/hppd/hpux/X11/Viewers SOURCE_URL[13]=ftp://ftp.fifi.org/pub/ImageMagick SOURCE_URL[14]=ftp://ftp.rge.com/pub/multimedia/imagemagick - SOURCE_VFY=sha1:d48953f049ba0385a9a5b8cfccfbe4a0b54b57b5 + SOURCE_VFY=sha1:87fd01d4399c8caba2f505c35618117b5296a1cc WEB_SITE=http://www.imagemagick.org ENTERED=20010922 UPDATED=20090810 From stumbles at lunar-linux.org Tue Aug 11 21:19:02 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 11 Aug 2009 15:19:02 -0400 Subject: [Lunar-commits] apache2: fixing UPDATED Message-ID: <20090811191922.D96B19B1F0@doppio.foo-projects.org> commit 13daa0f3c7f6c51052e851b76b150399e0c33418 Author: Dennis `stumbles` Veatch Date: Tue Aug 11 15:19:02 2009 -0400 apache2: fixing UPDATED --- web/apache2/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/apache2/DETAILS b/web/apache2/DETAILS index d566c32..9be3929 100644 --- a/web/apache2/DETAILS +++ b/web/apache2/DETAILS @@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION SOURCE_VFY=sha1:44d85da1b8e6c579d4514cfefbea00b284717b69 WEB_SITE=http://www.apache.org ENTERED=20020710 - UPDATED=200900809 + UPDATED=20090809 SHORT="A popular HTTP server" cat << EOF From stumbles at lunar-linux.org Tue Aug 11 21:28:19 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 11 Aug 2009 15:28:19 -0400 Subject: [Lunar-commits] midori: fixing UPDATED Message-ID: <20090811192839.878A49B1F0@doppio.foo-projects.org> commit c3ab079da4d58551b8d6600844106b3fd40da5fe Author: Dennis `stumbles` Veatch Date: Tue Aug 11 15:28:19 2009 -0400 midori: fixing UPDATED --- zbeta/midori/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 404a804..7d4f1e3 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -6,7 +6,7 @@ SOURCE_VFY=sha1:d54314f7e0e2714866e0e57dc55f142c2285757c WEBSITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20090902 + UPDATED=20090802 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF From stumbles at lunar-linux.org Tue Aug 11 21:30:51 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 11 Aug 2009 15:30:51 -0400 Subject: [Lunar-commits] midori: Missed this one. Message-ID: <20090811193104.F17769B1F0@doppio.foo-projects.org> commit 7ebb7bd3fe0f3ec1422e6937e7dbce37323e7d8f Author: Dennis `stumbles` Veatch Date: Tue Aug 11 15:30:51 2009 -0400 midori: Missed this one. --- zbeta/midori/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 7d4f1e3..8cbf6ae 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -4,7 +4,7 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR/ SOURCE_VFY=sha1:d54314f7e0e2714866e0e57dc55f142c2285757c - WEBSITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html + WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 UPDATED=20090802 SHORT="lightweight WebKit/Gtk+-2 based browser" From florin at lunar-linux.org Wed Aug 12 11:54:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 12 Aug 2009 12:54:30 +0300 Subject: [Lunar-commits] curl: version bumped to 7.19.6. Message-ID: <20090812095635.6A490F4314@doppio.foo-projects.org> commit 38d10f87d3e6f763165f56e526351d483d621e00 Author: Florin Braescu Date: Wed Aug 12 12:54:30 2009 +0300 curl: version bumped to 7.19.6. Mostly bugfixes. --- ftp/curl/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS index b788331..1298f6e 100644 --- a/ftp/curl/DETAILS +++ b/ftp/curl/DETAILS @@ -1,11 +1,11 @@ MODULE=curl - VERSION=7.19.5 + VERSION=7.19.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://curl.haxx.se/download - SOURCE_VFY=sha1:e9256f93f5a8c7f40a3c8696c2841a6c5c2b1bf7 + SOURCE_VFY=sha1:b7cb98c7a6577de7073d0b0c23eecdb8ed993e8e WEB_SITE=http://curl.haxx.se ENTERED=20010922 - UPDATED=20090518 + UPDATED=20090812 SHORT="Tool for transferring files using URL syntax" cat << EOF From stumbles at lunar-linux.org Wed Aug 12 14:19:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 08:19:56 -0400 Subject: [Lunar-commits] b43-fwcutter: version bump. Message-ID: <20090812122041.355E29B21A@doppio.foo-projects.org> commit be0338e2d0091efa71564b63bb0c24603a0d5fe4 Author: Dennis `stumbles` Veatch Date: Wed Aug 12 08:19:56 2009 -0400 b43-fwcutter: version bump. --- wifi/b43-fwcutter/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/b43-fwcutter/DETAILS b/wifi/b43-fwcutter/DETAILS index d3c7482..e63ef5e 100644 --- a/wifi/b43-fwcutter/DETAILS +++ b/wifi/b43-fwcutter/DETAILS @@ -1,13 +1,13 @@ MODULE=b43-fwcutter - VERSION=011 + VERSION=012 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://bu3sch.de/b43/fwcutter SOURCE_URL[1]=http://download.berlios.de/bcm43xx SOURCE_URL[2]=http://download2.berlios.de/bcm43xx - SOURCE_VFY=sha1:d8a7a6e9f8eb7d22bf79d2ac89b4fa8b13bcdcda + SOURCE_VFY=sha1:895e3ce111804c499fd2be735aa5c0d67627576a WEB_SITE=http://bcm43xx.berlios.de ENTERED=20090107 - UPDATED=20090107 + UPDATED=20090812 SHORT="A Broadcom 43xx driver for Linux" cat << EOF From stumbles at lunar-linux.org Wed Aug 12 14:20:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 08:20:17 -0400 Subject: [Lunar-commits] broadcom-wl: adding module. Message-ID: <20090812122041.42C559B21B@doppio.foo-projects.org> commit 28d70ed1b69c2049cff14b60b1355a858be55b8b Author: Dennis `stumbles` Veatch Date: Wed Aug 12 08:20:17 2009 -0400 broadcom-wl: adding module. --- wifi/broadcom-wl/BUILD | 11 +++++++++++ wifi/broadcom-wl/DEPENDS | 1 + wifi/broadcom-wl/DETAILS | 14 ++++++++++++++ 3 files changed, 26 insertions(+), 0 deletions(-) diff --git a/wifi/broadcom-wl/BUILD b/wifi/broadcom-wl/BUILD new file mode 100644 index 0000000..28837a0 --- /dev/null +++ b/wifi/broadcom-wl/BUILD @@ -0,0 +1,11 @@ +( + + FIRMWARE_INSTALL_DIR="/lib/firmware/" + + prepare_install && + mkdir -p $FIRMWARE_INSTALL_DIR && + + cd driver && + b43-fwcutter -w $FIRMWARE_INSTALL_DIR wl_apsta_mimo.o + +) > $C_FIFO 2>&1 diff --git a/wifi/broadcom-wl/DEPENDS b/wifi/broadcom-wl/DEPENDS new file mode 100644 index 0000000..8847b15 --- /dev/null +++ b/wifi/broadcom-wl/DEPENDS @@ -0,0 +1 @@ +depends b43-fwcutter diff --git a/wifi/broadcom-wl/DETAILS b/wifi/broadcom-wl/DETAILS new file mode 100644 index 0000000..250aa3f --- /dev/null +++ b/wifi/broadcom-wl/DETAILS @@ -0,0 +1,14 @@ + MODULE=broadcom-wl + VERSION=4.150.10.5 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://mirror2.openwrt.org/sources/ + SOURCE_VFY=sha1:2dc21875dae79113b31d1dd16179ab3431d0f0ae + WEB_SITE=http://linuxwireless.org/en/users/Drivers/b43#b43_and_b43legacy + ENTERED=20090812 + UPDATED=20090812 + SHORT="Firmware for broadcom" +cat << EOF +The b43 drivers (bcm43xx in mainline kernels, b43 and b43legacy in wireless-2.6 +and 2.6.24 and later) are drivers for the 802.11 B/G family of wireless chips +Broadcom produces. +EOF From stumbles at lunar-linux.org Wed Aug 12 19:41:20 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 13:41:20 -0400 Subject: [Lunar-commits] konversation4: version bump. Message-ID: <20090812174140.7FDEC9B21B@doppio.foo-projects.org> commit 5d34208f749472e12621f6b7605856505ea6b1d3 Author: Dennis `stumbles` Veatch Date: Wed Aug 12 13:41:20 2009 -0400 konversation4: version bump. --- zbeta/konversation4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/konversation4/DETAILS b/zbeta/konversation4/DETAILS index af3013a..7432f09 100644 --- a/zbeta/konversation4/DETAILS +++ b/zbeta/konversation4/DETAILS @@ -1,13 +1,13 @@ MODULE=konversation4 - VERSION=1.2-alpha4 + VERSION=1.2-alpha6 SOURCE=konversation-$VERSION.tar.bz2 SOURCE_URL=http://download.berlios.de/konversation/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/konversation-$VERSION - SOURCE_VFY=sha1:fa2622890061fc2c18672cedfd2a378f0dc3d5f9 + SOURCE_VFY=sha1:f6c606dd8c3537d77a8cdbf5a5adfcf97c71f4b5 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://konversation.kde.org/ ENTERED=20090329 - UPDATED=20090706 + UPDATED=20090812 SHORT="a kde4 irc chat program" cat << EOF From stumbles at lunar-linux.org Wed Aug 12 21:30:30 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 15:30:30 -0400 Subject: [Lunar-commits] libusb-compat: Adding module. It is a compatibility layer for the legacy Message-ID: <20090812193459.4420B9B21B@doppio.foo-projects.org> commit c158c1570740d715951e0a04091b3e88444f5aeb Author: Dennis `stumbles` Veatch Date: Wed Aug 12 15:30:30 2009 -0400 libusb-compat: Adding module. It is a compatibility layer for the legacy libusb (0.1.x series). --- libs/libusb-compat/DEPENDS | 1 + libs/libusb-compat/DETAILS | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/libs/libusb-compat/DEPENDS b/libs/libusb-compat/DEPENDS new file mode 100644 index 0000000..5487d07 --- /dev/null +++ b/libs/libusb-compat/DEPENDS @@ -0,0 +1 @@ +depends libusb diff --git a/libs/libusb-compat/DETAILS b/libs/libusb-compat/DETAILS new file mode 100644 index 0000000..949d978 --- /dev/null +++ b/libs/libusb-compat/DETAILS @@ -0,0 +1,24 @@ + MODULE=libusb-compat + MAJOR=0.1 + MINOR=3 + VERSION=$MAJOR.$MINOR + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/libusb/$MODULE-$MAJOR/$MODULE-$VERSION + SOURCE_VFY=sha1:d5710d5bc4b67c5344e779475b76168c7ccc5e69 + WEB_SITE=http://www.libusb.org/wiki/LibusbCompat0.1 + ENTERED=20090812 + UPDATED=20090812 + SHORT="a compatibility layer for the old libusb." + +cat << EOF +libusb-compat-0.1 is a replacement for libusb-0.1. However, instead of being an +actual implementation, libusb-0.1 is more of a compatibility layer (or wrapper) +which just converts libusb-0.1 calls into their libusb-1.0 equivalents. + +It aims to look, feel and behave exactly like libusb-0.1. As it is a +replacement, you cannot install it alongside libusb-0.1 on the same system. + +As the compatibility layer implements the exact same ABI and API, no +modifications to existing libusb-0.1-based applications are needed. You do not +even have to recompile them. This compatibility layer is a drop-in replacement. +EOF From stumbles at lunar-linux.org Wed Aug 12 21:32:44 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 15:32:44 -0400 Subject: [Lunar-commits] libusb: Bumping this to the current stable branch. This requires the recently Message-ID: <20090812193459.52FF99B21C@doppio.foo-projects.org> commit 0f5b469f8310bed9eab28b195dc0a24f20f9fd12 Author: Dennis `stumbles` Veatch Date: Wed Aug 12 15:32:44 2009 -0400 libusb: Bumping this to the current stable branch. This requires the recently adding module; libusb-compat, which is just a wrapper. A lunar fix found no issues, and I relined udev, dbus, libgphoto2, usbutils and some others without a problem. --- libs/libusb/BUILD | 7 ------- libs/libusb/DETAILS | 14 ++++++++------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/libs/libusb/BUILD b/libs/libusb/BUILD deleted file mode 100644 index d4b2eda..0000000 --- a/libs/libusb/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - OPTS="$OPTS --disable-build-docs --disable-debug" - - default_build - -) > $C_FIFO 2>&1 diff --git a/libs/libusb/DETAILS b/libs/libusb/DETAILS index 51295ea..7a0fcdb 100644 --- a/libs/libusb/DETAILS +++ b/libs/libusb/DETAILS @@ -1,14 +1,16 @@ MODULE=libusb - VERSION=0.1.12 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:599a5168590f66bc6f1f9a299579fd8500614807 + MAJOR=1.0 + MINOR=2 + VERSION=$MAJOR.$MINOR + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE-$MAJOR/$VERSION/ + SOURCE_VFY=sha1:704a964bbdf5173a9eaedba2ccc486184652c2de WEB_SITE=http://libusb.sourceforge.net/ ENTERED=20021008 - UPDATED=20060306 + UPDATED=20090812 SHORT="A generic USB layer library" -cat < httrack: version bump. Message-ID: <20090812234449.6DB519B21B@doppio.foo-projects.org> commit 3a37dd9319cf969b47e1b7ef7ff4cd2b48d32d35 Author: Dennis `stumbles` Veatch Date: Wed Aug 12 19:44:30 2009 -0400 httrack: version bump. --- web/httrack/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/httrack/DETAILS b/web/httrack/DETAILS index a99287d..9840d88 100644 --- a/web/httrack/DETAILS +++ b/web/httrack/DETAILS @@ -1,12 +1,12 @@ MODULE=httrack - VERSION=3.43-5 + VERSION=3.43-7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.httrack.com/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.43.5 - SOURCE_VFY=sha1:5370101b3c6068f78c867d2110c3389d2621fcb4 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.43.7 + SOURCE_VFY=sha1:a697ffd54a5a0edd3bd9103a6e6998157086e40e WEB_SITE=http://www.httrack.com/page/1/en/index.html ENTERED=20090503 - UPDATED=20090610 + UPDATED=20090812 SHORT="download a Web site from the Internet to a local directory" PSAFE=no From stumbles at lunar-linux.org Thu Aug 13 02:08:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 20:08:17 -0400 Subject: [Lunar-commits] icu4c: Version bump with some but not all listed changes; Message-ID: <20090813001027.502969B21B@doppio.foo-projects.org> commit c06bc1157643c305d427649a2277fab1343ba9f4 Author: Dennis `stumbles` Veatch Date: Wed Aug 12 20:08:17 2009 -0400 icu4c: Version bump with some but not all listed changes; Unicode spoof (confusable) detection (UTS#39) Number system support and the number keyword. Number system override in DateFormat BCP47 (language tag) / Locale transformation BCP47 mapping of LDML keywords Encoding selector: Return a list of charsets that can handle the input text Simple duration: Implementation of CLDR duration format Available/Preferred keywords for a locale (Calendar, Collation, and Currency) Miscellaneous Arabic shaping enhancements UTF-8 friendly internal data structure for Unicode data lookup API to get CLDR version used by ICU ISCII charset converter updates (added Gurumukhi, other updates) --- i18n/icu4c/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/icu4c/DETAILS b/i18n/icu4c/DETAILS index b6624b2..01e3ad1 100644 --- a/i18n/icu4c/DETAILS +++ b/i18n/icu4c/DETAILS @@ -1,12 +1,12 @@ MODULE=icu4c - VERSION=4_2_0_1 + VERSION=4_2_1 SOURCE=$MODULE-$VERSION-src.tgz - SOURCE_URL=http://download.icu-project.org/files/icu4c/4.2.0.1/ + SOURCE_URL=http://download.icu-project.org/files/icu4c/4.2.1/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/icu/source - SOURCE_VFY=sha1:8c4ec951661542a6272c5d6dd15336d720a23533 + SOURCE_VFY=sha1:872a77fca51325ab0b335cbbadc1739576078434 WEB_SITE=http://icu-project.org/ ENTERED=20081025 - UPDATED=20090616 + UPDATED=20090812 SHORT="provides Unicode and Globalization support for software applications" cat << EOF From stumbles at lunar-linux.org Thu Aug 13 02:35:11 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 12 Aug 2009 20:35:11 -0400 Subject: [Lunar-commits] dia: version bump. Message-ID: <20090813003532.780169B21B@doppio.foo-projects.org> commit a39f0a46d15abafaa0d597384e6a1054318424b3 Author: Dennis `stumbles` Veatch Date: Wed Aug 12 20:35:11 2009 -0400 dia: version bump. --- x11-apps/dia/BUILD | 3 +-- x11-apps/dia/DEPENDS | 4 +++- x11-apps/dia/DETAILS | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/x11-apps/dia/BUILD b/x11-apps/dia/BUILD index a71c1b9..46d1a5a 100644 --- a/x11-apps/dia/BUILD +++ b/x11-apps/dia/BUILD @@ -2,8 +2,7 @@ export LIBART_CONFIG=/usr/bin/libart2-config - OPTS="$OPTS --with-python \ - --disable-db2html" && + OPTS="$OPTS --with-python --enable-debug=no --disable-db2html" default_build diff --git a/x11-apps/dia/DEPENDS b/x11-apps/dia/DEPENDS index c12548c..a5d2ae2 100644 --- a/x11-apps/dia/DEPENDS +++ b/x11-apps/dia/DEPENDS @@ -4,4 +4,6 @@ depends gtk+-2 depends libart_lgpl depends pygtk -optional_depends "libgnomeui" "--enable-gnome" "" "for GNOME support" +optional_depends "libgnomeui" "--enable-gnome" "" "for GNOME support" +optional_depends "swig" "--with-swig" "--without-swig" "for swig binding support" +optional_depends "cairo" "--with-cairo" "--without-cairo" "for vector graphics support" diff --git a/x11-apps/dia/DETAILS b/x11-apps/dia/DETAILS index 975b661..50e2904 100644 --- a/x11-apps/dia/DETAILS +++ b/x11-apps/dia/DETAILS @@ -1,11 +1,11 @@ MODULE=dia - VERSION=0.96.1 + VERSION=0.97 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/0.96/ - SOURCE_VFY=sha1:e3d8f16f50dbbd03c1ce0235dba28c3e9612bb6e + SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION/ + SOURCE_VFY=sha1:1c5a727e9e4f59b823a4616fc881055006eb8b96 WEB_SITE=http://live.gnome.org/Dia ENTERED=20010922 - UPDATED=20070620 + UPDATED=20090812 SHORT="program for creating diagrams of all kinds" cat << EOF From florin at lunar-linux.org Thu Aug 13 07:37:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 08:37:07 +0300 Subject: [Lunar-commits] vsftpd: version bumped to 2.2.0. Message-ID: <20090813053739.782A99B21B@doppio.foo-projects.org> commit 562297fdfd393f0b587f44b7555612179a74a499 Author: Florin Braescu Date: Thu Aug 13 08:37:07 2009 +0300 vsftpd: version bumped to 2.2.0. Bugfixes and improvements. --- ftp/vsftpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/vsftpd/DETAILS b/ftp/vsftpd/DETAILS index bb4be66..7ba829c 100644 --- a/ftp/vsftpd/DETAILS +++ b/ftp/vsftpd/DETAILS @@ -1,11 +1,11 @@ MODULE=vsftpd - VERSION=2.1.2 + VERSION=2.2.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://vsftpd.beasts.org/users/cevans - SOURCE_VFY=sha1:dc67e28dd23808c0824105d24a8e426515496dfa + SOURCE_VFY=sha1:7833b498e7f2c1c278fe7a365519a34d25974c60 WEB_SITE=http://vsftpd.beasts.org ENTERED=20021109 - UPDATED=20090530 + UPDATED=20090813 SHORT="Secure and fast FTP server" USE_WRAPPERS=no From florin at lunar-linux.org Thu Aug 13 08:59:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 09:59:44 +0300 Subject: [Lunar-commits] usbutils: it depends now on libusb-compat instead of libusb. Message-ID: <20090813070020.AFEB49B21B@doppio.foo-projects.org> commit f6f23dff3b396c37833a7bd2bc11a77e8fc7de2a Author: Florin Braescu Date: Thu Aug 13 09:59:44 2009 +0300 usbutils: it depends now on libusb-compat instead of libusb. --- utils/usbutils/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/usbutils/DEPENDS b/utils/usbutils/DEPENDS index 2fad8d7..bf0c579 100644 --- a/utils/usbutils/DEPENDS +++ b/utils/usbutils/DEPENDS @@ -1 +1 @@ -depends libusb +depends libusb-compat From florin at lunar-linux.org Thu Aug 13 09:17:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 10:17:29 +0300 Subject: [Lunar-commits] hal: remove the optional depend on libusb. it depends on usbutils anyway. Message-ID: <20090813071811.290C99B21B@doppio.foo-projects.org> commit fe735c3462a7a96e2f0e044912bcd384c84ee429 Author: Florin Braescu Date: Thu Aug 13 10:17:29 2009 +0300 hal: remove the optional depend on libusb. it depends on usbutils anyway. --- devel/hal/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/devel/hal/DEPENDS b/devel/hal/DEPENDS index b8e0ae9..71d22be 100644 --- a/devel/hal/DEPENDS +++ b/devel/hal/DEPENDS @@ -3,7 +3,6 @@ depends XML-Parser depends usbutils depends dbus-glib -optional_depends "libusb" "" "" "for USB support" optional_depends "dmidecode" "" "" "for DMI (SMBIOS) support" optional_depends "gtk-doc" \ From stumbles at lunar-linux.org Thu Aug 13 13:16:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 13 Aug 2009 07:16:48 -0400 Subject: [Lunar-commits] motion: version bump. Message-ID: <20090813111702.CC3BE9B21C@doppio.foo-projects.org> commit 919ad347594f3a1f7158fb0b0252d9a91cc95336 Author: Dennis `stumbles` Veatch Date: Thu Aug 13 07:16:48 2009 -0400 motion: version bump. --- video/motion/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/motion/DETAILS b/video/motion/DETAILS index 1c1fcaa..add96ba 100644 --- a/video/motion/DETAILS +++ b/video/motion/DETAILS @@ -1,11 +1,11 @@ MODULE=motion - VERSION=3.2.10.1 + VERSION=3.2.11.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/motion - SOURCE_VFY=sha1:57cd8c5bdcf7c4d49e46fa3201630a018e67dcca + SOURCE_VFY=sha1:6e7acea3b27a9e24301e57e066ad5603d41598b2 WEB_SITE=http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome ENTERED=20060110 - UPDATED=20080814 + UPDATED=20090813 SHORT="Detect movement in a video stream, webcam, etc." cat << EOF Motion is a console application that can monitor any v4l device for From stumbles at lunar-linux.org Thu Aug 13 13:32:46 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 13 Aug 2009 07:32:46 -0400 Subject: [Lunar-commits] gpac: Just another -fPIC twiddle here. Message-ID: <20090813113336.8AF859B21C@doppio.foo-projects.org> commit c7a17b8d859826a4bae4688689d16e69ad4825cb Author: Dennis `stumbles` Veatch Date: Thu Aug 13 07:32:46 2009 -0400 gpac: Just another -fPIC twiddle here. --- video/gpac/BUILD.x86_64 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/video/gpac/BUILD.x86_64 b/video/gpac/BUILD.x86_64 index e90ac2e..5b9493c 100644 --- a/video/gpac/BUILD.x86_64 +++ b/video/gpac/BUILD.x86_64 @@ -2,6 +2,8 @@ chmod +x configure && + CFLAGS="-fPIC" + OPTS="$OPTS --mozdir=/opt/lunar/plugins --cpu=$CPU --extra-cflags=-fPIC" default_build && From florin at lunar-linux.org Thu Aug 13 13:43:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 14:43:48 +0300 Subject: [Lunar-commits] piklab: it depends on libusb-compat instead of libusb. Message-ID: <20090813120116.696949B21C@doppio.foo-projects.org> commit 5a060a56f6b09f87a7ca891be412a1dcef8879d6 Author: Florin Braescu Date: Thu Aug 13 14:43:48 2009 +0300 piklab: it depends on libusb-compat instead of libusb. --- kde3/apps/piklab/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde3/apps/piklab/DEPENDS b/kde3/apps/piklab/DEPENDS index 6b93fb2..1a52f8a 100644 --- a/kde3/apps/piklab/DEPENDS +++ b/kde3/apps/piklab/DEPENDS @@ -1,4 +1,4 @@ -depends libusb +depends libusb-compat depends readline depends gputils From florin at lunar-linux.org Thu Aug 13 14:01:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:01:31 +0300 Subject: [Lunar-commits] usb_pickit: use libusb-compat instead libusb in depends file. Message-ID: <20090813120203.C7BF49B21C@doppio.foo-projects.org> commit dc5bd550af0e1cc9f3365f57e19293c649818bba Author: Florin Braescu Date: Thu Aug 13 15:01:31 2009 +0300 usb_pickit: use libusb-compat instead libusb in depends file. --- science/usb_pickit/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/usb_pickit/DEPENDS b/science/usb_pickit/DEPENDS index 5487d07..3fb2769 100644 --- a/science/usb_pickit/DEPENDS +++ b/science/usb_pickit/DEPENDS @@ -1 +1 @@ -depends libusb +depends libusb-compat From stumbles at lunar-linux.org Thu Aug 13 14:01:33 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 13 Aug 2009 08:01:33 -0400 Subject: [Lunar-commits] x264-snapshot: version bump. ffmpeg and vlc compiled fine with it on Message-ID: <20090813120214.089949B21C@doppio.foo-projects.org> commit 2b7cdab46c9eaa396f520b0281ec9811f876d458 Author: Dennis `stumbles` Veatch Date: Thu Aug 13 08:01:33 2009 -0400 x264-snapshot: version bump. ffmpeg and vlc compiled fine with it on x86_64. --- zbeta/x264-snapshot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/x264-snapshot/DETAILS b/zbeta/x264-snapshot/DETAILS index d589e22..cd3192a 100644 --- a/zbeta/x264-snapshot/DETAILS +++ b/zbeta/x264-snapshot/DETAILS @@ -1,11 +1,11 @@ MODULE=x264-snapshot - VERSION=20090310-2245 + VERSION=20090812-2245 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ - SOURCE_VFY=sha1:88357409dea7366ff09c5f1dd089006a91bc6950 + SOURCE_VFY=sha1:24e9e9b50a46372fa08a864f5693e22ffa5c5480 WEB_SITE=http://www.videolan.org/developers/x264.html ENTERED=20080928 - UPDATED=20090311 + UPDATED=20090813 SHORT="library for encoding H264/AVC video streams" cat << EOF From florin at lunar-linux.org Thu Aug 13 14:02:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:02:31 +0300 Subject: [Lunar-commits] libftdi: use libusb-compat instead of libusb in depends file. Message-ID: <20090813120311.958229B21C@doppio.foo-projects.org> commit 6b293ad58184d59d479c27c2f245cf2b41dbbf63 Author: Florin Braescu Date: Thu Aug 13 15:02:31 2009 +0300 libftdi: use libusb-compat instead of libusb in depends file. --- science/libftdi/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/science/libftdi/DEPENDS b/science/libftdi/DEPENDS index 5487d07..3fb2769 100644 --- a/science/libftdi/DEPENDS +++ b/science/libftdi/DEPENDS @@ -1 +1 @@ -depends libusb +depends libusb-compat From florin at lunar-linux.org Thu Aug 13 14:11:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:11:42 +0300 Subject: [Lunar-commits] kdebase4-workspace: use libusb-compat instead of libusb in depends file. Message-ID: <20090813121218.3FD799B21C@doppio.foo-projects.org> commit 89c53a76c864a9e3602f02b3a5fd16441fd36258 Author: Florin Braescu Date: Thu Aug 13 15:11:42 2009 +0300 kdebase4-workspace: use libusb-compat instead of libusb in depends file. --- kde4/base/kdebase4-workspace/DEPENDS | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kde4/base/kdebase4-workspace/DEPENDS b/kde4/base/kdebase4-workspace/DEPENDS index 905ef56..b1941c0 100644 --- a/kde4/base/kdebase4-workspace/DEPENDS +++ b/kde4/base/kdebase4-workspace/DEPENDS @@ -4,18 +4,20 @@ depends kdelibs4-experimental optional_depends "libxklavier" "" "" "for advanced keyboard controls" optional_depends "glib-2" "" "" "required for keyboard switching" -optional_depends "libusb" "" "" "for Logitech Mouse support" +optional_depends "libusb-compat" "" "" "for Logitech Mouse support" optional_depends "%BLUETOOTH" "" "" "for bluetooth support within KDE4" optional_depends "libraw1394" "" "" "for firewire support" optional_depends "Linux-PAM" "-DKDE4_COMMON_PAM_SERVICE=kde4 \ - -DKDE4_KDM_PAM_SERVICE=kde4" \ + -DKDE4_KDM_PAM_SERVICE=kde4" \ "" "for PAM support" + optional_depends "shadow" "" "" "for shadow password support" optional_depends "libcaptury" "" "" "for GL video support" optional_depends "lm_sensors" "" "" "for system sensors support" optional_depends "libXScrnSaver" "" "" "for screensaver support" optional_depends "qedje" "" "" "for declarative language support" -optional_depends "google-gadgets-for-linux" "" "" "for google gadget support" optional_depends "polkit-qt" "" "" "For policy kit support" + +optional_depends "google-gadgets-for-linux" "" "" "for google gadget support" From florin at lunar-linux.org Thu Aug 13 14:14:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:14:29 +0300 Subject: [Lunar-commits] asterisk: use libusb-compat instead of libusb in the depends file. Message-ID: <20090813121455.9C5459B21C@doppio.foo-projects.org> commit a10a3a7eba94091a60736759ba87c0077cc6b79e Author: Florin Braescu Date: Thu Aug 13 15:14:29 2009 +0300 asterisk: use libusb-compat instead of libusb in the depends file. --- net/asterisk/DEPENDS | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/net/asterisk/DEPENDS b/net/asterisk/DEPENDS index 754e4d3..1a1fa6f 100644 --- a/net/asterisk/DEPENDS +++ b/net/asterisk/DEPENDS @@ -13,7 +13,6 @@ optional_depends openldap "" "--without-ldap" "for ldap support" optional_depends net-snmp "" "--without-netsnmp" "for Net-SNMP support" optional_depends sqlite "" "--without-sqlite" "for sqlite support" optional_depends freetds "" "--without-tds" "for tabular data stream support" -optional_depends libusb "" "--without-usb" "for usb device support" optional_depends SDL "" "--without-sdl" "for SDL support" optional_depends SDL_image "" "--without-SDL_image" "for SDL image support" optional_depends lua "" "--without-lua" "for lua scripting support" @@ -24,3 +23,8 @@ optional_depends zlib "" "--without-zlib" "for lossless data compr optional_depends libvorbis "" "--without-vorbis" "for lossy audio support" optional_depends alsa-lib "" "--without-asound" "for alsa sound support" optional_depends imap "" "--without-imap" "for IMAP4 protocol support" + +optional_depends libusb-compat \ + "" \ + "--without-usb" \ + "for usb device support" From florin at lunar-linux.org Thu Aug 13 14:16:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:16:26 +0300 Subject: [Lunar-commits] sane-backends: use libusb-compat instead of libusb in the depends file. Message-ID: <20090813121650.94DF09B21C@doppio.foo-projects.org> commit 9c785f5945bcd5d4beaed6802cc30f89c61bf7b8 Author: Florin Braescu Date: Thu Aug 13 15:16:26 2009 +0300 sane-backends: use libusb-compat instead of libusb in the depends file. --- graphics/sane-backends/DEPENDS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/sane-backends/DEPENDS b/graphics/sane-backends/DEPENDS index fd7324a..4e15544 100644 --- a/graphics/sane-backends/DEPENDS +++ b/graphics/sane-backends/DEPENDS @@ -1,7 +1,7 @@ depends jpeg -optional_depends avahi "--enable-avahi" "--disable-avahi" "for service discovery support" -optional_depends gphoto2 "--with-gphoto2" "--without-gphoto2" "for gphoto2 support" +optional_depends avahi "--enable-avahi" "--disable-avahi" "for service discovery support" +optional_depends gphoto2 "--with-gphoto2" "--without-gphoto2" "for gphoto2 support" -optional_depends libusb "" "" "for usb scanners" -optional_depends libieee1284 "" "" "for parallel port support" +optional_depends libusb-compat "" "" "for usb scanners" +optional_depends libieee1284 "" "" "for parallel port support" From florin at lunar-linux.org Thu Aug 13 14:17:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:17:32 +0300 Subject: [Lunar-commits] libgphoto2: use libusb-compat instead of libusb in the depends file. Message-ID: <20090813121755.885DC9B21C@doppio.foo-projects.org> commit 3a648abbb1c79ef74824d6dcef8acf948821dedf Author: Florin Braescu Date: Thu Aug 13 15:17:32 2009 +0300 libgphoto2: use libusb-compat instead of libusb in the depends file. --- graphics/libgphoto2/DEPENDS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/libgphoto2/DEPENDS b/graphics/libgphoto2/DEPENDS index d7c2b59..8ed4317 100644 --- a/graphics/libgphoto2/DEPENDS +++ b/graphics/libgphoto2/DEPENDS @@ -1,2 +1,2 @@ -optional_depends "libusb" "" "" "For usb camera support" -optional_depends "libexif" "" "" "For EXIF tag support" +optional_depends "libusb-compat" "" "" "For usb camera support" +optional_depends "libexif" "" "" "For EXIF tag support" From florin at lunar-linux.org Thu Aug 13 14:19:39 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:19:39 +0300 Subject: [Lunar-commits] libifp: use libusb-compat instead of libusb in the depends file. Message-ID: <20090813122006.65D989B21C@doppio.foo-projects.org> commit c7cc3dacab88f60ad5c6f141bdcf7753f04d3a8f Author: Florin Braescu Date: Thu Aug 13 15:19:39 2009 +0300 libifp: use libusb-compat instead of libusb in the depends file. --- audio/libifp/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/libifp/DEPENDS b/audio/libifp/DEPENDS index 5487d07..3fb2769 100644 --- a/audio/libifp/DEPENDS +++ b/audio/libifp/DEPENDS @@ -1 +1 @@ -depends libusb +depends libusb-compat From florin at lunar-linux.org Thu Aug 13 14:22:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:22:18 +0300 Subject: [Lunar-commits] ifp-line: use libusb-compat instead of libusb. Message-ID: <20090813122238.8870F9B21C@doppio.foo-projects.org> commit a162857b189ca9f60f2c14b9eab28c89a4ce157c Author: Florin Braescu Date: Thu Aug 13 15:22:18 2009 +0300 ifp-line: use libusb-compat instead of libusb. --- utils/ifp-line/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/ifp-line/DEPENDS b/utils/ifp-line/DEPENDS index 7bea6bc..d65b574 100644 --- a/utils/ifp-line/DEPENDS +++ b/utils/ifp-line/DEPENDS @@ -1,3 +1,3 @@ -depends libusb && +depends libusb-compat optional_depends "mc" "" "" "use mc for file transfers" From florin at lunar-linux.org Thu Aug 13 14:28:56 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:28:56 +0300 Subject: [Lunar-commits] pilot-link, libipc: use libusb-compat instead of libusb. Message-ID: <20090813123202.1E4E09B21C@doppio.foo-projects.org> commit 9f0fb03e7b91e48f2c9e8f96be1bbb2335cc1093 Author: Florin Braescu Date: Thu Aug 13 15:28:56 2009 +0300 pilot-link, libipc: use libusb-compat instead of libusb. --- utils/pilot-link/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/pilot-link/DEPENDS b/utils/pilot-link/DEPENDS index ec1efa9..58b5a78 100644 --- a/utils/pilot-link/DEPENDS +++ b/utils/pilot-link/DEPENDS @@ -1,5 +1,4 @@ optional_depends "popt" "" "--with-included-popt" "defaults to system popt" -optional_depends "libusb" "--enable-libusb" "--disable_libusb" "Enables faster syncing" optional_depends "libpng" "--with-libpng=/usr" "--without-libpng" "Enables PNG userland support" optional_depends "Python" "--with-python" "--without-python" "for Python scripting support" optional_depends "perl" "--with-perl" "--without-perl" "for perl scripting support" @@ -9,3 +8,5 @@ optional_depends "tcl" "--with-tcl=/usr/lib --with-tclinclude=/usr/incl optional_depends "%BLUETOOTH" "--with-bluez" "--without-bluez" "for bluetooth support" optional_depends "%JAVA_SDK" "--with-java=$JAVA_HOME" "--without-java" "for java support" + +optional_depends "libusb-compat" "--enable-libusb" "--disable_libusb" "Enables faster syncing" From florin at lunar-linux.org Thu Aug 13 14:32:14 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:32:14 +0300 Subject: [Lunar-commits] libipc: use libusb-compat instead of libusb. Message-ID: <20090813123231.BD2789B21C@doppio.foo-projects.org> commit b8a9f6fb4e473ea5fcd9a47b53ca67de8e921405 Author: Florin Braescu Date: Thu Aug 13 15:32:14 2009 +0300 libipc: use libusb-compat instead of libusb. --- libs/libipc/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libipc/DEPENDS b/libs/libipc/DEPENDS index 5487d07..3fb2769 100644 --- a/libs/libipc/DEPENDS +++ b/libs/libipc/DEPENDS @@ -1 +1 @@ -depends libusb +depends libusb-compat From florin at lunar-linux.org Thu Aug 13 14:33:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:33:48 +0300 Subject: [Lunar-commits] koffice4: version bumped to 2.0.2. Message-ID: <20090813123401.CBD299B21C@doppio.foo-projects.org> commit 1a23be4db303549add59008698b79d8c4b1cc795 Author: Florin Braescu Date: Thu Aug 13 15:33:48 2009 +0300 koffice4: version bumped to 2.0.2. --- kde4/apps/koffice4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/koffice4/DETAILS b/kde4/apps/koffice4/DETAILS index bfa68d4..4becbb3 100644 --- a/kde4/apps/koffice4/DETAILS +++ b/kde4/apps/koffice4/DETAILS @@ -1,13 +1,13 @@ MODULE=koffice4 - VERSION=2.0.1 + VERSION=2.0.2 SOURCE=koffice-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/koffice-$VERSION SOURCE_URL=$KDE_URL/stable/koffice-$VERSION/src - SOURCE_VFY=sha1:2172611dd9d79f8d7abed41677f299bb14ab0135 + SOURCE_VFY=sha1:4f622144c913c58324b071d415d5de42a3836b59 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080718 - UPDATED=20090701 + UPDATED=20090813 SHORT="" PSAFE=no From florin at lunar-linux.org Thu Aug 13 14:34:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:34:34 +0300 Subject: [Lunar-commits] libnjb: use libusb-compat instead of libusb. Message-ID: <20090813123501.6B0A99B21C@doppio.foo-projects.org> commit 47f0803ce885b5911985c7bab11db1999b393880 Author: Florin Braescu Date: Thu Aug 13 15:34:34 2009 +0300 libnjb: use libusb-compat instead of libusb. --- libs/libnjb/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libnjb/DEPENDS b/libs/libnjb/DEPENDS index 5487d07..3fb2769 100644 --- a/libs/libnjb/DEPENDS +++ b/libs/libnjb/DEPENDS @@ -1 +1 @@ -depends libusb +depends libusb-compat From florin at lunar-linux.org Thu Aug 13 14:36:14 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:36:14 +0300 Subject: [Lunar-commits] hplip: use libusb-compat instead of libusb. Message-ID: <20090813123631.2C83E9B21C@doppio.foo-projects.org> commit 2b86d3f9ea7bdf37bc98fae5095e47a5f6470bc9 Author: Florin Braescu Date: Thu Aug 13 15:36:14 2009 +0300 hplip: use libusb-compat instead of libusb. --- printer/hplip/DEPENDS | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS index f6a90ec..f823e32 100644 --- a/printer/hplip/DEPENDS +++ b/printer/hplip/DEPENDS @@ -1,28 +1,28 @@ depends jpeg depends cups -depends libusb +depends libusb-compat -optional_depends "sane-backends" \ - "--enable-scan-build" \ - "--disable-scan-build" \ +optional_depends "sane-backends" \ + "--enable-scan-build" \ + "--disable-scan-build" \ "for builtin scanner support" -optional_depends "PyQt" \ - "--enable-qt3" \ - "--disable-qt3" \ +optional_depends "PyQt" \ + "--enable-qt3" \ + "--disable-qt3" \ "for HP gui support" -optional_depends "PyQt4" \ - "--enable-qt4" \ - "--disable-qt4" \ +optional_depends "PyQt4" \ + "--enable-qt4" \ + "--disable-qt4" \ "for HP Qt4 GUI Support" -optional_depends "reportlab" \ - "" \ - "" \ +optional_depends "reportlab" \ + "" \ + "" \ "for PDF and Fax cover page support" -optional_depends "net-snmp" \ - "--enable-network-build" \ - "--disable-network-build" \ +optional_depends "net-snmp" \ + "--enable-network-build" \ + "--disable-network-build" \ "for network printing support" From florin at lunar-linux.org Thu Aug 13 14:39:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 15:39:32 +0300 Subject: [Lunar-commits] bluez: remove the libusb depend. it depends on hal anyway (-> usbutils -> libusb-compat). Message-ID: <20090813124031.5F3BD9B21C@doppio.foo-projects.org> commit c1eb0d966ec4a4fcbe8e75df417fc66ce10f7afe Author: Florin Braescu Date: Thu Aug 13 15:39:32 2009 +0300 bluez: remove the libusb depend. it depends on hal anyway (-> usbutils -> libusb-compat). --- bluetooth/bluez/DEPENDS | 20 ++++++++------------ 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS index 4d9fad8..cdb1436 100644 --- a/bluetooth/bluez/DEPENDS +++ b/bluetooth/bluez/DEPENDS @@ -2,22 +2,18 @@ depends dbus-glib depends hal depends gstreamer-10 -optional_depends "libnl" "--enable-netlink" \ - "--disable-netlink" \ +optional_depends "libnl" "--enable-netlink" \ + "--disable-netlink" \ "for NETLINK support " -optional_depends "libusb" "--enable-usb" \ - "--disable-usb" \ - "to enable usb" - -optional_depends "alsa-lib" "--enable-alsa" \ - "--disable-alsa" \ +optional_depends "alsa-lib" "--enable-alsa" \ + "--disable-alsa" \ "to enable alsa sound support" -optional_depends "cups" "--enable-cups" \ - "--disable-cups" \ +optional_depends "cups" "--enable-cups" \ + "--disable-cups" \ "to enable cups printing support" -optional_depends "pcmciautils" "--enable-pcmcia --enable-serial" \ - "--disable-pcmcia --disable-serial" \ +optional_depends "pcmciautils" "--enable-pcmcia --enable-serial" \ + "--disable-pcmcia --disable-serial" \ "to enable pcmcia support, 2.6 kernels" From stumbles at lunar-linux.org Thu Aug 13 15:08:08 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 13 Aug 2009 09:08:08 -0400 Subject: [Lunar-commits] live555: version bump. Message-ID: <20090813130829.178019B21C@doppio.foo-projects.org> commit ddbb200b6b0d26923cd24d598cc7a38ce6ecce89 Author: Dennis `stumbles` Veatch Date: Thu Aug 13 09:08:08 2009 -0400 live555: version bump. --- net/live555/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/live555/DETAILS b/net/live555/DETAILS index a1b45b6..bae39f1 100644 --- a/net/live555/DETAILS +++ b/net/live555/DETAILS @@ -1,12 +1,12 @@ MODULE=live555 - VERSION=2009.06.02 + VERSION=2009.07.28 SOURCE=live.$VERSION.tar.gz SOURCE_URL=http://www.live555.com/liveMedia/public/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/live - SOURCE_VFY=sha1:a03ac47dc1b2a5e4745e30fc304af61675036782 + SOURCE_VFY=sha1:61e61a08f37c843298759eef57a85d0b3b6e864b WEB_SITE=http://www.live555.com/liveMedia/#config-unix ENTERED=20090311 - UPDATED=20090612 + UPDATED=20090813 SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP" cat << EOF From florin at lunar-linux.org Thu Aug 13 16:23:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 17:23:23 +0300 Subject: [Lunar-commits] cdrtools: version bumped to 2.01.01a63. Message-ID: <20090813142409.4E41E9B21C@doppio.foo-projects.org> commit f661d1f24922c8704e11b9588b1b3a512643a159 Author: Florin Braescu Date: Thu Aug 13 17:23:23 2009 +0300 cdrtools: version bumped to 2.01.01a63. A new libmdigest library was included. Cdda2wav was converted to use libmdigest. An endless loop in cdda2wav while parsing rotten CD+ extensions is avoided. A problem in readcd's man page that was a result of nroff's inability to correctly deal with characters beyond ASCII was fixed. --- cd/cdrtools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/cdrtools/DETAILS b/cd/cdrtools/DETAILS index e615ecd..0d44a50 100644 --- a/cd/cdrtools/DETAILS +++ b/cd/cdrtools/DETAILS @@ -1,14 +1,14 @@ MODULE=cdrtools VERSION=2.01.01 - SOURCE=$MODULE-${VERSION}a61.tar.bz2 + SOURCE=$MODULE-${VERSION}a63.tar.bz2 SOURCE2=$MODULE-$VERSION-open_rdwr-v2.patch.bz2 SOURCE_URL=ftp://ftp.berlios.de/pub/cdrecord/alpha SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:4dd0b4bc51a066b0eab69d1c0f5d2269806f158f + SOURCE_VFY=sha1:06506aa6a4f0bd730adb4e2dc7353ebbd2fe5839 SOURCE2_VFY=sha1:a8794b14306b291f1451f53eda4c00d86b5a4408 WEB_SITE=http://cdrecord.berlios.de/old/private/cdrecord.html ENTERED=20010922 - UPDATED=20090706 + UPDATED=20090813 SHORT="cdrtools creates home-burned CDs with a CD-R/CD-RW recorder" cat << EOF From florin at lunar-linux.org Thu Aug 13 16:27:19 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 17:27:19 +0300 Subject: [Lunar-commits] openvrml: version bumped to 0.18.3. Message-ID: <20090813142824.6DD4C9B21C@doppio.foo-projects.org> commit adce03497356e64e8a02ec3f84adedd0cb89c303 Author: Florin Braescu Date: Thu Aug 13 17:27:19 2009 +0300 openvrml: version bumped to 0.18.3. Code was refactored to isolate the dependency on libltld. --- graphics/openvrml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/openvrml/DETAILS b/graphics/openvrml/DETAILS index 49c7cc7..b54beea 100644 --- a/graphics/openvrml/DETAILS +++ b/graphics/openvrml/DETAILS @@ -1,11 +1,11 @@ MODULE=openvrml - VERSION=0.18.2 + VERSION=0.18.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:edc9456ee31db98b62c84640db273952f69c09a1 + SOURCE_VFY=sha1:33da48191c03d80b42664dbafd1785be8128a3c4 WEB_SITE=http://openvrml.sourceforge.net ENTERED=20011021 - UPDATED=20090707 + UPDATED=20090813 SHORT="A library for reading and displaying VRML97" cat << EOF From florin at lunar-linux.org Thu Aug 13 16:36:50 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 17:36:50 +0300 Subject: [Lunar-commits] sylpheed: version bumped to 2.7.1. Message-ID: <20090813143726.6E0969B21C@doppio.foo-projects.org> commit 011f6a5b314b5f3649e7118da7f5e206ce89b2b3 Author: Florin Braescu Date: Thu Aug 13 17:36:50 2009 +0300 sylpheed: version bumped to 2.7.1. Bugfixes and enhacements. Plugins subsytem added. --- mail/sylpheed/DETAILS | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS index 40742e8..1fc1351 100644 --- a/mail/sylpheed/DETAILS +++ b/mail/sylpheed/DETAILS @@ -1,16 +1,15 @@ MODULE=sylpheed - VERSION=2.6.0 + VERSION=2.7.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v2.6 - SOURCE_VFY=sha1:122fe608b5a7cb5a262da65908b1f5cf67a0123f + SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v2.7 + SOURCE_VFY=sha1:79013505355a9d359bbb3147f1916499abe1ab0e WEB_SITE=http://sylpheed.sraoss.jp/en ENTERED=20050201 - UPDATED=20090103 + UPDATED=20090813 SHORT="A gtk+-2 based e-mail client (and news reader)" cat << EOF Sylpheed strives to be a simple, lightweight but featureful, easy-to-use e-mail and news clinet based on the gtk+-2 toolkit. Messages are stored in the MH message format on your local system. -For the older, unmaintained gtk+-1 version, see the 'sylpheed' module. EOF From stumbles at lunar-linux.org Thu Aug 13 16:46:15 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 13 Aug 2009 10:46:15 -0400 Subject: [Lunar-commits] boost: Version bump. An adjustment to the BUILD, it did not like single with multi. Message-ID: <20090813144727.265279B21C@doppio.foo-projects.org> commit ed5fdb24de38d2b20fe2de21b432627faf225120 Author: Dennis `stumbles` Veatch Date: Thu Aug 13 10:46:15 2009 -0400 boost: Version bump. An adjustment to the BUILD, it did not like single with multi. You will want a lunar update or lunar fix... for sure if you have anything built with boost. --- libs/boost/BUILD | 4 ++-- libs/boost/DETAILS | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 08fbb50..75d964c 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -3,7 +3,7 @@ patch_it $SOURCE_CACHE/$SOURCE2 0 && bjam -q ${MAKES:+-j$MAKES} \ - threading=single,multi \ + threading=multi \ runtime-link=shared \ link=shared \ release \ @@ -16,7 +16,7 @@ prepare_install && bjam -q ${MAKES:+-j$MAKES} \ - threading=single,multi \ + threading=multi \ runtime-link=shared \ link=shared \ release \ diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index cd63acd..f7ee8ca 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -1,15 +1,16 @@ MODULE=boost - VERSION=1.38.0 - SOURCE=$MODULE\_1_38_0.tar.bz2 + VERSION=1.39.0 + VER=_1_39_0 + SOURCE=$MODULE$VER.tar.bz2 SOURCE2=boost-1.38.0-function_template.hpp.patch -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_38_0 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER SOURCE_URL=$SFORGE_URL/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1 + SOURCE_VFY=sha1:6af42f74ab24ccc51589a025593bad298c8adde8 SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 WEB_SITE=http://www.boost.org ENTERED=20041115 - UPDATED=20090211 + UPDATED=20090813 SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From florin at lunar-linux.org Thu Aug 13 17:03:22 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 18:03:22 +0300 Subject: [Lunar-commits] mkvtoolnix: add boost in the depends file. Message-ID: <20090813150353.B479F9B21C@doppio.foo-projects.org> commit 5d890966cc3cceecbc3243a0ab6c1537353eee31 Author: Florin Braescu Date: Thu Aug 13 18:03:22 2009 +0300 mkvtoolnix: add boost in the depends file. --- video/mkvtoolnix/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/video/mkvtoolnix/DEPENDS b/video/mkvtoolnix/DEPENDS index 5d62c02..d278a5b 100644 --- a/video/mkvtoolnix/DEPENDS +++ b/video/mkvtoolnix/DEPENDS @@ -1,3 +1,4 @@ +depends boost depends libebml depends libmatroska depends lzo From florin at lunar-linux.org Thu Aug 13 17:05:06 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 18:05:06 +0300 Subject: [Lunar-commits] mkvtoolnix: remove libebml from the depends file. libmatroska depends on it. Message-ID: <20090813150551.CCA559B21C@doppio.foo-projects.org> commit 4c9bca8a689cf824195257a7adc10ddd7469274a Author: Florin Braescu Date: Thu Aug 13 18:05:06 2009 +0300 mkvtoolnix: remove libebml from the depends file. libmatroska depends on it. --- video/mkvtoolnix/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/video/mkvtoolnix/DEPENDS b/video/mkvtoolnix/DEPENDS index d278a5b..523db34 100644 --- a/video/mkvtoolnix/DEPENDS +++ b/video/mkvtoolnix/DEPENDS @@ -1,5 +1,4 @@ depends boost -depends libebml depends libmatroska depends lzo depends libvorbis From florin at lunar-linux.org Thu Aug 13 17:08:55 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 18:08:55 +0300 Subject: [Lunar-commits] calibre: remove the libusb depend. it depends on hal already. Message-ID: <20090813150926.3E0B69B21C@doppio.foo-projects.org> commit c01425219f22527eee0106c18cb54873b766e298 Author: Florin Braescu Date: Thu Aug 13 18:08:55 2009 +0300 calibre: remove the libusb depend. it depends on hal already. --- qt4-apps/calibre/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/qt4-apps/calibre/DEPENDS b/qt4-apps/calibre/DEPENDS index c5659e1..bcb11b0 100644 --- a/qt4-apps/calibre/DEPENDS +++ b/qt4-apps/calibre/DEPENDS @@ -1,6 +1,6 @@ +depends hal depends setuptools depends pil -depends libusb depends PyQt4 depends mechanize depends ImageMagick @@ -11,6 +11,5 @@ depends lxml depends ClientForm depends mechanize depends python-dateutil -depends hal optional_depends podofo "" "" "for additional PDF file support" From florin at lunar-linux.org Thu Aug 13 17:10:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 18:10:07 +0300 Subject: [Lunar-commits] razertool: use libusb-compat instead of libusb. Message-ID: <20090813151029.E66DE9B21C@doppio.foo-projects.org> commit ee5fa3a2d9ed77f5970af3a66b03e0631c1c51a9 Author: Florin Braescu Date: Thu Aug 13 18:10:07 2009 +0300 razertool: use libusb-compat instead of libusb. --- zbeta/razertool/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/zbeta/razertool/DEPENDS b/zbeta/razertool/DEPENDS index 9fca311..3f20195 100644 --- a/zbeta/razertool/DEPENDS +++ b/zbeta/razertool/DEPENDS @@ -1,2 +1,3 @@ -depends libusb +depends libusb-compat + optional_depends "librsvg" "" "--disable-gtk" "for razertool-gtk" From florin at lunar-linux.org Thu Aug 13 19:22:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 20:22:57 +0300 Subject: [Lunar-commits] busybox, busybox_static: version bumped to 1.14.3. Message-ID: <20090813180443.07F659B21C@doppio.foo-projects.org> commit 43589ffbd5731c08657f7071b566971f7076ad9a Author: Florin Braescu Date: Thu Aug 13 20:22:57 2009 +0300 busybox, busybox_static: version bumped to 1.14.3. Bug fix release. Contains fixes in df (fix for "df /"), ls (problems with colored output in some configurations), ping6 (was not suid, unlike ping), test (parameter to "not" operator is optional), udhcpd (fixed lease file restore routine). --- shells/busybox/DETAILS | 11 ++++++----- shells/busybox_static/DETAILS | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS index 90e1931..9a1f995 100644 --- a/shells/busybox/DETAILS +++ b/shells/busybox/DETAILS @@ -1,13 +1,14 @@ MODULE=busybox - VERSION=1.14.2 + VERSION=1.14.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.busybox.net/downloads/ - SOURCE_VFY=sha1:b673e79ea0927e1ec14017b1e12b159c799f6feb + SOURCE_URL=http://www.busybox.net/downloads + SOURCE_VFY=sha1:0162e2210e7b95396ee35f005929f747ecb9ad8f WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20090622 - SHORT="The Swiss Army Knife of Embedded Linux." + UPDATED=20090813 + SHORT="The Swiss Army Knife of Embedded Linux" + cat << EOF BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS index dcec8e9..5aa18fa 100644 --- a/shells/busybox_static/DETAILS +++ b/shells/busybox_static/DETAILS @@ -1,14 +1,15 @@ MODULE=busybox_static - VERSION=1.14.2 + VERSION=1.14.3 SOURCE=busybox-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION - SOURCE_URL=http://www.busybox.net/downloads/ - SOURCE_VFY=sha1:b673e79ea0927e1ec14017b1e12b159c799f6feb - SHORT="time statically linked rescue shell." + SOURCE_URL=http://www.busybox.net/downloads + SOURCE_VFY=sha1:0162e2210e7b95396ee35f005929f747ecb9ad8f + SHORT="time statically linked rescue shell" WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20090622 + UPDATED=20090813 + cat << EOF BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of From florin at lunar-linux.org Thu Aug 13 20:05:35 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 21:05:35 +0300 Subject: [Lunar-commits] kdesvn4: version bumped to 1.4.0. Message-ID: <20090813180552.AC2C19B21C@doppio.foo-projects.org> commit ae6099766205766c9bb10821a0600743e1ec1a5d Author: Florin Braescu Date: Thu Aug 13 21:05:35 2009 +0300 kdesvn4: version bumped to 1.4.0. --- kde4/apps/kdesvn4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/kdesvn4/DETAILS b/kde4/apps/kdesvn4/DETAILS index c63b11b..940b8fa 100644 --- a/kde4/apps/kdesvn4/DETAILS +++ b/kde4/apps/kdesvn4/DETAILS @@ -1,13 +1,13 @@ MODULE=kdesvn4 - VERSION=1.3.2 + VERSION=1.4.0 SOURCE=kdesvn-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesvn-$VERSION SOURCE_URL=http://kdesvn.alwins-world.de/downloads - SOURCE_VFY=sha1:ab9248c09d45f3bb2e9a94fcf4d45e6125f8fbdb + SOURCE_VFY=sha1:07c23e8ba7afca431d3a40aa007e9a05a67bbba0 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.alwins-world.de/programs/$MODULE ENTERED=20081117 - UPDATED=20090716 + UPDATED=20090813 MAINTAINER=florin at lunar-linux.org SHORT="A KDE frontend for subversion" From florin at lunar-linux.org Thu Aug 13 20:11:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 21:11:24 +0300 Subject: [Lunar-commits] xf86-input-vmmouse: version bumped to 12.6.5. Message-ID: <20090813181224.E8B8E9B21C@doppio.foo-projects.org> commit 2889c999d7d82da15063b7932c2b6094eef563ce Author: Florin Braescu Date: Thu Aug 13 21:11:24 2009 +0300 xf86-input-vmmouse: version bumped to 12.6.5. Changes: Compile with INPUT ABI 7. Remove ModuleInfoRec and associated bits. Turn off built-in fallback-to-mouse-driver mechanism. --- xorg7/driver/xf86-input-vmmouse/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-vmmouse/DETAILS b/xorg7/driver/xf86-input-vmmouse/DETAILS index 56bf2b9..55ec925 100644 --- a/xorg7/driver/xf86-input-vmmouse/DETAILS +++ b/xorg7/driver/xf86-input-vmmouse/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-vmmouse - VERSION=12.6.4 + VERSION=12.6.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:31a36e7dfdbde6ba5ec1101c0186bbaee70b096e + SOURCE_VFY=sha1:bf2f1031ccc0096f388272ce93b75572d24548be MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060124 - UPDATED=20090514 + UPDATED=20090813 SHORT="The X.Org mouse input device driver for vm" cat << EOF From florin at lunar-linux.org Thu Aug 13 20:15:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 21:15:38 +0300 Subject: [Lunar-commits] font-util: version bumped to 1.0.2. Message-ID: <20090813181603.079FB9B21C@doppio.foo-projects.org> commit 93b2f989e98366ed2c3fc29f2b775349895017af Author: Florin Braescu Date: Thu Aug 13 21:15:38 2009 +0300 font-util: version bumped to 1.0.2. Bugfixes. --- xorg7/font/font-util/CONFLICTS | 10 +++++----- xorg7/font/font-util/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/font/font-util/CONFLICTS b/xorg7/font/font-util/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/font/font-util/CONFLICTS +++ b/xorg7/font/font-util/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/font/font-util/DETAILS b/xorg7/font/font-util/DETAILS index 16ae47e..a079486 100644 --- a/xorg7/font/font-util/DETAILS +++ b/xorg7/font/font-util/DETAILS @@ -1,12 +1,12 @@ MODULE=font-util - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/font/ - SOURCE_VFY=sha1:97c2880c5f664e655f5bc2b194c52fbd496bab19 + SOURCE_URL=$XORG_URL/individual/font + SOURCE_VFY=sha1:774230a90f7b132a64cc8c096cec1267d110df88 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060523 + UPDATED=20090813 SHORT="X.Org font utilities" cat << EOF From florin at lunar-linux.org Thu Aug 13 20:20:41 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 13 Aug 2009 21:20:41 +0300 Subject: [Lunar-commits] xrandr: version bumed to 1.3.1. Message-ID: <20090813182100.1399A9B21C@doppio.foo-projects.org> commit 51ad993cb4dc6155e248031e11202758a76a027e Author: Florin Braescu Date: Thu Aug 13 21:20:41 2009 +0300 xrandr: version bumed to 1.3.1. Bugfixes. --- xorg7/app/xrandr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/app/xrandr/DETAILS b/xorg7/app/xrandr/DETAILS index 7254b02..8a640bf 100644 --- a/xorg7/app/xrandr/DETAILS +++ b/xorg7/app/xrandr/DETAILS @@ -1,12 +1,12 @@ MODULE=xrandr - VERSION=1.3.0 + VERSION=1.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:a23eb1b1ab7a3e6cf9d23932fdf8927186630d12 + SOURCE_VFY=sha1:ba30219c6158eaf077bebd80107568867ef9d926 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20090409 + UPDATED=20090813 SHORT="A X.Org utility to access the RandR extension" cat << EOF From engelsman at lunar-linux.org Thu Aug 13 21:13:32 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 13 Aug 2009 21:13:32 +0200 Subject: [Lunar-commits] pixman: version bump to 0.15.20 Message-ID: <20090813191431.B334C9B21C@doppio.foo-projects.org> commit c72617b2f9aa51d8cf609ec2282182f2869828d2 Author: Paul Bredbury Date: Thu Aug 13 21:13:32 2009 +0200 pixman: version bump to 0.15.20 Assorted bugfixes: http://lists.freedesktop.org/archives/xorg-announce/2009-August/000960.html --- xorg7/lib/pixman/BUILD | 1 + xorg7/lib/pixman/DETAILS | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/xorg7/lib/pixman/BUILD b/xorg7/lib/pixman/BUILD index cfe3408..ff10e64 100644 --- a/xorg7/lib/pixman/BUILD +++ b/xorg7/lib/pixman/BUILD @@ -1,4 +1,5 @@ ( + . /etc/profile.d/x11r7.rc && default_build diff --git a/xorg7/lib/pixman/DETAILS b/xorg7/lib/pixman/DETAILS index fc3542d..87bef65 100644 --- a/xorg7/lib/pixman/DETAILS +++ b/xorg7/lib/pixman/DETAILS @@ -1,15 +1,15 @@ MODULE=pixman - VERSION=0.15.2 + VERSION=0.15.20 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:fd44f4dc0e429bb71344d33c783837fd0b8b6b5b + SOURCE_VFY=sha1:67a34a1fdc5431c9de5febd390057bdd9bb51df4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org + WEB_SITE=http://www.x.org/ ENTERED=20070809 - UPDATED=20090410 - SHORT="Low level pixel manipulation routine library" + UPDATED=20090812 + SHORT="Low-level pixel manipulation routine library" cat << EOF -Pixman contains lowlevel pixel manipulation routines and is used by +Pixman contains low-level pixel manipulation routines and is used by both xorg and cairo. EOF From engelsman at lunar-linux.org Thu Aug 13 21:13:38 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 13 Aug 2009 21:13:38 +0200 Subject: [Lunar-commits] razor-agents: remove procmail dependency Message-ID: <20090813191431.BD91E9B21E@doppio.foo-projects.org> commit 7a7358b524d2488cf050e8dc5d7d6ce363dc5ffe Author: Paul Bredbury Date: Thu Aug 13 21:13:38 2009 +0200 razor-agents: remove procmail dependency Procmail is not needed. --- mail/razor-agents/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mail/razor-agents/DEPENDS b/mail/razor-agents/DEPENDS index e7813da..bd9db2c 100644 --- a/mail/razor-agents/DEPENDS +++ b/mail/razor-agents/DEPENDS @@ -1,4 +1,3 @@ -depends procmail depends URI depends Digest-SHA1 depends Net-DNS From engelsman at lunar-linux.org Thu Aug 13 21:14:05 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 13 Aug 2009 21:14:05 +0200 Subject: [Lunar-commits] spamassassin: remove procmail dependency Message-ID: <20090813191431.D65019B21F@doppio.foo-projects.org> commit 0fbeca4a8571818c28fabb0e159da3d4719d737c Author: Paul Bredbury Date: Thu Aug 13 21:14:05 2009 +0200 spamassassin: remove procmail dependency Procmail is not needed. --- mail/spamassassin/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mail/spamassassin/DEPENDS b/mail/spamassassin/DEPENDS index 3d42d5b..09c83ad 100644 --- a/mail/spamassassin/DEPENDS +++ b/mail/spamassassin/DEPENDS @@ -1,5 +1,4 @@ depends HTML-Parser -depends procmail depends Digest-SHA1 depends Net-DNS From engelsman at lunar-linux.org Thu Aug 13 21:56:59 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 13 Aug 2009 21:56:59 +0200 Subject: [Lunar-commits] cryptsetup: version bump to 1.0.7 Message-ID: <20090813195832.854D29B21C@doppio.foo-projects.org> commit 27ef5c00817464c1175f037d066ebd6f1796713c Author: Paul Bredbury Date: Thu Aug 13 21:56:59 2009 +0200 cryptsetup: version bump to 1.0.7 The udev sedit is no longer relevant. Note: downloads, compiles and installs OK, but untested - engelsman --- utils/cryptsetup/BUILD | 3 --- utils/cryptsetup/DETAILS | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/utils/cryptsetup/BUILD b/utils/cryptsetup/BUILD index a2bedba..7ae92bc 100644 --- a/utils/cryptsetup/BUILD +++ b/utils/cryptsetup/BUILD @@ -1,8 +1,5 @@ ( - # Stop udev from moaning about udevsettle being deprecated - sedit "s:/sbin/udevsettle:/sbin/udevadm settle:" lib/libdevmapper.c && - # Create /sbin/cryptsetup rather than /usr/sbin/cryptsetup, # so Gnome can find it. OPTS+=" --sbindir=/sbin" && diff --git a/utils/cryptsetup/DETAILS b/utils/cryptsetup/DETAILS index 31a542e..b0569e8 100644 --- a/utils/cryptsetup/DETAILS +++ b/utils/cryptsetup/DETAILS @@ -1,11 +1,11 @@ MODULE=cryptsetup - VERSION=1.0.6 + VERSION=1.0.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://cryptsetup.googlecode.com/files/ - SOURCE_VFY=sha1:dd45ad6a29c2e9af83c2c1525b02d7af88ab7212 - WEB_SITE=http://cryptsetup.googlecode.com + SOURCE_VFY=sha1:d955a8149d19bc9f09f20bf89f4a39771e6f5de7 + WEB_SITE=http://cryptsetup.googlecode.com/ ENTERED=20050309 - UPDATED=20090630 + UPDATED=20090811 SHORT="Device-mapper crypto userspace setup tool" cat << EOF From engelsman at lunar-linux.org Thu Aug 13 21:57:27 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 13 Aug 2009 21:57:27 +0200 Subject: [Lunar-commits] vbetool: initial module Message-ID: <20090813195832.95A489B21E@doppio.foo-projects.org> commit b860163d8a45e645e338af14b3ba22be844c71e2 Author: Vincent Breitmoser Date: Thu Aug 13 21:57:27 2009 +0200 vbetool: initial module helpful tool to manipulate some graphics card bits. requires patching to work with dynamic libpci, instead of static one Note: downloads, compiles and installs OK but untested - engelsman --- zbeta/vbetool/BUILD | 6 ++++++ zbeta/vbetool/DEPENDS | 2 ++ zbeta/vbetool/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/zbeta/vbetool/BUILD b/zbeta/vbetool/BUILD new file mode 100644 index 0000000..91e0b32 --- /dev/null +++ b/zbeta/vbetool/BUILD @@ -0,0 +1,6 @@ +( + patch_it libpci_shared.patch 1 + + default_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/vbetool/DEPENDS b/zbeta/vbetool/DEPENDS new file mode 100644 index 0000000..a6f8b7a --- /dev/null +++ b/zbeta/vbetool/DEPENDS @@ -0,0 +1,2 @@ +depends libx86 +depends pciutils diff --git a/zbeta/vbetool/DETAILS b/zbeta/vbetool/DETAILS new file mode 100644 index 0000000..6845c02 --- /dev/null +++ b/zbeta/vbetool/DETAILS @@ -0,0 +1,20 @@ + MODULE=vbetool + VERSION=1.1 + SOURCE=${MODULE}-${VERSION}.tar.gz + SOURCE2=libpci_shared.patch + SOURCE_URL=http://www.codon.org.uk/~mjg59/vbetool/download/ + SOURCE2_URL=http://mugenguild.com/valodim/patches/vbetool-1.1/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:c7ba7c0635160c47fb1b94fd7c7cbe39cb717d22 + SOURCE2_VFY=sha1:e5da8e2c5433b7ec53e038c91aaa7d9a51872310 + WEB_SITE="http://www.codon.org.uk/~mjg59/vbetool/" + ENTERED=20090812 + UPDATED=20090812 + SHORT="small application that allows code execution from the bios of a graphics card" +cat < linuxdcpp: initial import Message-ID: <20090813195832.A77169B21F@doppio.foo-projects.org> commit 8bd50080d918270db1dc62a7ac14f4fd8b5cbe2e Author: giorgos chatzipavlis Date: Thu Aug 13 21:57:52 2009 +0200 linuxdcpp: initial import Note: downloads, compiles and installs OK but untested - engelsman --- zbeta/linuxdcpp/BUILD | 8 ++++++++ zbeta/linuxdcpp/DEPENDS | 3 +++ zbeta/linuxdcpp/DETAILS | 23 +++++++++++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/zbeta/linuxdcpp/BUILD b/zbeta/linuxdcpp/BUILD new file mode 100644 index 0000000..eea7033 --- /dev/null +++ b/zbeta/linuxdcpp/BUILD @@ -0,0 +1,8 @@ +( + + + scons PREFIX=/usr && + prepare_install && + scons install + +) > $C_FIFO 2>&1 diff --git a/zbeta/linuxdcpp/DEPENDS b/zbeta/linuxdcpp/DEPENDS new file mode 100644 index 0000000..ccba026 --- /dev/null +++ b/zbeta/linuxdcpp/DEPENDS @@ -0,0 +1,3 @@ +depends scons +depends libglade + diff --git a/zbeta/linuxdcpp/DETAILS b/zbeta/linuxdcpp/DETAILS new file mode 100644 index 0000000..d3130e0 --- /dev/null +++ b/zbeta/linuxdcpp/DETAILS @@ -0,0 +1,23 @@ + MODULE=linuxdcpp + VERSION=1.0.3 + MAJOR=1.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://launchpad.net/$MODULE/$MAJOR/$VERSION/+download + SOURCE_VFY=sha1:383a55bbc2169280e982571aac92555a25dc05e4 + WEB_SITE=https://launchpad.net/linuxdcpp + ENTERED=20090812 + UPDATED=20090812 + SHORT="Direct Connect client for linux written in gtk+" +cat << EOF +LinuxDC++ is a Linux port of the Direct Connect client DC++. Though +it is primarily aimed at Linux, it has been shown to work on other +Unix-based operating systems as well. It is written in C++ and makes +use of GTK+ for the user-interface. + +LinuxDC++ is free and open source software licensed under the GPL. +Direct connect is a peer-to-peer file-sharing protocol. The most popular +Windows client implementing this protocol currently is DC++. Direct +connect clients connect to a central hub where they can view a list of +clients or users connected to them. Users can search for files and download +them from other clients, as well as chat with other users. +EOF From zbiggy at lunar-linux.org Fri Aug 14 01:12:28 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 14 Aug 2009 01:12:28 +0200 Subject: [Lunar-commits] libmodplug: updated to 0.8.7 Message-ID: <20090813231247.78518F39A9@doppio.foo-projects.org> commit 65ae36690e0342398681dcf556f24404aca1f3be Author: Zbigniew Luszpinski Date: Fri Aug 14 01:12:28 2009 +0200 libmodplug: updated to 0.8.7 --- audio/libmodplug/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/libmodplug/DETAILS b/audio/libmodplug/DETAILS index 116d0ca..03fb9fd 100644 --- a/audio/libmodplug/DETAILS +++ b/audio/libmodplug/DETAILS @@ -1,11 +1,11 @@ MODULE=libmodplug - VERSION=0.8.4 + VERSION=0.8.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/modplug-xmms/ - SOURCE_VFY=sha1:bf21746895d857e6995c9790c223ce1772f39ef0 + SOURCE_VFY=sha1:52cb47ef9291b0286430c5de02ef33731d359f2e WEB_SITE=http://modplug-xmms.sourceforge.net ENTERED=20040302 - UPDATED=20070312 + UPDATED=20090813 SHORT="library for decoding .mod audio files." cat << EOF From zbiggy at lunar-linux.org Fri Aug 14 01:14:05 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 14 Aug 2009 01:14:05 +0200 Subject: [Lunar-commits] xmp: updated to 2.7.1 Message-ID: <20090813231816.1A7769B21C@doppio.foo-projects.org> commit 58beabadca1121c76293057176a6eccdada616ce Author: Zbigniew Luszpinski Date: Fri Aug 14 01:14:05 2009 +0200 xmp: updated to 2.7.1 --- audio/xmp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/xmp/DETAILS b/audio/xmp/DETAILS index 3a811af..e701ca4 100644 --- a/audio/xmp/DETAILS +++ b/audio/xmp/DETAILS @@ -1,11 +1,11 @@ MODULE=xmp - VERSION=2.5.1 + VERSION=2.7.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/xmp - SOURCE_VFY=sha1:20ce22f453e49adb590b3cbd3ae3e812eb7de4ee + SOURCE_VFY=sha1:5dca4747a7008cc16f53910d5c2b10277a21dc84 WEB_SITE=http://xmp.sourceforge.net/ ENTERED=20040302 - UPDATED=20080125 + UPDATED=20090813 SHORT="Very powerful module player for over 80 mod formats." cat << EOF Xmp plays over 80 mainstream and obscure module formats from Amiga, From zbiggy at lunar-linux.org Fri Aug 14 01:17:06 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 14 Aug 2009 01:17:06 +0200 Subject: [Lunar-commits] xmms-bassmod: updated Message-ID: <20090813231816.236BB9B21E@doppio.foo-projects.org> commit aed0647b68f97ebe9b2a377b80f669c2ec844c39 Author: Zbigniew Luszpinski Date: Fri Aug 14 01:17:06 2009 +0200 xmms-bassmod: updated --- audio/xmms-bassmod/BUILD | 1 - audio/xmms-bassmod/DETAILS | 13 ++++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/audio/xmms-bassmod/BUILD b/audio/xmms-bassmod/BUILD index 21b4353..eba8681 100644 --- a/audio/xmms-bassmod/BUILD +++ b/audio/xmms-bassmod/BUILD @@ -1,7 +1,6 @@ ( cd $SOURCE_DIRECTORY && - patch_it $SOURCE3 0 && sedit "s/-O2/$CFLAGS/" Makefile && sedit "s/44100/48000/g" bassmod-xmms.c && make clean && diff --git a/audio/xmms-bassmod/DETAILS b/audio/xmms-bassmod/DETAILS index e0ab58f..00ce986 100644 --- a/audio/xmms-bassmod/DETAILS +++ b/audio/xmms-bassmod/DETAILS @@ -1,21 +1,16 @@ MODULE=xmms-bassmod VERSION=0.2 - SOURCE=bassmod20-linux.zip -#broken SOURCE=bassmod-linux.zip beta + SOURCE=bassmod-linux.zip SOURCE2=bassmod-xmms.zip - SOURCE3=bassmod-gcc4fix.patch.bz2 - SOURCE_URL[0]=http://uk.un4seen.com/files/ - SOURCE_URL[1]=http://us.un4seen.com/files/ + SOURCE_URL=http://www.un4seen.com/stuff/ SOURCE2_URL[0]=http://uk.un4seen.com/files/ SOURCE2_URL[1]=http://us.un4seen.com/files/ - SOURCE3_url[0]=$PATCH_URL/ - SOURCE_VFY=sha1:12185354ea0187ee2b565de28f53e12b5de3de64 + SOURCE_VFY=sha1:f9a4d4f4f6b3fd5b9bc20ba5179a4ab8f43600dd SOURCE2_VFY=sha1:84f318bce747e15e6d9c96c3c22ef3d233a189ef - SOURCE3_VFY=sha1:43ed74dfb77966084deab7c782718209a0ac539a SOURCE_DIRECTORY=$BUILD_DIRECTORY/bassmod WEB_SITE=http://www.un4seen.co.uk/ ENTERED=20071012 - UPDATED=20080203 + UPDATED=20090813 SHORT="library for decoding XM, IT, S3M, MOD, MTM, UMX files" cat << EOF BASSMOD is a MOD (XM, IT, S3M, MOD, MTM, UMX) library with the following From jannis at xfce.org Fri Aug 14 02:43:25 2009 From: jannis at xfce.org (Jannis Pohlmann) Date: Fri, 14 Aug 2009 02:43:25 +0200 Subject: [Lunar-commits] django: bump version to 1.1. Message-ID: <20090814004400.F130E9B21E@doppio.foo-projects.org> commit 2b4591f1fb56a7a767715b5742f12d20089da799 Author: Jannis Pohlmann Date: Fri Aug 14 02:43:25 2009 +0200 django: bump version to 1.1. --- python/django/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/django/DETAILS b/python/django/DETAILS index a1e1d43..1ef1327 100644 --- a/python/django/DETAILS +++ b/python/django/DETAILS @@ -1,12 +1,12 @@ MODULE=django - VERSION=1.0.2 - SOURCE=Django-$VERSION-final.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/Django-$VERSION-final/ - SOURCE_URL=http://www.djangoproject.com/download/1.0.2/tarball/ - SOURCE_VFY=sha1:f2d9088f17aff47ea17e5767740cab67b2a73b6b + VERSION=1.1 + SOURCE=Django-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/Django-$VERSION + SOURCE_URL=http://media.djangoproject.com/releases/1.1/ + SOURCE_VFY=sha1:690dda39595d70678840e917d712fc916d137c16 WEB_SITE=http://djangoproject.com/ ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090814 SHORT="High-level Python web framework" MAINTAINER=jannis at lunar-linux.org From stumbles at lunar-linux.org Fri Aug 14 02:46:34 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 13 Aug 2009 20:46:34 -0400 Subject: [Lunar-commits] boost: A few adjustments here. Adding --without-mpi becasue I was getting Message-ID: <20090814005027.0ABE99B21C@doppio.foo-projects.org> commit e7dd8cbcad118071cd3dfd0edc212d5c09c85499 Author: Dennis `stumbles` Veatch Date: Thu Aug 13 20:46:34 2009 -0400 boost: A few adjustments here. Adding --without-mpi becasue I was getting tired of seeing that warning. The EXPAT exports, so it would shut up about GrpahML. It seems the -sHAVE_ICU=1 was not working when called from the DEPENDS. Removing it and adding the if/thens to the BUILD fixes that. --- libs/boost/BUILD | 18 ++++++++++++++++-- libs/boost/DEPENDS | 5 +---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 75d964c..2e5ba8c 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -2,6 +2,16 @@ patch_it $SOURCE_CACHE/$SOURCE2 0 && + OPTS="--without-mpi" + export EXPAT_INCLUDE=/usr/include/ + export EXPAT_LIBPATH=/usr/lib/ + + if in_depends $MODULE icu4c ; then + HAVE_ICU="1" + else + HAVE_ICU="0" + fi && + bjam -q ${MAKES:+-j$MAKES} \ threading=multi \ runtime-link=shared \ @@ -9,8 +19,10 @@ release \ debug-symbols=off \ --prefix=/usr \ - --layout=system \ + --layout=tagged \ --toolset=gcc \ + optimization=speed \ + -sHAVE_ICU=$HAVE_ICU \ $OPTS && prepare_install && @@ -25,7 +37,9 @@ --prefix=/usr \ --includedir="/usr/include" \ --libdir="/usr/lib" \ - --layout=system \ + --layout=tagged \ + -sHAVE_ICU=$HAVE_ICU \ + optimization=speed \ $OPTS \ install diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS index 5ce7e21..d7272ae 100644 --- a/libs/boost/DEPENDS +++ b/libs/boost/DEPENDS @@ -3,7 +3,4 @@ depends boost-jam optional_depends "Python" "" "--without-python" \ "to build the Boost Python bindings" -optional_depends "icu4c" \ - "-sHAVE_ICU=1 -sICU_PATH=/usr" \ - "" \ - "to enable unicode support" +optional_depends "icu4c" "" "" "to enable unicode support" From jannis at xfce.org Fri Aug 14 03:07:45 2009 From: jannis at xfce.org (Jannis Pohlmann) Date: Fri, 14 Aug 2009 03:07:45 +0200 Subject: [Lunar-commits] polib: new module for parsing/managing gettext catalogs (0.4.2). Message-ID: <20090814010819.7320E9B21C@doppio.foo-projects.org> commit 6aa943808bbf49f93a3d03b28ff4ce4820da3e25 Author: Jannis Pohlmann Date: Fri Aug 14 03:07:45 2009 +0200 polib: new module for parsing/managing gettext catalogs (0.4.2). --- python/polib/BUILD | 7 +++++++ python/polib/DEPENDS | 2 ++ python/polib/DETAILS | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 0 deletions(-) diff --git a/python/polib/BUILD b/python/polib/BUILD new file mode 100644 index 0000000..a4f8f25 --- /dev/null +++ b/python/polib/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py config && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/python/polib/DEPENDS b/python/polib/DEPENDS new file mode 100644 index 0000000..2f74872 --- /dev/null +++ b/python/polib/DEPENDS @@ -0,0 +1,2 @@ +depends Python +depends setuptools diff --git a/python/polib/DETAILS b/python/polib/DETAILS new file mode 100644 index 0000000..60acf03 --- /dev/null +++ b/python/polib/DETAILS @@ -0,0 +1,24 @@ + MODULE=polib + VERSION=0.4.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://polib.googlecode.com/files/ + SOURCE_VFY=sha1:75844c27b20146eea9fe24dab18836368a80eb8f + WEB_SITE=http://code.google.com/p/polib/ + ENTERED=20090814 + UPDATED=20090814 + SHORT="Library to parse and manage gettext catalogs" + MAINTAINER=jannis at lunar-linux.org + +cat << EOF +A library to parse and manage gettext catalogs. + +polib allows you to manipulate, create, modify gettext files (pot, po +and mo files). You can load existing files, iterate through it's +entries, add, modify entries, comments or metadata, etc... or create +new po files from scratch. + +polib provides a simple and pythonic API, exporting only three +convenience functions 'pofile', 'mofile' and 'detect_encoding', and +the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating +new files/entries. +EOF From jannis at xfce.org Fri Aug 14 03:18:01 2009 From: jannis at xfce.org (Jannis Pohlmann) Date: Fri, 14 Aug 2009 03:18:01 +0200 Subject: [Lunar-commits] django-authority: new module for per-object permissions in django apps. Message-ID: <20090814011834.D83BA9B21C@doppio.foo-projects.org> commit be75a5c7c9bfa0eb5781320701d172462006bd4c Author: Jannis Pohlmann Date: Fri Aug 14 03:18:01 2009 +0200 django-authority: new module for per-object permissions in django apps. --- python/django-authority/BUILD | 7 +++++++ python/django-authority/DEPENDS | 1 + python/django-authority/DETAILS | 15 +++++++++++++++ python/django-authority/POST_INSTALL | 16 ++++++++++++++++ 4 files changed, 39 insertions(+), 0 deletions(-) diff --git a/python/django-authority/BUILD b/python/django-authority/BUILD new file mode 100644 index 0000000..88773ee --- /dev/null +++ b/python/django-authority/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py config && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/python/django-authority/DEPENDS b/python/django-authority/DEPENDS new file mode 100644 index 0000000..3811a73 --- /dev/null +++ b/python/django-authority/DEPENDS @@ -0,0 +1 @@ +depends django diff --git a/python/django-authority/DETAILS b/python/django-authority/DETAILS new file mode 100644 index 0000000..4339e46 --- /dev/null +++ b/python/django-authority/DETAILS @@ -0,0 +1,15 @@ + MODULE=django-authority + VERSION=0.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://bitbucket.org/jezdez/django-authority/downloads/ + SOURCE_VFY=sha1:f9c5c5241521e69ded8dfea1653e965b4fc59229 + WEB_SITE=http://bitbucket.org/jezdez/django-authority/src/ + ENTERED=20090814 + UPDATED=20090814 + SHORT="Per-object-permissions for the Django auth app" + MAINTAINER=jannis at lunar-linux.org + +cat << EOF +A Django app that provides generic per-object-permissions for Django's +auth app and helpers to create custom permission checks. +EOF diff --git a/python/django-authority/POST_INSTALL b/python/django-authority/POST_INSTALL new file mode 100644 index 0000000..2ce733b --- /dev/null +++ b/python/django-authority/POST_INSTALL @@ -0,0 +1,16 @@ +# determine the current major Python version +python_major=`installed_version Python | cut -d. -f1-2` + +# determine the Python site-packages path +python_dir="/usr/lib/python${python_major}/site-packages" + +# determine the easy_install .egg file cache +pth_file="$python_dir/easy-install.pth" + +# clear the cache +rm $pth_file + +# put all the .egg files/dirs into the cache +for egg in $python_dir/*.egg; do + echo `basename $egg` >> $pth_file +done From jannis at xfce.org Fri Aug 14 03:19:44 2009 From: jannis at xfce.org (Jannis Pohlmann) Date: Fri, 14 Aug 2009 03:19:44 +0200 Subject: [Lunar-commits] django-piston: new module for creating Django web APIs (0.2.2). Message-ID: <20090814012012.3AC309B21C@doppio.foo-projects.org> commit c62be81bfa7221c7edd59b4c23368575862e2dce Author: Jannis Pohlmann Date: Fri Aug 14 03:19:44 2009 +0200 django-piston: new module for creating Django web APIs (0.2.2). --- python/django-piston/BUILD | 7 +++++++ python/django-piston/DEPENDS | 1 + python/django-piston/DETAILS | 30 ++++++++++++++++++++++++++++++ python/django-piston/POST_INSTALL | 16 ++++++++++++++++ 4 files changed, 54 insertions(+), 0 deletions(-) diff --git a/python/django-piston/BUILD b/python/django-piston/BUILD new file mode 100644 index 0000000..88773ee --- /dev/null +++ b/python/django-piston/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py config && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/python/django-piston/DEPENDS b/python/django-piston/DEPENDS new file mode 100644 index 0000000..3811a73 --- /dev/null +++ b/python/django-piston/DEPENDS @@ -0,0 +1 @@ +depends django diff --git a/python/django-piston/DETAILS b/python/django-piston/DETAILS new file mode 100644 index 0000000..bf06327 --- /dev/null +++ b/python/django-piston/DETAILS @@ -0,0 +1,30 @@ + MODULE=django-piston + VERSION=0.2.2 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://bitbucket.org/jespern/django-piston/downloads/ + SOURCE_VFY=sha1:fe8205377add48f0a786ef0afa5c02d4d3b72814 + WEB_SITE=http://bitbucket.org/jespern/django-piston/ + ENTERED=20090814 + UPDATED=20090814 + SHORT="Framework for creating APIs for Django sites" + MAINTAINER=jannis at lunar-linux.org + +cat << EOF +Piston is a relatively small Django application that lets you +create application programming interfaces (API) for your sites. + +It has several unique features: + + * Ties into Django's internal mechanisms. + * Supports OAuth out of the box (as well as Basic/Digest or custom + auth.) + * Doesn't require tying to models, allowing arbitrary resources. + * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.) + * Ships with a convenient reusable library in Python + * Respects and encourages proper use of HTTP (status codes, ...) + * Has built in (optional) form validation (via Django), throttling, + etc. + * Supports streaming, with a small memory footprint. + * Stays out of your way. +EOF diff --git a/python/django-piston/POST_INSTALL b/python/django-piston/POST_INSTALL new file mode 100644 index 0000000..2ce733b --- /dev/null +++ b/python/django-piston/POST_INSTALL @@ -0,0 +1,16 @@ +# determine the current major Python version +python_major=`installed_version Python | cut -d. -f1-2` + +# determine the Python site-packages path +python_dir="/usr/lib/python${python_major}/site-packages" + +# determine the easy_install .egg file cache +pth_file="$python_dir/easy-install.pth" + +# clear the cache +rm $pth_file + +# put all the .egg files/dirs into the cache +for egg in $python_dir/*.egg; do + echo `basename $egg` >> $pth_file +done From jannis at xfce.org Fri Aug 14 03:30:06 2009 From: jannis at xfce.org (Jannis Pohlmann) Date: Fri, 14 Aug 2009 03:30:06 +0200 Subject: [Lunar-commits] south: new module for smart DB migration for Django apps (0.6). Message-ID: <20090814013053.3AF409B21C@doppio.foo-projects.org> commit e2088823e1a07e6ad76d33a2897c2bdec08e7afc Author: Jannis Pohlmann Date: Fri Aug 14 03:30:06 2009 +0200 south: new module for smart DB migration for Django apps (0.6). --- python/south/BUILD | 7 +++++++ python/south/DEPENDS | 1 + python/south/DETAILS | 15 +++++++++++++++ 3 files changed, 23 insertions(+), 0 deletions(-) diff --git a/python/south/BUILD b/python/south/BUILD new file mode 100644 index 0000000..a4f8f25 --- /dev/null +++ b/python/south/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py config && + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/python/south/DEPENDS b/python/south/DEPENDS new file mode 100644 index 0000000..7d03d17 --- /dev/null +++ b/python/south/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/python/south/DETAILS b/python/south/DETAILS new file mode 100644 index 0000000..b19ce00 --- /dev/null +++ b/python/south/DETAILS @@ -0,0 +1,15 @@ + MODULE=south + VERSION=0.6 + SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://www.aeracode.org/releases/south/ + SOURCE_VFY=sha1:bd3968d6b892243c1eb04c81a8b5955e850c6f23 + WEB_SITE=http://south.aeracode.org/ + ENTERED=20090814 + UPDATED=20090814 + SHORT="Intelligent schema migration for Django" + MAINTAINER=jannis at lunar-linux.org + +cat << EOF +This is South, intelligent schema migrations for Django apps +EOF From stumbles at lunar-linux.org Fri Aug 14 13:40:32 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 14 Aug 2009 07:40:32 -0400 Subject: [Lunar-commits] boost: To make someone happy. Message-ID: <20090814114107.EAE2D9B220@doppio.foo-projects.org> commit f9958882e8982091fda60b5f1fad215057c95b8d Author: Dennis `stumbles` Veatch Date: Fri Aug 14 07:40:32 2009 -0400 boost: To make someone happy. --- libs/boost/BUILD | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 2e5ba8c..5fd9958 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -2,7 +2,7 @@ patch_it $SOURCE_CACHE/$SOURCE2 0 && - OPTS="--without-mpi" + OPTS+=" --without-mpi" export EXPAT_INCLUDE=/usr/include/ export EXPAT_LIBPATH=/usr/lib/ @@ -13,22 +13,25 @@ fi && bjam -q ${MAKES:+-j$MAKES} \ - threading=multi \ + threading=single,multi \ + --layout=tagged \ runtime-link=shared \ link=shared \ release \ debug-symbols=off \ --prefix=/usr \ - --layout=tagged \ --toolset=gcc \ optimization=speed \ -sHAVE_ICU=$HAVE_ICU \ + --includedir="/usr/include" \ + --libdir="/usr/lib" \ $OPTS && prepare_install && bjam -q ${MAKES:+-j$MAKES} \ - threading=multi \ + threading=single,multi \ + --layout=tagged \ runtime-link=shared \ link=shared \ release \ @@ -37,7 +40,6 @@ --prefix=/usr \ --includedir="/usr/include" \ --libdir="/usr/lib" \ - --layout=tagged \ -sHAVE_ICU=$HAVE_ICU \ optimization=speed \ $OPTS \ From elangelo at lunar-linux.org Thu Aug 13 10:27:12 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Thu, 13 Aug 2009 10:27:12 +0200 Subject: [Lunar-commits] vde2: fix for gcc 44 Message-ID: <20090814120320.6DEC69B220@doppio.foo-projects.org> commit cbb62ccfc957e0e411447b36556bce521c20c204 Author: Samuel Verstraete Date: Thu Aug 13 10:24:53 2009 +0200 vde2: fix for gcc 44 --- devel/vde2/DETAILS | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS index 6345ff6..3fdb7ea 100644 --- a/devel/vde2/DETAILS +++ b/devel/vde2/DETAILS @@ -1,11 +1,14 @@ MODULE=vde2 VERSION=2.2.2 SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE2=vde-${VERSION}-gcc43.patch SOURCE_URL=$SFORGE_URL/vde + SOURCE2_URL=$PATCH_URL/ SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + SOURCE2_URL=sha1:cc22e018d5347cae34f430e2f6075b56c0c797d5 WEB_SITE=http://vde.sourceforge.net ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090813 SHORT="virtual distributed ethernet" cat << EOF From elangelo at lunar-linux.org Fri Aug 14 14:01:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 14 Aug 2009 14:01:37 +0200 Subject: [Lunar-commits] libopenraw: 0.0.8 Message-ID: <20090814120320.766E79B221@doppio.foo-projects.org> commit 2f891f01a2033735ec795980911b6643a736e1aa Author: Samuel Verstraete Date: Fri Aug 14 14:01:37 2009 +0200 libopenraw: 0.0.8 --- graphics/libopenraw/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libopenraw/DETAILS b/graphics/libopenraw/DETAILS index c5bc716..0919563 100644 --- a/graphics/libopenraw/DETAILS +++ b/graphics/libopenraw/DETAILS @@ -1,11 +1,11 @@ MODULE=libopenraw -VERSION=0.0.5 +VERSION=0.0.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://libopenraw.freedesktop.org/download/ -SOURCE_VFY=sha1:c2752b879ddc34682f1f0195b9499b1c4e983dc8 +SOURCE_VFY=sha1:6eb19679f3b5cdc566a4caa459811121a78ac0d9 WEBSITE=http://libopenraw.freedesktop.org/ ENTERED=20080723 -UPDATED=20080723 +UPDATED=20090814 SHORT="free software implementation for camera RAW files decoding" cat << EOF From florin at lunar-linux.org Fri Aug 14 14:26:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 14 Aug 2009 15:26:44 +0300 Subject: [Lunar-commits] mpg123: version bumped to 1.9.0. Message-ID: <20090814122742.A56E59B220@doppio.foo-projects.org> commit 768df9818731a84ffdfda375c73a0f5ff846ce0c Author: Florin Braescu Date: Fri Aug 14 15:26:44 2009 +0300 mpg123: version bumped to 1.9.0. Free format support and ARM assembly optimizations were added. Dither noise is now runtime-generated, so the binary is less bloated with dithered decoders, and those are therefore included by default now. Several bugs have been fixed relating to UTF16 in ID3v2 tags and bad frame fillup for 8-bit samples. Generally the ID3v2 parser is more flexible with encodings. libmpg123 also offers a switch to defer the transcoding to UTF8. --- audio/mpg123/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mpg123/DETAILS b/audio/mpg123/DETAILS index df1d3a3..0cc4ff4 100644 --- a/audio/mpg123/DETAILS +++ b/audio/mpg123/DETAILS @@ -1,12 +1,12 @@ MODULE=mpg123 - VERSION=1.8.1 + VERSION=1.9.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.mpg123.de/download - SOURCE_VFY=sha1:c7dae6842db1f52b6a2dcfbbdbd78b47baff7210 + SOURCE_VFY=sha1:51dc4c3fe0b905d6c7f1a49f0a3f2c7e618e3239 WEB_SITE=http://mpg123.de ENTERED=20011104 - UPDATED=20090615 + UPDATED=20090814 SHORT="A console MPEG audio player" cat << EOF From florin at lunar-linux.org Fri Aug 14 14:32:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 14 Aug 2009 15:32:34 +0300 Subject: [Lunar-commits] gimp: version bumped to 2.6.7. Message-ID: <20090814123253.B619F9B220@doppio.foo-projects.org> commit 72971266271d67cfacfb6f1b7ebfc29558b9a87a Author: Florin Braescu Date: Fri Aug 14 15:32:34 2009 +0300 gimp: version bumped to 2.6.7. Bugfixes and translations updates. --- graphics/gimp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS index f90c141..666e700 100644 --- a/graphics/gimp/DETAILS +++ b/graphics/gimp/DETAILS @@ -1,13 +1,13 @@ MODULE=gimp MAJOR=2.6 - VERSION=2.6.6 + VERSION=2.6.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v$MAJOR SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v$MAJOR - SOURCE_VFY=sha1:71aec5cd671a2431daa91dea91abb6d3822a896b + SOURCE_VFY=sha1:0661d162fecfd907e183ce42853dd5b9d3cb4c51 WEB_SITE=http://www.gimp.org ENTERED=20020218 - UPDATED=20090317 + UPDATED=20090814 SHORT="GNU Image Manipulation Program" cat << EOF From florin at lunar-linux.org Fri Aug 14 14:36:22 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 14 Aug 2009 15:36:22 +0300 Subject: [Lunar-commits] mkvtoolnix: version bumped to 2.9.8. Message-ID: <20090814123735.4F7119B220@doppio.foo-projects.org> commit 00b0d81d09652432fd3a67ace5b98c739f284017 Author: Florin Braescu Date: Fri Aug 14 15:36:22 2009 +0300 mkvtoolnix: version bumped to 2.9.8. Huge speed-ups were implemented in mmg's header editor and in mkvinfo. Bugfixes include frame type detection for AVC/h264 video, reading AVC/h264 tracks from OGM files, proper handling of chapter language tags in mmg, crashes in mmg's chapter editor, audio sync issues with broken streams in AVI files, appending MPEG4 part 2 video tracks with aspect ratio information, wrong handling of default track flags, running mkvmerge from mmg from paths with spaces in its name and a couple of invalid memory accesses. --- video/mkvtoolnix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS index deab06e..4db9d7c 100644 --- a/video/mkvtoolnix/DETAILS +++ b/video/mkvtoolnix/DETAILS @@ -1,11 +1,11 @@ MODULE=mkvtoolnix - VERSION=2.9.5 + VERSION=2.9.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources - SOURCE_VFY=sha1:be6ef347faf772b9c57b3d3fde1debdf63ec66b0 + SOURCE_VFY=sha1:be2b4b427befaad3d842b3ad3d55fb97b93b0468 WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix ENTERED=20031113 - UPDATED=20090608 + UPDATED=20090814 MAINTAINER=florin at lunar-linux.org SHORT="Tools for using Matroska audio/video container files" From florin at lunar-linux.org Fri Aug 14 14:40:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 14 Aug 2009 15:40:09 +0300 Subject: [Lunar-commits] libpng: version bumped to 1.2.39. Message-ID: <20090814124055.B393D9B220@doppio.foo-projects.org> commit 6b5e2561f44a222112acb7065f711ef528a4edc7 Author: Florin Braescu Date: Fri Aug 14 15:40:09 2009 +0300 libpng: version bumped to 1.2.39. This release adds a prototype for png_64bit_product() in png.h. A possible NULL dereference is avoided in debug build, in png_set_text_2(). Any attempt to write an iCCP chunk with a negative embedded profile length is rejected. The configure scripts have been rebuilt with autoconf-2.64. --- graphics/libpng/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libpng/DETAILS b/graphics/libpng/DETAILS index ec30fff..df6143c 100644 --- a/graphics/libpng/DETAILS +++ b/graphics/libpng/DETAILS @@ -1,11 +1,11 @@ MODULE=libpng - VERSION=1.2.38 + VERSION=1.2.39 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:fc3fe99a672d9c430673cbeb30e545f603b874f9 + SOURCE_VFY=sha1:62cfa076066e70f923edea82045b67921cc5ea50 WEB_SITE=http://www.libpng.org/pub/png/libpng.html ENTERED=20010922 - UPDATED=20090716 + UPDATED=20090814 SHORT="Library that supports the PNG graphics format" cat << EOF From stumbles at lunar-linux.org Fri Aug 14 14:42:51 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 14 Aug 2009 08:42:51 -0400 Subject: [Lunar-commits] boost: Some more twiddling here. ElAngelo noted the optimization causes the make Message-ID: <20090814124528.000D5F32D2@doppio.foo-projects.org> commit 35eaf713c3a24e7775e82cc4cf32d77b549bcdbe Author: Dennis `stumbles` Veatch Date: Fri Aug 14 08:42:51 2009 -0400 boost: Some more twiddling here. ElAngelo noted the optimization causes the make to barf with gcc44, since we will be moving to that soon (?) just removing it for now. The icu4c now works properlly when you say no to the optional_depends. --- libs/boost/BUILD | 14 ++------------ libs/boost/DEPENDS | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 5fd9958..602f358 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -6,14 +6,8 @@ export EXPAT_INCLUDE=/usr/include/ export EXPAT_LIBPATH=/usr/lib/ - if in_depends $MODULE icu4c ; then - HAVE_ICU="1" - else - HAVE_ICU="0" - fi && - bjam -q ${MAKES:+-j$MAKES} \ - threading=single,multi \ + threading=multi \ --layout=tagged \ runtime-link=shared \ link=shared \ @@ -21,8 +15,6 @@ debug-symbols=off \ --prefix=/usr \ --toolset=gcc \ - optimization=speed \ - -sHAVE_ICU=$HAVE_ICU \ --includedir="/usr/include" \ --libdir="/usr/lib" \ $OPTS && @@ -30,7 +22,7 @@ prepare_install && bjam -q ${MAKES:+-j$MAKES} \ - threading=single,multi \ + threading=multi \ --layout=tagged \ runtime-link=shared \ link=shared \ @@ -40,8 +32,6 @@ --prefix=/usr \ --includedir="/usr/include" \ --libdir="/usr/lib" \ - -sHAVE_ICU=$HAVE_ICU \ - optimization=speed \ $OPTS \ install diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS index d7272ae..4d79c0a 100644 --- a/libs/boost/DEPENDS +++ b/libs/boost/DEPENDS @@ -3,4 +3,4 @@ depends boost-jam optional_depends "Python" "" "--without-python" \ "to build the Boost Python bindings" -optional_depends "icu4c" "" "" "to enable unicode support" +optional_depends "icu4c" "-sHAVE_ICU=1" "" "to enable unicode support" From stumbles at lunar-linux.org Fri Aug 14 14:49:57 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 14 Aug 2009 08:49:57 -0400 Subject: [Lunar-commits] boost: To quick on the trigger. ElAngelo found a workaroung. Message-ID: <20090814125032.0EE5A9B220@doppio.foo-projects.org> commit 53d05bf5a88a5f00109b052666a06eafac5070ea Author: Dennis `stumbles` Veatch Date: Fri Aug 14 08:49:57 2009 -0400 boost: To quick on the trigger. ElAngelo found a workaroung. --- libs/boost/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 602f358..44473ef 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -17,6 +17,8 @@ --toolset=gcc \ --includedir="/usr/include" \ --libdir="/usr/lib" \ + cxxflags=-fno-strict-aliasing \ + optimization=speed \ $OPTS && prepare_install && @@ -32,6 +34,8 @@ --prefix=/usr \ --includedir="/usr/include" \ --libdir="/usr/lib" \ + cxxflags=-fno-strict-aliasing \ + optimization=speed \ $OPTS \ install From florin at lunar-linux.org Fri Aug 14 15:52:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 14 Aug 2009 16:52:07 +0300 Subject: [Lunar-commits] streamripper: version bumped to 1.64.6. Message-ID: <20090815053348.4F95B9B221@doppio.foo-projects.org> commit 839c8b1d5f0607dd4ed4a95e75aef73bc71b978d Author: Florin Braescu Date: Fri Aug 14 16:52:07 2009 +0300 streamripper: version bumped to 1.64.6. Bugfixes and improvements. --- audio/streamripper/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/streamripper/DETAILS b/audio/streamripper/DETAILS index 48c86e1..7668d94 100644 --- a/audio/streamripper/DETAILS +++ b/audio/streamripper/DETAILS @@ -1,12 +1,12 @@ MODULE=streamripper - VERSION=1.64.0 + VERSION=1.64.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:b09f7675bb83796aa412cb94481003441c382821 + SOURCE_VFY=sha1:bc8a8d3ad045e0772ca691d2063c39efcc0dca45 WEB_SITE=http://streamripper.sourceforge.net ENTERED=20070701 - UPDATED=20081208 + UPDATED=20090814 SHORT="A tool to download a radio-stream" cat < pciutils: version bumped to 3.1.4. Message-ID: <20090815053348.578599B222@doppio.foo-projects.org> commit 76b8fc9498a61c26b2ca94163bd28557781a3e23 Author: Florin Braescu Date: Sat Aug 15 08:33:12 2009 +0300 pciutils: version bumped to 3.1.4. Bugfixes and database updates. --- utils/pciutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS index bdf2e8b..5fc1956 100644 --- a/utils/pciutils/DETAILS +++ b/utils/pciutils/DETAILS @@ -1,15 +1,15 @@ MODULE=pciutils - VERSION=3.1.3 + VERSION=3.1.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=pci.ids.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/software/utils/$MODULE SOURCE_URL[1]=http://www.ibiblio.org/pub/Linux/hardware SOURCE_URL[2]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci SOURCE2_URL=http://pciids.sourceforge.net - SOURCE_VFY=sha1:7b7e473fe6778829db5cac9de60b3f10030a6c0d + SOURCE_VFY=sha1:eafde87ac5bb3f0bcabc98461f22a23f8e7229f2 WEB_SITE=http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml ENTERED=20020125 - UPDATED=20090706 + UPDATED=20090815 PSAFE=no SHORT="The setpci and lspci utils" From florin at lunar-linux.org Sat Aug 15 08:00:47 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 15 Aug 2009 09:00:47 +0300 Subject: [Lunar-commits] calibre: version bumped to 0.6.7. Message-ID: <20090815060103.BAFE59B221@doppio.foo-projects.org> commit 95491ae57b1f6c5d2be912c310aa6962422a4816 Author: Florin Braescu Date: Sat Aug 15 09:00:47 2009 +0300 calibre: version bumped to 0.6.7. --- qt4-apps/calibre/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt4-apps/calibre/DETAILS b/qt4-apps/calibre/DETAILS index ece62da..a501a8e 100644 --- a/qt4-apps/calibre/DETAILS +++ b/qt4-apps/calibre/DETAILS @@ -1,11 +1,11 @@ MODULE=calibre - VERSION=0.6.5 + VERSION=0.6.7 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://calibre.kovidgoyal.net/downloads/ - SOURCE_VFY=sha1:3594da3608681e8972533a37aa830e3f2cd66971 - WEB_SITE=http://calibre.kovidgoyal.net/ + SOURCE_URL=http://calibre.kovidgoyal.net/downloads + SOURCE_VFY=sha1:d0aac53c3dfd429cd5f22ced272d248dfc90e363 + WEB_SITE=http://calibre.kovidgoyal.net ENTERED=20090108 - UPDATED=20090807 + UPDATED=20090815 SHORT="An eBook management application" cat << EOF From stumbles at lunar-linux.org Sat Aug 15 18:40:34 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 15 Aug 2009 12:40:34 -0400 Subject: [Lunar-commits] kdebindings4: an adjustment to DEPENDS and BUILD. Message-ID: <20090815164059.048459B1ED@doppio.foo-projects.org> commit f37b49adc7ddf17de76b2c4b3a403314cb6e3112 Author: Dennis `stumbles` Veatch Date: Sat Aug 15 12:40:34 2009 -0400 kdebindings4: an adjustment to DEPENDS and BUILD. --- kde4/base/kdebindings4/BUILD | 3 ++- kde4/base/kdebindings4/DEPENDS | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kde4/base/kdebindings4/BUILD b/kde4/base/kdebindings4/BUILD index 9ae59ee..82ec44a 100644 --- a/kde4/base/kdebindings4/BUILD +++ b/kde4/base/kdebindings4/BUILD @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DENABLE_QYOTO=off -DCMAKE_BUILD_TYPE=RELEASE && + -DENABLE_QYOTO=off -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdebindings4/DEPENDS b/kde4/base/kdebindings4/DEPENDS index 34a7cc4..6532408 100644 --- a/kde4/base/kdebindings4/DEPENDS +++ b/kde4/base/kdebindings4/DEPENDS @@ -1,6 +1,10 @@ depends kdebase4 -optional_depends "ruby" "" "" "for ruby bindings" +optional_depends "%PHP" "-DENABLE_PHP-QT=on" "-DENABLE_PHP-QT=off" "for php scripting support" + +optional_depends "ruby" "-DENABLE_QTRUBY=on -DENABLE_KROSSRUBY=n" "-DENABLE_QTRUBY=off" \ + "for ruby bindings" + optional_depends "PyQt4" "" "" "for KDE4 python bindings" optional_depends "qscintilla2" "" "" "for additional binding support" optional_depends "gtk-sharp" "" "" "for mono support" From stumbles at lunar-linux.org Sat Aug 15 18:52:58 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 15 Aug 2009 12:52:58 -0400 Subject: [Lunar-commits] kdebindings4: fix typo. Message-ID: <20090815165308.7092D9B1ED@doppio.foo-projects.org> commit fd424f45815316f90cf448fa1ef9d4e1c51b12b8 Author: Dennis `stumbles` Veatch Date: Sat Aug 15 12:52:58 2009 -0400 kdebindings4: fix typo. --- kde4/base/kdebindings4/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdebindings4/DEPENDS b/kde4/base/kdebindings4/DEPENDS index 6532408..ad0eada 100644 --- a/kde4/base/kdebindings4/DEPENDS +++ b/kde4/base/kdebindings4/DEPENDS @@ -2,7 +2,7 @@ depends kdebase4 optional_depends "%PHP" "-DENABLE_PHP-QT=on" "-DENABLE_PHP-QT=off" "for php scripting support" -optional_depends "ruby" "-DENABLE_QTRUBY=on -DENABLE_KROSSRUBY=n" "-DENABLE_QTRUBY=off" \ +optional_depends "ruby" "-DENABLE_QTRUBY=on -DENABLE_KROSSRUBY=on" "-DENABLE_QTRUBY=off" \ "for ruby bindings" optional_depends "PyQt4" "" "" "for KDE4 python bindings" From sofar at foo-projects.org Sat Aug 15 21:43:21 2009 From: sofar at foo-projects.org (Auke Kok) Date: Sat, 15 Aug 2009 21:43:21 +0200 Subject: [Lunar-commits] libxml2: patch for DoS vulnerabilities Message-ID: <20090815194342.46BD49B223@doppio.foo-projects.org> commit 3088729ceb44f350d5f7fcc17fc01b24e6bff8ea Author: Paul Bredbury Date: Sat Aug 15 21:43:21 2009 +0200 libxml2: patch for DoS vulnerabilities Advisory is http://secunia.com/advisories/36207/ --- libs/libxml2/BUILD | 8 ++++++++ libs/libxml2/DETAILS | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/libs/libxml2/BUILD b/libs/libxml2/BUILD new file mode 100644 index 0000000..5a17f47 --- /dev/null +++ b/libs/libxml2/BUILD @@ -0,0 +1,8 @@ +( + + # Fix DoS vulnerabilities - http://bugs.gentoo.org/show_bug.cgi?id=280617 + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS index c496a30..ce0eccd 100644 --- a/libs/libxml2/DETAILS +++ b/libs/libxml2/DETAILS @@ -1,16 +1,20 @@ MODULE=libxml2 VERSION=2.7.3 SOURCE=$MODULE-$VERSION.tar.gz + # From http://koji.fedoraproject.org/koji/buildinfo?buildID=126547 + SOURCE2=libxml2-2.7.3-ficora-parse.patch SOURCE_URL=ftp://xmlsoft.org/$MODULE + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:fd4e427fb55c977876bc74c0e552ef7d3d794a07 + SOURCE2_VFY=sha1:1c6ab8f48a4c0dbb0d0750a235e43a4406b05644 WEB_SITE=http://xmlsoft.org ENTERED=20010922 - UPDATED=20090308 + UPDATED=20090815 SHORT="XML version 2 parser for Gnome" cat << EOF The libXML library allows you to manipulate XML files. It offers SAX or -DOM tree generation interfaces. It supports XML and HTML (real world +DOM tree generation interfaces. It supports XML and HTML (real-world ones) parsing, flexible DTD validation, XPath, XPointer-XInclude, and pull and push modes with FTP and HTTP modules. It's written in C and should be fairly portable. The design is modular; most of the extensions From ratler at lunar-linux.org Sun Aug 16 00:03:41 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sun, 16 Aug 2009 00:03:41 +0200 Subject: [Lunar-commits] iwlwifi-4965-ucode: Version bump to 228.61.2.24 Message-ID: <20090815220347.593EB9B1EB@doppio.foo-projects.org> commit 67febbb8a599dc2c319fba8985c27eef67226497 Author: Stefan Wold Date: Sun Aug 16 00:03:41 2009 +0200 iwlwifi-4965-ucode: Version bump to 228.61.2.24 --- wifi/iwlwifi-4965-ucode/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/iwlwifi-4965-ucode/DETAILS b/wifi/iwlwifi-4965-ucode/DETAILS index d0acf0a..9558d5a 100644 --- a/wifi/iwlwifi-4965-ucode/DETAILS +++ b/wifi/iwlwifi-4965-ucode/DETAILS @@ -1,11 +1,11 @@ MODULE=iwlwifi-4965-ucode - VERSION=228.57.2.21 + VERSION=228.61.2.24 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads - SOURCE_VFY=sha1:56796d7b5c5c77d8caa306e41f60cbbae9594936 + SOURCE_VFY=sha1:1d67aabf37a8693cb57a2559597e4674e08823b9 WEB_SITE=http://www.intellinuxwireless.org ENTERED=20080130 - UPDATED=20090309 + UPDATED=20090816 SHORT="Intel PRO/Wireless 4965 microcode image" cat << EOF From tchan at lunar-linux.org Sun Aug 16 01:32:36 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sat, 15 Aug 2009 18:32:36 -0500 Subject: [Lunar-commits] liferea: as of 1.6.0 it now requires libwebkit, which is part of webkit Message-ID: <20090816005818.273FFF34E2@doppio.foo-projects.org> commit bd9a19d70a8d590ccf912822f0934da7c6482acd Author: Terry Chan Date: Sat Aug 15 18:32:36 2009 -0500 liferea: as of 1.6.0 it now requires libwebkit, which is part of webkit --- news/liferea/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/news/liferea/DEPENDS b/news/liferea/DEPENDS index e00c4a1..5a9b7af 100644 --- a/news/liferea/DEPENDS +++ b/news/liferea/DEPENDS @@ -1,6 +1,7 @@ depends gtk+-2 depends GConf depends libxml2 +depends webkit optional_depends libgtkhtml "--enable-gtkhtml2" "--disable-gtkhtml2" "Enables the gtkhtml2 backend" optional_depends "%GECKO_RENDERER" "" "" "For extra HTML rendering plugin" From tchan at lunar-linux.org Sun Aug 16 02:58:07 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sat, 15 Aug 2009 19:58:07 -0500 Subject: [Lunar-commits] webkit: Removed invalid configuration options Message-ID: <20090816005818.2FD229B1EB@doppio.foo-projects.org> commit c9db00a9987ee08828a448ee8f030e634a9908ae Author: Terry Chan Date: Sat Aug 15 19:58:07 2009 -0500 webkit: Removed invalid configuration options --- web/webkit/BUILD | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/webkit/BUILD b/web/webkit/BUILD index 94deee7..b22622d 100644 --- a/web/webkit/BUILD +++ b/web/webkit/BUILD @@ -3,9 +3,9 @@ #This next line looks ugly, but allows us to load our plugins sedit 's:paths.append("/usr/lib64/mozilla/plugins");:paths.append("/usr/lib64/mozilla/plugins");\n paths.append("/opt/lunar/plugins");\n:g' WebCore/plugins/PluginDatabase.cpp - OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \ - --enable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \ - --enable-svg-as-image --enable-svg-use-element --enable-3D-transforms" + OPTS="$OPTS --enable-svg --enable-svg-animation \ + --enable-svg-fonts --enable-svg-foreign-object \ + --enable-svg-as-image --enable-3D-transforms" default_build From florin at lunar-linux.org Sun Aug 16 08:25:35 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 09:25:35 +0300 Subject: [Lunar-commits] libxml2: worked a bit the patch. Message-ID: <20090816062559.26F619B1EB@doppio.foo-projects.org> commit a6273ca1889fd14e408eee71a1289b4c420bf6ab Author: Florin Braescu Date: Sun Aug 16 09:25:35 2009 +0300 libxml2: worked a bit the patch. --- libs/libxml2/DETAILS | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS index ce0eccd..f7473fc 100644 --- a/libs/libxml2/DETAILS +++ b/libs/libxml2/DETAILS @@ -1,12 +1,11 @@ MODULE=libxml2 VERSION=2.7.3 SOURCE=$MODULE-$VERSION.tar.gz - # From http://koji.fedoraproject.org/koji/buildinfo?buildID=126547 - SOURCE2=libxml2-2.7.3-ficora-parse.patch + SOURCE2=libxml2-2.7.3-ficora-parse.patch.bz2 SOURCE_URL=ftp://xmlsoft.org/$MODULE SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:fd4e427fb55c977876bc74c0e552ef7d3d794a07 - SOURCE2_VFY=sha1:1c6ab8f48a4c0dbb0d0750a235e43a4406b05644 + SOURCE2_VFY=sha1:c85143d7171c8ad13d21505cd8185e5de32d1b32 WEB_SITE=http://xmlsoft.org ENTERED=20010922 UPDATED=20090815 From florin at lunar-linux.org Sun Aug 16 08:31:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 09:31:31 +0300 Subject: [Lunar-commits] mysql-administrator: remove it from the moonbase. it was included in mysql-gui-tools. Message-ID: <20090816063216.30C7C9B1EB@doppio.foo-projects.org> commit 273e6c50c5a9c5b52209ca48a832884030f3a53d Author: Florin Braescu Date: Sun Aug 16 09:31:31 2009 +0300 mysql-administrator: remove it from the moonbase. it was included in mysql-gui-tools. --- sql/mysql-administrator/BUILD | 20 -------------------- sql/mysql-administrator/CONFLICTS | 1 - sql/mysql-administrator/DEPENDS | 4 ---- sql/mysql-administrator/DETAILS | 20 -------------------- 4 files changed, 0 insertions(+), 45 deletions(-) diff --git a/sql/mysql-administrator/BUILD b/sql/mysql-administrator/BUILD deleted file mode 100644 index 8038fad..0000000 --- a/sql/mysql-administrator/BUILD +++ /dev/null @@ -1,20 +0,0 @@ -( - patch_it $SOURCE2 1 && - cd $SOURCE_DIRECTORY/mysql-gui-common && - ./configure --prefix=/usr \ - --with-commondirname=common/admin \ - $OPTS && - make && - - cd $SOURCE_DIRECTORY/mysql-administrator && - ./configure --prefix=/usr \ - --with-commondirname=common/admin \ - $OPTS && - make && - prepare_install && - cd $SOURCE_DIRECTORY/mysql-gui-common && - make install && - cd $SOURCE_DIRECTORY/mysql-administrator && - make install - -) > $C_FIFO 2>&1 diff --git a/sql/mysql-administrator/CONFLICTS b/sql/mysql-administrator/CONFLICTS deleted file mode 100644 index 8ac9e43..0000000 --- a/sql/mysql-administrator/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts mysql-gui-tools diff --git a/sql/mysql-administrator/DEPENDS b/sql/mysql-administrator/DEPENDS deleted file mode 100644 index 13d590a..0000000 --- a/sql/mysql-administrator/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends mysql -depends gtkmm -depends libglade -depends gtkhtml diff --git a/sql/mysql-administrator/DETAILS b/sql/mysql-administrator/DETAILS deleted file mode 100644 index 7247c23..0000000 --- a/sql/mysql-administrator/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=mysql-administrator - VERSION=1.1.10 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-1.1.6-deadlock-fix.patch - SOURCE_URL=http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQLAdministrationSuite/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:2a80a8b25c0fa71dd28b91f70f79718ecc46baa5 - SOURCE2_VFY=sha1:81a264eb84fa20610e1e82cfa7de3725e09a7847 - WEB_SITE=http://www.mysql.com/products/tools/administrator/ - ENTERED=20060214 - UPDATED=20061105 - SHORT="A powerful visual administration tool." -cat << EOF -MySQL Administrator is a powerful visual administration console that -enables you to easily administer your MySQL environment and gain -significantly better visibility into how your databases are -operating. MySQL Administrator now integrates database management and -maintenance into a single, seamless environment, with a clear and -intuitive graphical user interface. -EOF From florin at lunar-linux.org Sun Aug 16 08:34:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 09:34:33 +0300 Subject: [Lunar-commits] mysql-query-browser: removed from the moonbase. it is included in mysql-gui-tools. Message-ID: <20090816063504.877489B1EB@doppio.foo-projects.org> commit 3d90d3219b72ee99e4226d6f8afc3a9e7f20d754 Author: Florin Braescu Date: Sun Aug 16 09:34:33 2009 +0300 mysql-query-browser: removed from the moonbase. it is included in mysql-gui-tools. --- sql/mysql-gui-tools/CONFLICTS | 2 -- sql/mysql-query-browser/BUILD | 22 ---------------------- sql/mysql-query-browser/CONFLICTS | 1 - sql/mysql-query-browser/DEPENDS | 4 ---- sql/mysql-query-browser/DETAILS | 19 ------------------- 5 files changed, 0 insertions(+), 48 deletions(-) diff --git a/sql/mysql-gui-tools/CONFLICTS b/sql/mysql-gui-tools/CONFLICTS deleted file mode 100644 index 124509c..0000000 --- a/sql/mysql-gui-tools/CONFLICTS +++ /dev/null @@ -1,2 +0,0 @@ -conflicts mysql-query-browser && -conflicts mysql-administrator diff --git a/sql/mysql-query-browser/BUILD b/sql/mysql-query-browser/BUILD deleted file mode 100644 index a69da52..0000000 --- a/sql/mysql-query-browser/BUILD +++ /dev/null @@ -1,22 +0,0 @@ -( - patch_it $SOURCE2 1 && - - cd $SOURCE_DIRECTORY/mysql-gui-common && - ./configure --prefix=/usr \ - --with-commondirname=common/query-browser \ - $OPTS && - make && - - cd $SOURCE_DIRECTORY/mysql-query-browser && - ./configure --prefix=/usr \ - --with-commondirname=common/query-browser \ - --with-gtkhtml=libgtkhtml-3.8 \ - $OPTS && - make && - prepare_install && - cd $SOURCE_DIRECTORY/mysql-gui-common && - make install && - cd $SOURCE_DIRECTORY/mysql-query-browser && - make install - -) > $C_FIFO 2>&1 diff --git a/sql/mysql-query-browser/CONFLICTS b/sql/mysql-query-browser/CONFLICTS deleted file mode 100644 index 8ac9e43..0000000 --- a/sql/mysql-query-browser/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts mysql-gui-tools diff --git a/sql/mysql-query-browser/DEPENDS b/sql/mysql-query-browser/DEPENDS deleted file mode 100644 index 13d590a..0000000 --- a/sql/mysql-query-browser/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends mysql -depends gtkmm -depends libglade -depends gtkhtml diff --git a/sql/mysql-query-browser/DETAILS b/sql/mysql-query-browser/DETAILS deleted file mode 100644 index 93d930c..0000000 --- a/sql/mysql-query-browser/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=mysql-query-browser - VERSION=1.1.18 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=mysql-query-browser-1.1.18-bookmark-fix.patch - SOURCE_URL=http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQLAdministrationSuite/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:84ed854f10a21e340a33ebd9be619e46a811db0b - SOURCE2_VFY=sha1:6e862e1c563b2d21cbfcf8eca4f749b0c2179c0e - WEB_SITE=http://www.mysql.com/products/query-browser/ - MAINTAINER=ratler at lunar-linux.org - ENTERED=20060214 - UPDATED=20060214 - SHORT="visual tool for managing your databases" -cat << EOF -MySQL Query Browser is the easiest visual tool for creating, executing, -and optimizing SQL queries for your MySQL Database Server. The MySQL -Query Browser gives you a complete set of drag-and-drop tools to visually -build, analyze and manage your queries. -EOF From florin at lunar-linux.org Sun Aug 16 08:43:49 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 09:43:49 +0300 Subject: [Lunar-commits] mysql-gui-tools: version bumped to 5.0r14. Message-ID: <20090816064428.3911C9B1EB@doppio.foo-projects.org> commit c2cfbc921f683422f291e3ceb4518f0e12fbaae3 Author: Florin Braescu Date: Sun Aug 16 09:43:49 2009 +0300 mysql-gui-tools: version bumped to 5.0r14. Migration-tools were added. Bugfixes. --- sql/mysql-gui-tools/BUILD | 49 +++++++++++++++++++++++------------------- sql/mysql-gui-tools/DEPENDS | 10 ++++---- sql/mysql-gui-tools/DETAILS | 16 ++++++++------ 3 files changed, 41 insertions(+), 34 deletions(-) diff --git a/sql/mysql-gui-tools/BUILD b/sql/mysql-gui-tools/BUILD index 141d22f..20bebc5 100644 --- a/sql/mysql-gui-tools/BUILD +++ b/sql/mysql-gui-tools/BUILD @@ -1,28 +1,33 @@ ( - cd $SOURCE_DIRECTORY/mysql-gui-common && + + cd $SOURCE_DIRECTORY/common && + ./configure --prefix=/usr + make && + + cd $SOURCE_DIRECTORY/query-browser && + ./configure --prefix=/usr + make && + + cd $SOURCE_DIRECTORY/migration-tool && ./configure --prefix=/usr - make && + make && - cd $SOURCE_DIRECTORY/mysql-administrator && + cd $SOURCE_DIRECTORY/administrator && ./configure --prefix=/usr - make && - - if [[ $(in_depends gtkhtml3) -eq 1 ]] ; then - cd $SOURCE_DIRECTORY/mysql-query-browser - ./configure --prefix=/usr \ - --with-gtkhtml=libgtkhtml-3.8 - make - fi && - - prepare_install && - - cd $SOURCE_DIRECTORY/mysql-gui-common && - make install && - cd $SOURCE_DIRECTORY/mysql-administrator && - make install && - if [[ $(in_depends gtkhtml3) -eq 1 ]] ; then - cd $SOURCE_DIRECTORY/mysql-query-browser - make install - fi + make && + + prepare_install && + + cd $SOURCE_DIRECTORY/common && + make install && + + cd $SOURCE_DIRECTORY/query-browser && + make install && + + cd $SOURCE_DIRECTORY/migration-tool && + make install && + + cd $SOURCE_DIRECTORY/administrator && + make install && ) > $C_FIFO 2>&1 diff --git a/sql/mysql-gui-tools/DEPENDS b/sql/mysql-gui-tools/DEPENDS index 4f02d64..3bdcb50 100644 --- a/sql/mysql-gui-tools/DEPENDS +++ b/sql/mysql-gui-tools/DEPENDS @@ -1,5 +1,5 @@ -depends mysql -depends gtkmm -depends libglade -depends libsigc++2 -optional_depends "gtkhtml" "" "" "for the MySQL Query Browser" +depends mysql +depends gtkmm +depends libglade +depends libsigc++2 +depends gtkhtml diff --git a/sql/mysql-gui-tools/DETAILS b/sql/mysql-gui-tools/DETAILS index 69f8de4..487bda2 100644 --- a/sql/mysql-gui-tools/DETAILS +++ b/sql/mysql-gui-tools/DETAILS @@ -1,12 +1,14 @@ MODULE=mysql-gui-tools - VERSION=5.0r12 + VERSION=5.0r14 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQLGUITools/ - SOURCE_VFY=sha1:3fdd3a80c634f0aa9fa8f3bc505add18f360dc6c - WEB_SITE=http://www.mysql.com/products/tools/ + SOURCE_URL=http://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQLGUITools + SOURCE_VFY=sha1:080964818d24dd857c2e36041756f2647dc2d9ad + WEB_SITE=http://www.mysql.com/products/tools ENTERED=20070124 - UPDATED=20070822 - SHORT="A powerful visual set of tools for managing mysql." + UPDATED=20090816 + SHORT="A powerful visual set of tools for managing mysql" + cat << EOF -mysql-gui-tools include visual tools for, administration, query browsing. +mysql-gui-tools include visual tools for, administration, query browsing, +and migration tools for mysql. EOF From florin at lunar-linux.org Sun Aug 16 08:49:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 09:49:58 +0300 Subject: [Lunar-commits] ksh: remove it from the moonbase. it's ancient and unmaintained. Message-ID: <20090816065027.2CD229B1EB@doppio.foo-projects.org> commit 5d6bdf02d1dc032e58cfb0a0647a30d96722dc11 Author: Florin Braescu Date: Sun Aug 16 09:49:58 2009 +0300 ksh: remove it from the moonbase. it's ancient and unmaintained. --- shells/ksh/BUILD | 11 ----------- shells/ksh/DETAILS | 16 ---------------- shells/ksh/PRE_BUILD | 7 ------- shells/ksh/skel/.kshrc | 6 ------ 4 files changed, 0 insertions(+), 40 deletions(-) diff --git a/shells/ksh/BUILD b/shells/ksh/BUILD deleted file mode 100644 index b8743f8..0000000 --- a/shells/ksh/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -( - - sedit "s:-liconv::g" src/lib/libast/Makefile src/lib/libast/features/iconv && - ./bin/package make ksh CCFLAGS=$CFLAGS && - strip arch/linux.i386/bin/ksh && - prepare_install && - install -m755 arch/linux.i386/bin/ksh /bin/ && - install -m644 src/cmd/ksh93/sh.1 /usr/share/man/man1/ksh.1 - -) > $C_FIFO 2>&1 - diff --git a/shells/ksh/DETAILS b/shells/ksh/DETAILS deleted file mode 100644 index debbbe7..0000000 --- a/shells/ksh/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=ksh - VERSION=93 - SOURCE=INIT.2003-07-24.tgz - SOURCE2=ast-ksh.2003-07-24.tgz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/AST - SOURCE_URL=http://www.research.att.com/~gsf/download/tgz/ - SOURCE2_URL=http://www.research.att.com/~gsf/download/tgz/ - SOURCE_VFY=md5:aabd19505eba0ac65a4ff450ab7a935b - SOURCE2_VFY=md5:e8c764fb40c8720c105448da406b5e9b - WEB_SITE=http://www.research.att.com/sw/download/ - ENTERED=20040217 - UPDATED=20040217 - SHORT="The AT&T KornShell" -cat << EOF -The AT&T Software Technology ksh package from AT&T Labs Research contains the AT&T ksh executable implemented by David Korn. -EOF diff --git a/shells/ksh/PRE_BUILD b/shells/ksh/PRE_BUILD deleted file mode 100644 index d375644..0000000 --- a/shells/ksh/PRE_BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - cd $BUILD_DIRECTORY && - mkdir -p AST && - cd AST && - unpack $SOURCE && - unpack $SOURCE2 -) diff --git a/shells/ksh/skel/.kshrc b/shells/ksh/skel/.kshrc deleted file mode 100644 index aad42c8..0000000 --- a/shells/ksh/skel/.kshrc +++ /dev/null @@ -1,6 +0,0 @@ -# -# .kshrc -# - -export PS1='${USER}@$(hostname -s) ${PWD%%/?*}${PWD##//} $ ' -export PS2='+ ' From florin at lunar-linux.org Sun Aug 16 09:03:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 10:03:44 +0300 Subject: [Lunar-commits] hugs98: version bumped to Sep2006. Message-ID: <20090816070405.4F7839B1EB@doppio.foo-projects.org> commit b5c6d9588bad130b28a665c3a67a5b1934c70f22 Author: Florin Braescu Date: Sun Aug 16 10:03:44 2009 +0300 hugs98: version bumped to Sep2006. --- compilers/hugs98/BUILD | 13 +++++-------- compilers/hugs98/DETAILS | 13 +++++++------ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/compilers/hugs98/BUILD b/compilers/hugs98/BUILD index 21905eb..717986d 100644 --- a/compilers/hugs98/BUILD +++ b/compilers/hugs98/BUILD @@ -1,12 +1,9 @@ ( - cd $SOURCE_DIRECTORY/src/unix && - ./configure --prefix=/usr \ - --enable-ffi \ - $OPTS && - cd .. - make && - prepare_install && - make install + ./configure --prefix=/usr \ + --enable-ffi \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/compilers/hugs98/DETAILS b/compilers/hugs98/DETAILS index b009557..70e5499 100644 --- a/compilers/hugs98/DETAILS +++ b/compilers/hugs98/DETAILS @@ -1,14 +1,15 @@ MODULE=hugs98 - VERSION=Nov2002 + VERSION=Sep2006 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://cvs.haskell.org/Hugs/downloads/$VERSION/ - WEB_SITE=http://www.haskell.org/hugs/ + SOURCE_URL=http://cvs.haskell.org/Hugs/downloads/2006-09 + SOURCE_VFY=sha1:bf3fec6b28ab812839d20a6c19d0f39e8190b4cc + WEB_SITE=http://www.haskell.org/hugs SHORT="Haskell 98 interpreter" ENTERED=20030812 UPDATED=20030812 PSAFE="no" + cat << EOF -From the website - -"Hugs 98 is a functional programming system based on Haskell 98, the de-facto -standard for non-strict functional programming lanugages" +Hugs 98 is a functional programming system based on Haskell 98, the de-facto +standard for non-strict functional programming lanugages. EOF From florin at lunar-linux.org Sun Aug 16 09:05:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 10:05:23 +0300 Subject: [Lunar-commits] html2db: removed it from the moonbade. it's old and unmaintained. Message-ID: <20090816070550.8EA9D9B1EB@doppio.foo-projects.org> commit d54ea23e2c21afd8851550bdc4260c15e38ceb41 Author: Florin Braescu Date: Sun Aug 16 10:05:23 2009 +0300 html2db: removed it from the moonbade. it's old and unmaintained. --- doc-tools/html2db/BUILD | 17 ----------------- doc-tools/html2db/DETAILS | 24 ------------------------ doc-tools/html2db/PRE_BUILD | 7 ------- 3 files changed, 0 insertions(+), 48 deletions(-) diff --git a/doc-tools/html2db/BUILD b/doc-tools/html2db/BUILD deleted file mode 100644 index 3d40060..0000000 --- a/doc-tools/html2db/BUILD +++ /dev/null @@ -1,17 +0,0 @@ -( - - sedit 's/TIDYDIR=../TIDYDIR=\/usr\/src\/html2db\/tidy/' Makefile && - cd tidy && - sedit "s/LDIR= \/usr\/local\//LDIR= \/usr\//" \ - build/gmake/Makefile && - sedit "s/\/usr\/local\/man\//\/usr\/share\/man\//" \ - build/gmake/Makefile && - cd build/gmake && - make && - - cd /usr/src/$MODULE && - make && - prepare_install && - install -m755 -groot -oroot html2db /usr/bin - -) > $C_FIFO 2>&1 diff --git a/doc-tools/html2db/DETAILS b/doc-tools/html2db/DETAILS deleted file mode 100644 index 223d37c..0000000 --- a/doc-tools/html2db/DETAILS +++ /dev/null @@ -1,24 +0,0 @@ - MODULE=html2db - VERSION=0.1 - SOURCE=html2db.tar.gz - SOURCE2=tidy_src_030307.tgz - SOURCE3=newpatch -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL[0]=http://www.cise.ufl.edu/~ppadala/tidy/ - SOURCE2_URL[0]=http://tidy.sourceforge.net/src/old/ - SOURCE3_URL[0]=http://www.cise.ufl.edu/~ppadala/tidy/ - WEB_SITE="http://www.eecs.umich.edu/~ppadala/projects/tidy/" - ENTERED=20030724 - UPDATED=20030724 - MAINTAINER=elaine at lunar-linux.org - SHORT="small utility to convert HTML to Docbook SGML/XML." -cat << EOF -html2db is a small utility to convert HTML to Docbook SGML/XML. It uses -TidyLib for parsing the HTML. For information on Docbook, visit -http://www.docbook.org - -This tool is rudimentary / alpha, no manpage, relies on a specific version -of htmltidy which is built just for this module: - -usage: html2db [-dbsgml | -dbxml] htmlfile -EOF diff --git a/doc-tools/html2db/PRE_BUILD b/doc-tools/html2db/PRE_BUILD deleted file mode 100644 index 4797e34..0000000 --- a/doc-tools/html2db/PRE_BUILD +++ /dev/null @@ -1,7 +0,0 @@ -mk_source_dir $SOURCE_DIRECTORY && -unpack $SOURCE && -cd $MODULE -unpack $SOURCE2 -cd tidy -patch_it $SOURCE_CACHE/$SOURCE3 0 -cd /usr/src/$MODULE From florin at lunar-linux.org Sun Aug 16 09:07:24 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 10:07:24 +0300 Subject: [Lunar-commits] collab: remove it from the moonbase. it's old and unmaintained. Message-ID: <20090816070747.25E519B1EB@doppio.foo-projects.org> commit 3d59767cf275e863d479a6459688f35d33f19848 Author: Florin Braescu Date: Sun Aug 16 10:07:24 2009 +0300 collab: remove it from the moonbase. it's old and unmaintained. --- eclipse/collab/BUILD | 8 -------- eclipse/collab/DEPENDS | 2 -- eclipse/collab/DETAILS | 14 -------------- eclipse/collab/PRE_BUILD | 3 --- 4 files changed, 0 insertions(+), 27 deletions(-) diff --git a/eclipse/collab/BUILD b/eclipse/collab/BUILD deleted file mode 100644 index 9636531..0000000 --- a/eclipse/collab/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - TARGET=/opt/lunar/eclipse - - prepare_install && - cp -a * $TARGET - -) > $C_FIFO 2>&1 diff --git a/eclipse/collab/DEPENDS b/eclipse/collab/DEPENDS deleted file mode 100644 index 7303d78..0000000 --- a/eclipse/collab/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends eclipse-bin - diff --git a/eclipse/collab/DETAILS b/eclipse/collab/DETAILS deleted file mode 100644 index df4de88..0000000 --- a/eclipse/collab/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=collab - VERSION=2.1.9 - EXTRA=com.composent - SOURCE=$EXTRA.$MODULE\_$VERSION.zip -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http://composent.com/plugins/eclipse3/ - SOURCE_VFY=sha1:c28caeb46efee8133488c26b7736e777c819ef97 - WEB_SITE=http://composent.com/plugins/ - ENTERED=20040730 - UPDATED=20040921 - SHORT="It's a Eclipse plugin which allows collobaration around projects" -cat << EOF -This plugin provides secure, extensible, real-time collaboration associated Eclipse with projects, and the teams of people working on those projects. -EOF diff --git a/eclipse/collab/PRE_BUILD b/eclipse/collab/PRE_BUILD deleted file mode 100644 index 10d94f9..0000000 --- a/eclipse/collab/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -mkdir -p $MODULE && -cd $MODULE && -unpack $SOURCE From florin at lunar-linux.org Sun Aug 16 09:08:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 10:08:43 +0300 Subject: [Lunar-commits] gtray: remove it from the moonbase. it's old and unmaintained. Message-ID: <20090816070904.248D49B1EB@doppio.foo-projects.org> commit b8619ffc93ffc481f10346186238994374b096b5 Author: Florin Braescu Date: Sun Aug 16 10:08:43 2009 +0300 gtray: remove it from the moonbase. it's old and unmaintained. --- gnome2/applets/gtray/BUILD | 7 ------- gnome2/applets/gtray/DEPENDS | 1 - gnome2/applets/gtray/DETAILS | 14 -------------- 3 files changed, 0 insertions(+), 22 deletions(-) diff --git a/gnome2/applets/gtray/BUILD b/gnome2/applets/gtray/BUILD deleted file mode 100644 index 40a2cd6..0000000 --- a/gnome2/applets/gtray/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - ./configure /usr && - prepare_install && - make install - -) > $C_FIFO 2>&1 diff --git a/gnome2/applets/gtray/DEPENDS b/gnome2/applets/gtray/DEPENDS deleted file mode 100644 index 75b187d..0000000 --- a/gnome2/applets/gtray/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ruby-gnome2 diff --git a/gnome2/applets/gtray/DETAILS b/gnome2/applets/gtray/DETAILS deleted file mode 100644 index 2a8d9bc..0000000 --- a/gnome2/applets/gtray/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=gtray - VERSION=1.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://fraggle.alkali.org/projects/$MODULE/ - SOURCE_VFY=md5:eb1ed905f7408185b9ce2ee7221c9a29 - WEB_SITE=http://fraggle.alkali.org/projects/$MODULE - ENTERED=20040724 - UPDATED=20040724 - SHORT="small notification area app to check the status of your GMail account" -cat << EOF -This is a small notification area app to check the status of your GMail -account and display if you have any new email. It is inspired by Elias -Torres' GTray program for windows. -EOF From florin at lunar-linux.org Sun Aug 16 09:10:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 10:10:11 +0300 Subject: [Lunar-commits] metamail: remove it from the moonbase. it's old and unmaintained. Message-ID: <20090816071032.19CF59B1EB@doppio.foo-projects.org> commit 8e1680585cb0ad60b041d629b6dcf86a85d19fec Author: Florin Braescu Date: Sun Aug 16 10:10:11 2009 +0300 metamail: remove it from the moonbase. it's old and unmaintained. --- utils/metamail/BUILD | 7 ------- utils/metamail/DETAILS | 14 -------------- 2 files changed, 0 insertions(+), 21 deletions(-) diff --git a/utils/metamail/BUILD b/utils/metamail/BUILD deleted file mode 100644 index 29110b9..0000000 --- a/utils/metamail/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - patch_it $SOURCE_CACHE/$SOURCE2 1 && - chmod 755 configure && - default_build - -) > $C_FIFO 2>&1 diff --git a/utils/metamail/DETAILS b/utils/metamail/DETAILS deleted file mode 100644 index b09eee0..0000000 --- a/utils/metamail/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=metamail - VERSION=2.7 - SOURCE=${MODULE}_$VERSION.orig.tar.gz - SOURCE2=${MODULE}_$VERSION-45.diff.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION.orig - SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/m/$MODULE/ - SOURCE2_URL[0]=http://ftp.debian.org/debian/pool/main/m/metamail/ - WEB_SITE=http://bmrc.berkeley.edu/~trey/emacs/metamail.html - ENTERED=20021206 - UPDATED=20021206 - SHORT="a MIME toolkit" -cat << EOF -metamail is a mime toolkit for e-mail. -EOF From florin at lunar-linux.org Sun Aug 16 09:14:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 16 Aug 2009 10:14:01 +0300 Subject: [Lunar-commits] cogito: remove it from the moonbase. it's deprecated. Message-ID: <20090816071423.CF4129B1EB@doppio.foo-projects.org> commit a046af8eeacbfe8f5b04eabc13959b7c933797e2 Author: Florin Braescu Date: Sun Aug 16 10:14:01 2009 +0300 cogito: remove it from the moonbase. it's deprecated. --- devel/cogito/BUILD | 8 -------- devel/cogito/DEPENDS | 9 --------- devel/cogito/DETAILS | 20 -------------------- 3 files changed, 0 insertions(+), 37 deletions(-) diff --git a/devel/cogito/BUILD b/devel/cogito/BUILD deleted file mode 100644 index e288433..0000000 --- a/devel/cogito/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - make prefix=/usr && - prepare_install && - make prefix=/usr install && - gather_docs Documentation TODO - -) > $C_FIFO 2>&1 diff --git a/devel/cogito/DEPENDS b/devel/cogito/DEPENDS deleted file mode 100644 index b477691..0000000 --- a/devel/cogito/DEPENDS +++ /dev/null @@ -1,9 +0,0 @@ -depends git -depends bash -depends sed -depends coreutils -depends rcs -depends diffutils -depends patch -depends wget -depends openssh diff --git a/devel/cogito/DETAILS b/devel/cogito/DETAILS deleted file mode 100644 index bdd3cc8..0000000 --- a/devel/cogito/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=cogito - VERSION=0.18.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$KERNEL_URL/pub/software/scm/$MODULE/ - SOURCE_VFY=sha1:d4f4028d86206ebb80b86e48f90397e60a8c7c84 - WEB_SITE=http://git.or.cz/cogito/ - ENTERED=20050707 - UPDATED=20070407 - PSAFE=no - SHORT="Version Control System layered on top of git" - -cat << EOF -Cogito is popular interface to the Git version control system. It is designed -to be comfortable, easy to use and present gentle learning curve for new -users. It is not by far as full-featured as "raw Git" is, but although the -plain Git interface went a long way since the first days, Cogito still provides -a simpler and easier to learn interface. If you want to start to use Git and -are considering Cogito, the best way to go about it is to first learn Cogito, -then pick up Git commands if you need to do something extraordinary. -EOF From engelsman at lunar-linux.org Sun Aug 16 13:34:06 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 16 Aug 2009 13:34:06 +0200 Subject: [Lunar-commits] libmowgli: version bump to 0.7.0 Message-ID: <20090816113450.BEF7F9B1ED@doppio.foo-projects.org> commit 02741bce60900c5fa5d4e3e1d8350acf6a1ea02a Author: Paul Bredbury Date: Sun Aug 16 13:34:06 2009 +0200 libmowgli: version bump to 0.7.0 --- libs/libmowgli/BUILD | 2 +- libs/libmowgli/DETAILS | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libs/libmowgli/BUILD b/libs/libmowgli/BUILD index 3499da4..1cccec6 100644 --- a/libs/libmowgli/BUILD +++ b/libs/libmowgli/BUILD @@ -1,6 +1,6 @@ ( - unset CPP + unset CPP && default_build diff --git a/libs/libmowgli/DETAILS b/libs/libmowgli/DETAILS index 355d9cf..a6f758e 100644 --- a/libs/libmowgli/DETAILS +++ b/libs/libmowgli/DETAILS @@ -1,20 +1,20 @@ MODULE=libmowgli - VERSION=0.6.1 + VERSION=0.7.0 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://distfiles.atheme.org/ - SOURCE_VFY=sha1:307172a480e5ea1d21f8978fdc3881d9bd889207 - WEB_SITE=http://www.atheme.org/projects/mowgli.shtml + SOURCE_VFY=sha1:d9a029aab1cd65189b7c8351a7f537232b2be3db + WEB_SITE=http://atheme.org/ ENTERED=20071017 - UPDATED=20080316 + UPDATED=20090816 SHORT="development framework for C" cat << EOF -mowgli is a development framework for C (like GLib), which provides high -performance and highly flexible algorithms. It can be used as a suppliment -to GLib (to add additional functions (dictionaries, hashes), or replace -some of the slow GLib list manipulation functions), or stand alone. It also -provides a powerful hook system and convenient logging for your code, as -well as a high performance block allocator. +mowgli is a development framework for C (like GLib), which provides +high-performance and highly flexible algorithms. It can be used as a +supplement to GLib (to add additional functions (dictionaries, hashes), +or replace some of the slow GLib list manipulation functions), or +stand-alone. It also provides a powerful hook system and convenient +logging for your code, as well as a high-performance block allocator. mowgli builds upon previous attempts, such as libmisc, and will likely become the primary development framework for most projects at Atheme. From engelsman at lunar-linux.org Sun Aug 16 13:34:26 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 16 Aug 2009 13:34:26 +0200 Subject: [Lunar-commits] mpd: version bump to 0.15.2 Message-ID: <20090816113450.CD5D79B223@doppio.foo-projects.org> commit 8d336b297c940889628707f463f2904c5d8214da Author: Paul Bredbury Date: Sun Aug 16 13:34:26 2009 +0200 mpd: version bump to 0.15.2 --- audio/mpd/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/mpd/DETAILS b/audio/mpd/DETAILS index e5a2037..ba6df13 100644 --- a/audio/mpd/DETAILS +++ b/audio/mpd/DETAILS @@ -1,18 +1,18 @@ MODULE=mpd - VERSION=0.15.1 + VERSION=0.15.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/musicpd/ - SOURCE_VFY=sha1:eca8821e2c34b37232621b7219e39f0a6d67d190 - WEB_SITE=http://musicpd.org + SOURCE_VFY=sha1:184ece57bb880dda9542fdb207fd43298b369373 + WEB_SITE=http://musicpd.org/ ENTERED=20060421 - UPDATED=20090721 + UPDATED=20090816 SHORT="Music player daemon" cat << EOF Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that -provides control for music playback over a local network. It is also +provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often. EOF From stumbles at lunar-linux.org Sun Aug 16 21:34:52 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 16 Aug 2009 15:34:52 -0400 Subject: [Lunar-commits] kismet: version bump and a few changes in BUILD/CONFIGURE; acpi invalid Message-ID: <20090816193548.CAEA79B1ED@doppio.foo-projects.org> commit 2e5fae147d959aecc442c9571dce17b9f8a9f4c9 Author: Dennis `stumbles` Veatch Date: Sun Aug 16 15:34:52 2009 -0400 kismet: version bump and a few changes in BUILD/CONFIGURE; acpi invalid and the gps can be removed. --- wifi/kismet/BUILD | 8 -------- wifi/kismet/CONFIGURE | 1 - wifi/kismet/DETAILS | 6 +++--- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/wifi/kismet/BUILD b/wifi/kismet/BUILD index e183d8b..1d0fd3b 100644 --- a/wifi/kismet/BUILD +++ b/wifi/kismet/BUILD @@ -1,17 +1,9 @@ ( - if [ $WITH_ACPI == "y" ]; then - OPTS="$OPTS --enable-acpi" - fi - if [ $SUIDINSTALL == "y" ]; then MAKE_INSTALL="make suidinstall" else MAKE_INSTALL="make install" - fi - - if ! module_installed gpsdrive ; then - OPTS="$OPTS --disable-gpsmap" fi && ./configure --prefix=/usr \ diff --git a/wifi/kismet/CONFIGURE b/wifi/kismet/CONFIGURE index ed59e9c..9ae27f1 100644 --- a/wifi/kismet/CONFIGURE +++ b/wifi/kismet/CONFIGURE @@ -1,2 +1 @@ -mquery WITH_ACPI "Enable ACPI support?" n mquery SUIDINSTALL "Install kismet with the suid root bit set? (not recommened!)" n diff --git a/wifi/kismet/DETAILS b/wifi/kismet/DETAILS index cc83e41..5e5d7dc 100644 --- a/wifi/kismet/DETAILS +++ b/wifi/kismet/DETAILS @@ -1,11 +1,11 @@ MODULE=kismet - VERSION=2008-05-R1 + VERSION=2009-06-R1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kismetwireless.net/code/ - SOURCE_VFY=sha1:8355aeb0374a39549dfdc0c73160125eadd7c6e2 + SOURCE_VFY=sha1:e5f9f51762e98c457c2ecdd8b04ac19f30105435 WEB_SITE=http://www.kismetwireless.net/ ENTERED=20040207 - UPDATED=20090329 + UPDATED=20090816 MAINTAINER=ratler at lunar-linux.org SHORT="An 802.11 layer2 wireless network sniffer" From tchan at lunar-linux.org Mon Aug 17 06:11:29 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 16 Aug 2009 23:11:29 -0500 Subject: [Lunar-commits] webkit: Added the debugging app GtkLauncher Message-ID: <20090817041143.543429B1ED@doppio.foo-projects.org> commit 29fa352228f78a0d85ca40449a948b7af5bb0622 Author: Terry Chan Date: Sun Aug 16 23:11:29 2009 -0500 webkit: Added the debugging app GtkLauncher --- web/webkit/BUILD | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/web/webkit/BUILD b/web/webkit/BUILD index b22622d..99f3d85 100644 --- a/web/webkit/BUILD +++ b/web/webkit/BUILD @@ -7,6 +7,7 @@ --enable-svg-fonts --enable-svg-foreign-object \ --enable-svg-as-image --enable-3D-transforms" - default_build + default_build && + install 'Programs/GtkLauncher' '/usr/bin/GtkLauncher' ) > $C_FIFO 2>&1 From tchan at lunar-linux.org Mon Aug 17 08:44:16 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 01:44:16 -0500 Subject: [Lunar-commits] fltk2: Version bump to 2.0.x-r6841 Message-ID: <20090817064512.0FE619B1ED@doppio.foo-projects.org> commit e0cecdc2f6410e8a42b0370e3d2071fe7bf91246 Author: Terry Chan Date: Mon Aug 17 01:44:16 2009 -0500 fltk2: Version bump to 2.0.x-r6841 --- libs/fltk2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/fltk2/DETAILS b/libs/fltk2/DETAILS index 8ce5f46..997eb9a 100644 --- a/libs/fltk2/DETAILS +++ b/libs/fltk2/DETAILS @@ -1,13 +1,13 @@ MODULE=fltk2 MOD=fltk - VERSION=2.0.x-r6403 + VERSION=2.0.x-r6841 SOURCE=$MOD-$VERSION.tar.bz2 SOURCE_URL=http://ftp2.easysw.com/pub/$MOD/snapshots - SOURCE_VFY=sha1:02ac7bb40ab78b7db9dc1f39b1c59248189b12e6 + SOURCE_VFY=sha1:7fbb50a8074e94731ca78a87584f4e54d6957281 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION WEB_SITE=http://www.fltk.org ENTERED=20081023 - UPDATED=20081023 + UPDATED=20090817 MAINTAINER=tchan at lunar-linux.org GARBAGE=off SHORT="fast light graphical toolkit for X11" From tchan at lunar-linux.org Mon Aug 17 08:44:59 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 01:44:59 -0500 Subject: [Lunar-commits] dillo: Version bump to 2.1.1 Message-ID: <20090817064512.1DA659B1F0@doppio.foo-projects.org> commit c167023fb7154e9604038b7d9137eeea25b74913 Author: Terry Chan Date: Mon Aug 17 01:44:59 2009 -0500 dillo: Version bump to 2.1.1 --- web/dillo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/dillo/DETAILS b/web/dillo/DETAILS index 0b575bf..19d9eae 100644 --- a/web/dillo/DETAILS +++ b/web/dillo/DETAILS @@ -1,11 +1,11 @@ MODULE=dillo - VERSION=2.0 + VERSION=2.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.dillo.org/download - SOURCE_VFY=sha1:9bde7eab5c835e13508d63a190a8bcec4e94553a + SOURCE_VFY=sha1:eb252663b9480e53e0376d75b81130404ccf40ce WEB_SITE=http://www.dillo.org ENTERED=20010922 - UPDATED=20081023 + UPDATED=20090817 SHORT="A very fast, extremely small web browser" cat << EOF From tchan at lunar-linux.org Mon Aug 17 08:53:54 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 01:53:54 -0500 Subject: [Lunar-commits] gmime: Version bump to 2.4.8. Note: gmime-2.4.x or higher is now required by balsa-2.4.x and higher. Message-ID: <20090817065538.5DCFD9B1ED@doppio.foo-projects.org> commit 917ab9b098ebe9530df6aead945f63afdf9a562a Author: Terry Chan Date: Mon Aug 17 01:53:54 2009 -0500 gmime: Version bump to 2.4.8. Note: gmime-2.4.x or higher is now required by balsa-2.4.x and higher. --- mail/gmime/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/gmime/DETAILS b/mail/gmime/DETAILS index bd04265..e39925e 100644 --- a/mail/gmime/DETAILS +++ b/mail/gmime/DETAILS @@ -1,12 +1,12 @@ MODULE=gmime - MAJOR=2.2 - VERSION=2.2.23 + MAJOR=2.4 + VERSION=2.4.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:b7b59b47ae4ae4f03e9f3f1de62bc980c4baaf9e + SOURCE_VFY=sha1:16c4facc0b7db7e72b7a7b063fd7263bfcca96a1 WEB_SITE=http://spruce.sourceforge.net/gmime/ ENTERED=20040721 - UPDATED=20090521 + UPDATED=20090817 SHORT="MIME creation/parsing library and toolset" cat << EOF From tchan at lunar-linux.org Mon Aug 17 08:55:26 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 01:55:26 -0500 Subject: [Lunar-commits] balsa: Version bump to 2.4.1 Message-ID: <20090817065538.694D19B1F0@doppio.foo-projects.org> commit 6394dbf78542e4ed92a8c557f9e08c678fde3956 Author: Terry Chan Date: Mon Aug 17 01:55:26 2009 -0500 balsa: Version bump to 2.4.1 --- mail/balsa/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/balsa/DETAILS b/mail/balsa/DETAILS index 3411e63..2482533 100644 --- a/mail/balsa/DETAILS +++ b/mail/balsa/DETAILS @@ -1,11 +1,11 @@ MODULE=balsa - VERSION=2.3.28 + VERSION=2.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://balsa.gnome.org/ - SOURCE_VFY=sha1:6e1db8d9bb8a68c93e327e78dd1943c720d8dbdc - WEB_SITE=http://balsa.gnome.org + SOURCE_URL=http://pawsa.fedorapeople.org/balsa/ + SOURCE_VFY=sha1:fc8a0ee154b22505607a82c886ccb074c28ac499 + WEB_SITE=http://pawsa.fedorapeople.org/balsa/ ENTERED=20021029 - UPDATED=20090131 + UPDATED=20090817 SHORT="GNOME email client." cat << EOF Balsa is a GNOME email client. It supports mbox, maildir, and mh local From stumbles at lunar-linux.org Mon Aug 17 11:37:18 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 17 Aug 2009 05:37:18 -0400 Subject: [Lunar-commits] lsscsi: Adding module. Message-ID: <20090817093737.8A1AC9B1ED@doppio.foo-projects.org> commit f5c4294a2eb8f7853400ad9a3d9b170a8084cbd3 Author: Dennis `stumbles` Veatch Date: Mon Aug 17 05:37:18 2009 -0400 lsscsi: Adding module. --- utils/lsscsi/BUILD | 7 +++++++ utils/lsscsi/DETAILS | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/utils/lsscsi/BUILD b/utils/lsscsi/BUILD new file mode 100644 index 0000000..b6f2dda --- /dev/null +++ b/utils/lsscsi/BUILD @@ -0,0 +1,7 @@ +( + + sedit "s:/usr/local:/usr:" Makefile + + default_make + +) > $C_FIFO 2>&1 diff --git a/utils/lsscsi/DETAILS b/utils/lsscsi/DETAILS new file mode 100644 index 0000000..2aee687 --- /dev/null +++ b/utils/lsscsi/DETAILS @@ -0,0 +1,16 @@ + MODULE=lsscsi + VERSION=0.11 + SOURCE=$MODULE-$VERSION.tgz + SOURCE_URL=http://sg.danny.cz/scsi/ + SOURCE_VFY=sha1:7faf5704ca288b19b0db89a2ce8798b4a774344c + WEB_SITE=http://sg.danny.cz/scsi/lsscsi.html#mozTocId856130 + ENTERED=20090817 + UPDATED=20090817 + SHORT="lists information about SCSI devices" + +cat << EOF +The lsscsi command lists information about SCSI devices in Linux. Using SCSI +terminology, lsscsi lists SCSI logical units (or SCSI targets when the +'--transport' option is given). The default action is to produce one line of +output for each SCSI device currently attached to the system. +EOF From tchan at lunar-linux.org Mon Aug 17 16:35:34 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 09:35:34 -0500 Subject: [Lunar-commits] zile: Version bump to 2.3.9 Message-ID: <20090817143540.DFA5DF3AC1@doppio.foo-projects.org> commit d1ef6a4eb8430654c1c33b1d4954e7b2bd72ca71 Author: Terry Chan Date: Mon Aug 17 09:35:34 2009 -0500 zile: Version bump to 2.3.9 --- editors/zile/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/zile/DETAILS b/editors/zile/DETAILS index 26277a6..ba53371 100644 --- a/editors/zile/DETAILS +++ b/editors/zile/DETAILS @@ -1,11 +1,11 @@ MODULE=zile - VERSION=2.3.7 + VERSION=2.3.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/zile/ - SOURCE_VFY=sha1:76f3e3d56140c751f460282dbe365318c2df8509 + SOURCE_VFY=sha1:e3d90bcdfd40ce8ad31e2154fe78a9abf679796b WEB_SITE=http://www.gnu.org/software/zile/ ENTERED=20010922 - UPDATED=20090620 + UPDATED=20090817 SHORT="zile is a small, fast and powerful emacs clone." cat << EOF Zile is a small, fast, and powerful Emacs clone. It is very useful for From engelsman at lunar-linux.org Mon Aug 17 21:02:20 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 17 Aug 2009 21:02:20 +0200 Subject: [Lunar-commits] lxlauncher: added missing sha1sum. Message-ID: <20090817190418.C65F29B1ED@doppio.foo-projects.org> commit d58d61546c38932829b8766437e47b72b457f583 Author: giorgos chatzipavlis Date: Mon Aug 17 21:02:20 2009 +0200 lxlauncher: added missing sha1sum. added missing sha1sum. added menu-cache as a hard dependency Note: downloads, compiles and installs, but untested - engelsman --- lxde/lxlauncher/DEPENDS | 1 + lxde/lxlauncher/DETAILS | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lxde/lxlauncher/DEPENDS b/lxde/lxlauncher/DEPENDS index f4ba29f..e8ea1b4 100644 --- a/lxde/lxlauncher/DEPENDS +++ b/lxde/lxlauncher/DEPENDS @@ -1,5 +1,6 @@ depends gtk+-2 depends startup-notification depends gnome-menus +depends menu-cache optional_depends "lxmenu-data" "" "" "for menu data" diff --git a/lxde/lxlauncher/DETAILS b/lxde/lxlauncher/DETAILS index d999abb..1e2ef5a 100644 --- a/lxde/lxlauncher/DETAILS +++ b/lxde/lxlauncher/DETAILS @@ -2,7 +2,7 @@ VERSION=0.2.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/lxde - SOURCE_VFY=sha1: + SOURCE_VFY=sha1:d9352f1a2eaf7be59824ab39d208f87af4eb81e3 WEB_SITE=http://lxde.org ENTERED=20090713 UPDATED=20090713 From engelsman at lunar-linux.org Mon Aug 17 21:03:50 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 17 Aug 2009 21:03:50 +0200 Subject: [Lunar-commits] LXDE: removed menu-cache optional dependency Message-ID: <20090817190418.CF48C9B1F0@doppio.foo-projects.org> commit 9565275b00ecc6f422bebba80b6684bc2b54ff9a Author: giorgos chatzipavlis Date: Mon Aug 17 21:03:50 2009 +0200 LXDE: removed menu-cache optional dependency removed menu-cache optional dependency because it is a dependency for lxlauncher --- profiles/LXDE/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/profiles/LXDE/DEPENDS b/profiles/LXDE/DEPENDS index 0474018..0dc4314 100644 --- a/profiles/LXDE/DEPENDS +++ b/profiles/LXDE/DEPENDS @@ -13,7 +13,6 @@ optional_depends "lxterminal" "" "" "a VTE terminal" optional_depends "lxrandr" "" "" "a XRandr GUI frontend" optional_depends "lxsession-edit" "" "" "a session editor" optional_depends "lxshortcut" "" "" "a shotcuts editor" -optional_depends "menu-cache" "" "" "a cache manager for menus" optional_depends "pcmanfm" "" "" "a filemanager" optional_depends "gpicview" "" "" "an image viewer" optional_depends "gtknetcat" "" "" "a nc frontend" From florin at lunar-linux.org Mon Aug 17 21:08:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 17 Aug 2009 22:08:48 +0300 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.30.5. Message-ID: <20090817191019.5DE999B1ED@doppio.foo-projects.org> commit 89adf767dbfc225123ff77fc80fec18ca1cd15db Author: Florin Braescu Date: Mon Aug 17 22:08:48 2009 +0300 linux-2.6: version bumped to 2.6.30.5. More bugfixes. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 4368efd..88efcc4 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.30.4 + VERSION=2.6.30.5 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:5fb7f2ccdc59c57887d586971a157bee7af324d1 - SOURCE2_VFY=sha1:0e2718a98e1c5f9739e42764134a9c2fc0c7ee25 + SOURCE2_VFY=sha1:3d69d845c2f9f1ce0868dbac0e4145a8a5a364a9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090731 + UPDATED=20090817 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From engelsman at lunar-linux.org Mon Aug 17 21:38:37 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 17 Aug 2009 21:38:37 +0200 Subject: [Lunar-commits] geany: version bump to 0.18 Message-ID: <20090817193906.23C009B1ED@doppio.foo-projects.org> commit 9a4102c421b75937ae1b1cba531bfa7f45a7f481 Author: Paul Bredbury Date: Mon Aug 17 21:38:37 2009 +0200 geany: version bump to 0.18 Files have moved from sourceforge. http://www.geany.org/Main/20090816 --- editors/geany/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/geany/DETAILS b/editors/geany/DETAILS index bd3424d..e45bcaf 100644 --- a/editors/geany/DETAILS +++ b/editors/geany/DETAILS @@ -1,11 +1,11 @@ MODULE=geany - VERSION=0.17 + VERSION=0.18 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:98b0f12c1e5b9732aa63be74eae25622393cdbe5 + SOURCE_URL=http://download.geany.org/ + SOURCE_VFY=sha1:5284e069d5da5581cf87474b5a4b37aed015d77e WEB_SITE=http://geany.uvena.de/ ENTERED=20060613 - UPDATED=20090528 + UPDATED=20090817 SHORT="Fast and lightweight IDE" cat << EOF From engelsman at lunar-linux.org Mon Aug 17 21:38:44 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 17 Aug 2009 21:38:44 +0200 Subject: [Lunar-commits] dhcpcd: version bump to 5.0.7 Message-ID: <20090817193906.31B119B1F0@doppio.foo-projects.org> commit da1c712c0adcd8e61c6fe076d361bd5111f764ab Author: Paul Bredbury Date: Mon Aug 17 21:38:44 2009 +0200 dhcpcd: version bump to 5.0.7 --- net/dhcpcd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS index 7628f9d..feda56f 100644 --- a/net/dhcpcd/DETAILS +++ b/net/dhcpcd/DETAILS @@ -1,5 +1,5 @@ MODULE=dhcpcd - VERSION=5.0.6 + VERSION=5.0.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://roy.marples.name/downloads/dhcpcd SOURCE_URL[1]=http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles @@ -9,10 +9,10 @@ SOURCE_URL[5]=http://gentoo.chem.wisc.edu/gentoo/distfiles SOURCE_URL[6]=http://mirror.internode.on.net/pub/gentoo/distfiles SOURCE_URL[7]=http://www.paldo.org/paldo/sources/dhcpcd - SOURCE_VFY=sha1:2539dfc157f3c897959ca16a4a9eabdfa4599657 + SOURCE_VFY=sha1:4ec0ddd6f7221bc70a2e807887c642949261937c WEB_SITE=http://roy.marples.name/projects/dhcpcd ENTERED=20011126 - UPDATED=20090709 + UPDATED=20090817 SHORT="DHCP client/daemon that works with @home" cat << EOF From florin at lunar-linux.org Mon Aug 17 21:41:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 17 Aug 2009 22:41:01 +0300 Subject: [Lunar-commits] neverball: version bumped to 1.5.2. Message-ID: <20090817194253.B7F559B1ED@doppio.foo-projects.org> commit ac3e6bba8f15ab45255ef79d6b1d8743c3fd86f0 Author: Florin Braescu Date: Mon Aug 17 22:41:01 2009 +0300 neverball: version bumped to 1.5.2. Drag-and-drop ZIP archive support for installing game data (including level sets). No limits on the number of replays and sets you can have. A more organized user directory layout. The long-awaited ball selection screen was finally added. Much improved ball control while in the air. A new volcano environment accompanied with original background music. Slightly improved fake shadow. UI tweaks across the board and many bugfixes. --- games/neverball/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/neverball/DETAILS b/games/neverball/DETAILS index a48a54f..07f76e4 100644 --- a/games/neverball/DETAILS +++ b/games/neverball/DETAILS @@ -1,11 +1,11 @@ MODULE=neverball - VERSION=1.5.1 + VERSION=1.5.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://icculus.org/$MODULE - SOURCE_VFY=sha1:3c4467db9a73d763e208b6646c1c42062a30cfcd + SOURCE_VFY=sha1:d40e76eec51c4fe59b4fe9a542d698669b555386 WEB_SITE=http://icculus.org/neverball ENTERED=20040210 - UPDATED=20090409 + UPDATED=20090817 MAINTAINER=florin at lunar-linux.org SHORT="A OpenGL game modeled after Super Monkey Ball" From florin at lunar-linux.org Mon Aug 17 21:45:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 17 Aug 2009 22:45:58 +0300 Subject: [Lunar-commits] avidemux: version bumped to 2.5.1. Message-ID: <20090817194654.C82489B1ED@doppio.foo-projects.org> commit d8486c26af158561732cd247c88ee8993e550de7 Author: Florin Braescu Date: Mon Aug 17 22:45:58 2009 +0300 avidemux: version bumped to 2.5.1. Bugfixes release. --- video/avidemux/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/avidemux/DETAILS b/video/avidemux/DETAILS index be6d836..1605e0a 100644 --- a/video/avidemux/DETAILS +++ b/video/avidemux/DETAILS @@ -1,12 +1,12 @@ MODULE=avidemux - VERSION=2.5.0 + VERSION=2.5.1 SOURCE=$MODULE\_$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION - SOURCE_VFY=sha1:9697f1a54006e362a361aa609d3bdc1065676fb2 + SOURCE_VFY=sha1:50fe78548e0ebf0611d23aa4755f332056520392 WEB_SITE=http://fixounet.free.fr/avidemux ENTERED=20040922 - UPDATED=20090621 + UPDATED=20090817 SHORT="A graphical tool to edit video" cat << EOF From tchan at lunar-linux.org Mon Aug 17 17:23:41 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 10:23:41 -0500 Subject: [Lunar-commits] libmpd: Updated home page url Message-ID: <20090817223720.6C94B9B1ED@doppio.foo-projects.org> commit b440274ff8bc8475a2f34e9617c2214134994d68 Author: Terry Chan Date: Mon Aug 17 10:23:41 2009 -0500 libmpd: Updated home page url --- audio/libmpd/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/libmpd/DETAILS b/audio/libmpd/DETAILS index ceed12b..e5f5067 100644 --- a/audio/libmpd/DETAILS +++ b/audio/libmpd/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.sarine.nl/Programs/gmpc/$VERSION SOURCE_VFY=sha1:8b4199975d56579437f2381a5549b1e037ea652d - WEB_SITE=http://sarine.nl/home + WEB_SITE=http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client ENTERED=20060421 UPDATED=20090310 SHORT="Abstraction library around libmpdclient" From tchan at lunar-linux.org Mon Aug 17 17:24:12 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 10:24:12 -0500 Subject: [Lunar-commits] mpc: Version bump to 0.17 Message-ID: <20090817223720.787AC9B1F0@doppio.foo-projects.org> commit f9d80519a92b131466351845c6ecd37565167d0a Author: Terry Chan Date: Mon Aug 17 10:24:12 2009 -0500 mpc: Version bump to 0.17 --- audio/mpc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mpc/DETAILS b/audio/mpc/DETAILS index 9e5ff72..4138e31 100644 --- a/audio/mpc/DETAILS +++ b/audio/mpc/DETAILS @@ -1,11 +1,11 @@ MODULE=mpc - VERSION=0.16 + VERSION=0.17 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/musicpd - SOURCE_VFY=sha1:52a8bd146081e7fdb5dc535bbfbd168e57468cf6 + SOURCE_VFY=sha1:ac9f61d0a0280ee061da5f12ec3a3f0294af736b WEB_SITE=http://www.musicpd.org/ ENTERED=20061213 - UPDATED=20090623 + UPDATED=20090817 SHORT="A command line tool for MPD" cat << EOF From tchan at lunar-linux.org Mon Aug 17 17:26:46 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 10:26:46 -0500 Subject: [Lunar-commits] gmpc: Updated home page url Message-ID: <20090817223720.8BDAB9B1F1@doppio.foo-projects.org> commit 744efdabc7794b70191f124efecce0c614228c92 Author: Terry Chan Date: Mon Aug 17 10:26:46 2009 -0500 gmpc: Updated home page url --- audio/gmpc/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/gmpc/DETAILS b/audio/gmpc/DETAILS index 3b9ba94..ef88a12 100644 --- a/audio/gmpc/DETAILS +++ b/audio/gmpc/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.sarine.nl/Programs/$MODULE/$VERSION SOURCE_VFY=sha1:95b4ec3c094fd91007407dfa559d5aef50542d6a - WEB_SITE=http://sarine.nl/home + WEB_SITE=http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client ENTERED=20060421 UPDATED=20090623 SHORT="GTK+-2 based frontend to mpd (music player daemon)" From tchan at lunar-linux.org Tue Aug 18 00:36:57 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 17 Aug 2009 17:36:57 -0500 Subject: [Lunar-commits] timezone-data: Time for another round of updates Message-ID: <20090817223720.9EBAC9B1F2@doppio.foo-projects.org> commit e92a544a15cdebf63a8ef3c34c45759ee685a47a Author: Terry Chan Date: Mon Aug 17 17:36:57 2009 -0500 timezone-data: Time for another round of updates --- utils/timezone-data/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/timezone-data/DETAILS b/utils/timezone-data/DETAILS index 95e64e2..bfd563f 100644 --- a/utils/timezone-data/DETAILS +++ b/utils/timezone-data/DETAILS @@ -1,5 +1,5 @@ MODULE=timezone-data - VERSION=2009k + VERSION=2009l DATA_VERSION=$VERSION CODE_VERSION=2009k SOURCE=tzdata${DATA_VERSION}.tar.gz @@ -10,12 +10,12 @@ SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=ftp://elsie.nci.nih.gov/pub SOURCE3_URL[0]=$PATCH_URL - SOURCE_VFY=sha1:ed79f7267b75b216e28055996e126b5dbd87890b + SOURCE_VFY=sha1:aec9300688b81aa7c018174de448686262e2a497 SOURCE2_VFY=sha1:91af66846aaec13de2de610433d31151bb890b7d SOURCE3_VFY=sha1:9f3234708c0baa44d5aeb132871cb473d37f9dbe WEB_SITE=ftp://elsie.nci.nih.gov/pub ENTERED=20070203 - UPDATED=20090709 + UPDATED=20090817 SHORT="timezone data and utilities" cat << EOF From stumbles at lunar-linux.org Tue Aug 18 02:18:23 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 17 Aug 2009 20:18:23 -0400 Subject: [Lunar-commits] usbutils: Version bump with a few minor fixups for the usb-devices script, as Message-ID: <20090818001913.F03AE9B1ED@doppio.foo-projects.org> commit 9d142e644a5ca96c81f4949428fc838a84681f5d Author: Dennis `stumbles` Veatch Date: Mon Aug 17 20:18:23 2009 -0400 usbutils: Version bump with a few minor fixups for the usb-devices script, as well as a patch to help make fetching HID descriptors a bit more robust. --- utils/usbutils/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/utils/usbutils/DETAILS b/utils/usbutils/DETAILS index 1569fd0..1f91f75 100644 --- a/utils/usbutils/DETAILS +++ b/utils/usbutils/DETAILS @@ -1,13 +1,14 @@ MODULE=usbutils - VERSION=0.84 + VERSION=0.86 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=usb.ids.gz - SOURCE_URL[0]=$SFORGE_URL/linux-usb - SOURCE2_URL[0]=http://www.linux-usb.org - SOURCE_VFY=sha1:794b75020279f95bd44f7a5b098bdb16e131592c + SOURCE_URL[0]=http://www.kernel.org/pub/linux/utils/usb/usbutils/ + SOURCE_URL[1]=$SFORGE_URL/linux-usb + SOURCE2_URL[1]=http://www.linux-usb.org + SOURCE_VFY=sha1:8789fe562a0c791cc1cdffd30af5908876efb6da WEB_SITE=http://kerneltrap.org/node/4649 ENTERED=20030108 - UPDATED=20090730 + UPDATED=20090817 SHORT="the pciutils of usb" cat << EOF From zbiggy at lunar-linux.org Tue Aug 18 02:19:18 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 18 Aug 2009 02:19:18 +0200 Subject: [Lunar-commits] sun-jdk: updated to 6u16 Message-ID: <20090818002026.E7F859B1ED@doppio.foo-projects.org> commit 9f2af437eb7f93bcc76e67b1f43bb9036aa4ad5a Author: Zbigniew Luszpinski Date: Tue Aug 18 02:19:18 2009 +0200 sun-jdk: updated to 6u16 --- compilers/sun-jdk/DETAILS | 6 +++--- compilers/sun-jdk/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compilers/sun-jdk/DETAILS b/compilers/sun-jdk/DETAILS index 268c603..7b47948 100644 --- a/compilers/sun-jdk/DETAILS +++ b/compilers/sun-jdk/DETAILS @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=6u15 + VERSION=6u16 FVERSION=1.${VERSION/u/.0_} SOURCE=jdk-$VERSION-dlj-linux-i586.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:d09eea7fb48cd662abafbf490b0cb8340936095a + SOURCE_VFY=sha1:0e284828613cc67b7ea7ce93264f7e6700e5a85d WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20090806 + UPDATED=20090818 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" diff --git a/compilers/sun-jdk/DETAILS.x86_64 b/compilers/sun-jdk/DETAILS.x86_64 index 23dd272..608d0ee 100644 --- a/compilers/sun-jdk/DETAILS.x86_64 +++ b/compilers/sun-jdk/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=sun-jdk - VERSION=6u15 + VERSION=6u16 FVERSION=1.${VERSION/u/.0_} SOURCE=jdk-$VERSION-dlj-linux-amd64.bin SOURCE_URL=http://download.java.net/dlj/binaries/ - SOURCE_VFY=sha1:77323aab8b59b5cf84ea09cb43e0e4a0c05e1f1a + SOURCE_VFY=sha1:28a22a422a08c3ac2204784001b040d4840e7959 WEB_SITE=https://jdk-distros.dev.java.net/developer.html LICENSE="proprietary" ENTERED=20070210 - UPDATED=20090806 + UPDATED=20090818 FUZZY=off LDD_CHECK=off SHORT="SUN java runtime environment" From florin at lunar-linux.org Tue Aug 18 21:19:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 18 Aug 2009 22:19:11 +0300 Subject: [Lunar-commits] dovecot: version bumped to 1.2.4. Message-ID: <20090818191943.BF2AB9B1F0@doppio.foo-projects.org> commit c0598e2a7a149cc9d9218c87030cc4e1b2649a04 Author: Florin Braescu Date: Tue Aug 18 22:19:11 2009 +0300 dovecot: version bumped to 1.2.4. Bugfixes release. --- mail/dovecot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index 1b76d03..d5ff786 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,11 +1,11 @@ MODULE=dovecot - VERSION=1.2.3 + VERSION=1.2.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/1.2 - SOURCE_VFY=sha1:881ae3748af2f2352b3e84037ce044b57eef4b7c + SOURCE_VFY=sha1:37a9947cd86c09a7b5582f085c6a75e928336f1e WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20090809 + UPDATED=20090818 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From tchan at lunar-linux.org Tue Aug 18 23:15:39 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 18 Aug 2009 16:15:39 -0500 Subject: [Lunar-commits] geeqie: Version bump to 1.0beta2 Message-ID: <20090818211546.13402F414A@doppio.foo-projects.org> commit 8118b1d2fae08ef921236208e6e2e5663d8d5b58 Author: Terry Chan Date: Tue Aug 18 16:15:39 2009 -0500 geeqie: Version bump to 1.0beta2 --- zbeta/geeqie/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/geeqie/DETAILS b/zbeta/geeqie/DETAILS index 7f242bb..52b6e38 100644 --- a/zbeta/geeqie/DETAILS +++ b/zbeta/geeqie/DETAILS @@ -1,11 +1,11 @@ MODULE=geeqie - VERSION=1.0beta1 + VERSION=1.0beta2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:ff1d3647d55c8db0acf9e471960d0df33c60de80 + SOURCE_VFY=sha1:2f26de077d90cad5a0499bfd5e8e3908947773de WEB_SITE=http://geeqie.sourceforge.net/ ENTERED=20081030 - UPDATED=20090528 + UPDATED=20090818 SHORT="lightweight Gtk+ based image viewer" cat << EOF Geeqie has been forked from gqview project, because it was not possible to From tchan at lunar-linux.org Wed Aug 19 03:56:22 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 18 Aug 2009 20:56:22 -0500 Subject: [Lunar-commits] pan2-git: pan2 git version added to moonbase Message-ID: <20090819015731.B2A689B1F1@doppio.foo-projects.org> commit 1abff173badbb7deeff285bd9fe0672dd30cbe21 Author: Terry Chan Date: Tue Aug 18 20:56:22 2009 -0500 pan2-git: pan2 git version added to moonbase --- zbeta/pan2-git/BUILD | 11 +++++++++++ zbeta/pan2-git/CONFLICTS | 2 ++ zbeta/pan2-git/DEPENDS | 3 +++ zbeta/pan2-git/DETAILS | 26 ++++++++++++++++++++++++++ 4 files changed, 42 insertions(+), 0 deletions(-) diff --git a/zbeta/pan2-git/BUILD b/zbeta/pan2-git/BUILD new file mode 100644 index 0000000..a39ef47 --- /dev/null +++ b/zbeta/pan2-git/BUILD @@ -0,0 +1,11 @@ +( + ./autogen.sh --build=$BUILD \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $OPTS && + default_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/pan2-git/CONFLICTS b/zbeta/pan2-git/CONFLICTS new file mode 100644 index 0000000..e09d6fe --- /dev/null +++ b/zbeta/pan2-git/CONFLICTS @@ -0,0 +1,2 @@ +conflicts pan2 +conflicts pan2-beta diff --git a/zbeta/pan2-git/DEPENDS b/zbeta/pan2-git/DEPENDS new file mode 100644 index 0000000..d17f520 --- /dev/null +++ b/zbeta/pan2-git/DEPENDS @@ -0,0 +1,3 @@ +depends gtk+-2 && +depends pcre && +depends gmime diff --git a/zbeta/pan2-git/DETAILS b/zbeta/pan2-git/DETAILS new file mode 100644 index 0000000..6ce9508 --- /dev/null +++ b/zbeta/pan2-git/DETAILS @@ -0,0 +1,26 @@ + MODULE=pan2-git + VERSION=0.133 + SOURCE=${MODULE}-${VERSION}.tar.bz2 + SOURCE_URL=git://github.com/lostcoder/pan2.git + WEB_SITE=http://github.com/lostcoder/pan2/tree/master + ENTERED=20090818 + UPDATED=`date -u +%Y%m%d` + SHORT="Pan is a newsreader, loosely based on Agent and Gravity." +cat << EOF +Pan is a newsreader, loosely based on Agent and Gravity, which attempts +to be pleasant to use for new and advanced users alike. It has all the +typical features found in newsreaders, and also supports offline +reading, multiple connections, and a number of features for power users +and alt.binaries fans. + +pan2-beta is a complete rewrite of pan2 in C++. Smaller memory foot print for +large newsgroups has been cut by 2/3. Time to download headers has been cut +by 2/3 by parallelizing the download across multiple connections to the server. +Multiserver support. NZB support. All the user interface windows and dialogs +have been redesigned. + +pan2-git is pan2-beta with many "fixes" that seem to be on hold as the regular +pan2 projects seems to be stalled for over a year now. This is currently the +ONLY version in moonbase that correctly compiles with gmime-2.4.x, newer glib-2, +etc. +EOF From tchan at lunar-linux.org Wed Aug 19 03:56:46 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 18 Aug 2009 20:56:46 -0500 Subject: [Lunar-commits] pan2-beta: Updated for conflict with pan2-git Message-ID: <20090819015731.C18AC9B1F2@doppio.foo-projects.org> commit b57edf089d485bf2435a62ab1934117920b27b86 Author: Terry Chan Date: Tue Aug 18 20:56:46 2009 -0500 pan2-beta: Updated for conflict with pan2-git --- zbeta/pan2-beta/CONFLICTS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zbeta/pan2-beta/CONFLICTS b/zbeta/pan2-beta/CONFLICTS index ef1a498..f9ce152 100644 --- a/zbeta/pan2-beta/CONFLICTS +++ b/zbeta/pan2-beta/CONFLICTS @@ -1 +1,2 @@ conflicts pan2 +conflicts pan2-git From tchan at lunar-linux.org Wed Aug 19 03:57:07 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 18 Aug 2009 20:57:07 -0500 Subject: [Lunar-commits] pan2: Updated for conflict with pan2-git Message-ID: <20090819015731.D1E079B1F3@doppio.foo-projects.org> commit 16928bfdfa37d80234dab38cbeaef19e1835112c Author: Terry Chan Date: Tue Aug 18 20:57:07 2009 -0500 pan2: Updated for conflict with pan2-git --- news/pan2/CONFLICTS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/news/pan2/CONFLICTS b/news/pan2/CONFLICTS index 32c9cef..cc6075a 100644 --- a/news/pan2/CONFLICTS +++ b/news/pan2/CONFLICTS @@ -1 +1,2 @@ conflicts pan2-beta +conflicts pan2-git From tchan at lunar-linux.org Wed Aug 19 04:08:36 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 18 Aug 2009 21:08:36 -0500 Subject: [Lunar-commits] bzr-gtk: GTK+ interface for bzr, added to moonbase Message-ID: <20090819021003.5F71F9B1F1@doppio.foo-projects.org> commit b4377d589a19d1090ba6d61d7db93e4d67524811 Author: Terry Chan Date: Tue Aug 18 21:08:36 2009 -0500 bzr-gtk: GTK+ interface for bzr, added to moonbase --- devel/bzr-gtk/BUILD | 6 ++++++ devel/bzr-gtk/DEPENDS | 3 +++ devel/bzr-gtk/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-) diff --git a/devel/bzr-gtk/BUILD b/devel/bzr-gtk/BUILD new file mode 100644 index 0000000..907dd79 --- /dev/null +++ b/devel/bzr-gtk/BUILD @@ -0,0 +1,6 @@ +( + + prepare_install && + python setup.py install + +) > $C_FIFO 2>&1 diff --git a/devel/bzr-gtk/DEPENDS b/devel/bzr-gtk/DEPENDS new file mode 100644 index 0000000..4dbc83d --- /dev/null +++ b/devel/bzr-gtk/DEPENDS @@ -0,0 +1,3 @@ +depends Python +depends bzr +depends gtk+-2 diff --git a/devel/bzr-gtk/DETAILS b/devel/bzr-gtk/DETAILS new file mode 100644 index 0000000..eca748d --- /dev/null +++ b/devel/bzr-gtk/DETAILS @@ -0,0 +1,20 @@ + MODULE=bzr-gtk + VERSION=0.96.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://edge.launchpad.net/$MODULE/trunk/$VERSION/+download + SOURCE_VFY=sha1:d40bc8a5d8c5fb6a93660fe971f80bbaa8230cae + WEB_SITE=http://bazaar-vcs.org/bzr-gtk + ENTERED=20090818 + UPDATED=20090818 + MAINTAINER=tchan at lunar-linux.org + SHORT="plugin that provides GTK+ interface to bzr" + +cat << EOF +bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most +Bazaar operations. + +It will also integrate with the GNOME desktop environment, if GNOME python +bindings are found. + +Try "bzr viz" in a Bazaar repository to see the gui in action. +EOF From tchan at lunar-linux.org Wed Aug 19 04:13:16 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 18 Aug 2009 21:13:16 -0500 Subject: [Lunar-commits] bzr-gtk: Updated depends for a much larger list of required depends. Message-ID: <20090819021322.554629B1F1@doppio.foo-projects.org> commit fc92123ed3bbc1b651429818159aeff5b8c3adb7 Author: Terry Chan Date: Tue Aug 18 21:13:16 2009 -0500 bzr-gtk: Updated depends for a much larger list of required depends. --- devel/bzr-gtk/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/devel/bzr-gtk/DEPENDS b/devel/bzr-gtk/DEPENDS index 4dbc83d..83e4eec 100644 --- a/devel/bzr-gtk/DEPENDS +++ b/devel/bzr-gtk/DEPENDS @@ -1,3 +1,2 @@ -depends Python depends bzr -depends gtk+-2 +depends pygtk From florin at lunar-linux.org Wed Aug 19 07:22:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 19 Aug 2009 08:22:12 +0300 Subject: [Lunar-commits] poppler: version bumped to 0.11.3. Message-ID: <20090819052301.9E72D9B1F1@doppio.foo-projects.org> commit be679bd88be1d099270ee0522dc0a12cf8246fe1 Author: Florin Braescu Date: Wed Aug 19 08:22:12 2009 +0300 poppler: version bumped to 0.11.3. Several optimizations in the Cairo renderer. A fix in alpha handling of some files in the Splash rendering. Conversion to PS in some files has been fixed. Better locale handling. The addition of the Color Management API to the Qt4 frontend. The -png flag has been added to pdftoppm to output to PNG. --- libs/poppler/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/poppler/DETAILS b/libs/poppler/DETAILS index 8de499d..2b52ccf 100644 --- a/libs/poppler/DETAILS +++ b/libs/poppler/DETAILS @@ -1,12 +1,12 @@ MODULE=poppler - VERSION=0.11.2 + VERSION=0.11.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:df1c3be6f31f6e79afce32bed2996a52e29e4f7d + SOURCE_VFY=sha1:da9f5ee5844b96f8570a4bacf3ee730845b82755 WEB_SITE=http://poppler.freedesktop.org ENTERED=20050918 - UPDATED=20090804 - SHORT="A PDF rendering library based on the xpdf-3.02 code base" + UPDATED=20090819 + SHORT="A PDF rendering library" cat << EOF Poppler is a PDF rendering library based on the xpdf-3.02 code base. From florin at lunar-linux.org Wed Aug 19 14:07:55 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 19 Aug 2009 15:07:55 +0300 Subject: [Lunar-commits] pidgin: version bumped to 2.6.1. Message-ID: <20090819121221.51B189B1F1@doppio.foo-projects.org> commit 3feb78df419d264a8f7581e62a7e974daf2a8b07 Author: Florin Braescu Date: Wed Aug 19 15:07:55 2009 +0300 pidgin: version bumped to 2.6.1. Many bugfixes and improvements. Security fixes too. --- chat/pidgin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS index 5b58e17..68fd763 100644 --- a/chat/pidgin/DETAILS +++ b/chat/pidgin/DETAILS @@ -1,11 +1,11 @@ MODULE=pidgin - VERSION=2.5.8 + VERSION=2.6.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:672f7e16c429c210f33f2499520c436db4e2384c + SOURCE_VFY=sha1:f14b1a6d36f3fc168c0e0d5949046eedee56d724 WEB_SITE=http://pidgin.im ENTERED=20070506 - UPDATED=20090629 + UPDATED=20090819 SHORT="A multi-protocol instant messaging application" cat << EOF From florin at lunar-linux.org Wed Aug 19 14:57:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 19 Aug 2009 15:57:34 +0300 Subject: [Lunar-commits] neon: version bumped to 0.28.6. Message-ID: <20090819125818.62DEA9B1F1@doppio.foo-projects.org> commit cb8f45b2fac4635b0e3e093a033b6842156fd9ca Author: Florin Braescu Date: Wed Aug 19 15:57:34 2009 +0300 neon: version bumped to 0.28.6. This release fixes two security issues. The "billion laughs" XML entity expansion attack allowed a denial of service by a malicious server if neon was linked against expat. The handling of NUL bytes in an SSL certificate subject name allowed a possible MITM attack. --- libs/neon/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/neon/DETAILS b/libs/neon/DETAILS index 4fdfbea..5d12f99 100644 --- a/libs/neon/DETAILS +++ b/libs/neon/DETAILS @@ -1,11 +1,11 @@ MODULE=neon - VERSION=0.28.4 + VERSION=0.28.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webdav.org/$MODULE - SOURCE_VFY=sha1:f2685b56cecf754cb51ac69f974ea090ea85c75e + SOURCE_VFY=sha1:da7db2e3289cc3dbef7794e8cc3c56978a0d7157 WEB_SITE=http://www.webdav.org/neon ENTERED=20020526 - UPDATED=20090305 + UPDATED=20090819 SHORT="WebDAV client library, with a C interface" cat << EOF From sofar at foo-projects.org Wed Aug 19 20:03:05 2009 From: sofar at foo-projects.org (Auke Kok) Date: Wed, 19 Aug 2009 20:03:05 +0200 Subject: [Lunar-commits] btrfs-progs: fs tools for btrfs Message-ID: <20090819180309.97385F45B1@doppio.foo-projects.org> commit a9c60041d58f45752c85a1b0ec85a2148bbcbcf0 Author: Auke Kok Date: Wed Aug 19 20:03:05 2009 +0200 btrfs-progs: fs tools for btrfs --- zbeta/btrfs-progs/BUILD | 7 +++++++ zbeta/btrfs-progs/DETAILS | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/zbeta/btrfs-progs/BUILD b/zbeta/btrfs-progs/BUILD new file mode 100644 index 0000000..b14b924 --- /dev/null +++ b/zbeta/btrfs-progs/BUILD @@ -0,0 +1,7 @@ +( + + prefix=/usr make && + prepare_install && + prefix=/usr make install + +) > $C_FIFO 2>&1 diff --git a/zbeta/btrfs-progs/DETAILS b/zbeta/btrfs-progs/DETAILS new file mode 100644 index 0000000..a48d4f2 --- /dev/null +++ b/zbeta/btrfs-progs/DETAILS @@ -0,0 +1,16 @@ + MODULE=btrfs-progs + VERSION=0.19 + SOURCE=${MODULE}-${VERSION}.tar.bz2 + SOURCE_URL=http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:483b44e844c3a97ccb830add21ca9327545dbc69 + WEB_SITE="http://btrfs.wiki.kernel.org/index.php/Main_Page" + ENTERED=20090819 + UPDATED=20090819 + SHORT="btrfs userspace tools" +cat < thunderbird: Version bump to 2.0.0.23 Message-ID: <20090821015815.DB7DE9B1F4@doppio.foo-projects.org> commit 3e2ccd2073ad7f4fd049946df564fda58cb6c195 Author: Terry Chan Date: Thu Aug 20 20:16:38 2009 -0500 thunderbird: Version bump to 2.0.0.23 --- mail/thunderbird/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS index 4516cb6..73a6341 100644 --- a/mail/thunderbird/DETAILS +++ b/mail/thunderbird/DETAILS @@ -1,5 +1,5 @@ MODULE=thunderbird - VERSION=2.0.0.22 + VERSION=2.0.0.23 SOURCE=thunderbird-$VERSION-source.tar.bz2 SOURCE2=thunderbird.desktop SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla @@ -7,12 +7,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/ SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source/ SOURCE_URL[3]=http://archive.progeny.com/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_VFY=sha1:a9da470ff090dfd049cae6b0c3b1a4e95c3f2022 + SOURCE_VFY=sha1:a237bfb92ec9c4b2bed7ea744e95d01ec43e07f1 SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:88f83d8dda242f34d0f1bb58c4a0b98d353ef7e1 WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20031021 - UPDATED=20090622 + UPDATED=20090820 SHORT="A full-featured mail client" PSAFE=no cat << EOF From florin at lunar-linux.org Fri Aug 21 06:58:54 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 21 Aug 2009 07:58:54 +0300 Subject: [Lunar-commits] xf86-input-evdev: version bumped to 2.2.5. Message-ID: <20090821045952.712C09B1F4@doppio.foo-projects.org> commit 0487a7819b0abd24674a08982945d16d15863704 Author: Florin Braescu Date: Fri Aug 21 07:58:54 2009 +0300 xf86-input-evdev: version bumped to 2.2.5. Bugfixes. --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index 8784613..071355d 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.2.4 + VERSION=2.2.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:617f2f2e8649653caa8bb78aaa71f0ebe8168189 + SOURCE_VFY=sha1:2e185413dae1873450622c8b28a631e504d66f6b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090806 + UPDATED=20090821 SHORT="An input driver" cat << EOF From florin at lunar-linux.org Fri Aug 21 07:02:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 21 Aug 2009 08:02:27 +0300 Subject: [Lunar-commits] xf86-video-chips: version bumped to 1.2.2. Message-ID: <20090821050342.A85329B1F4@doppio.foo-projects.org> commit 607f1186b7382857a649f91c56aca533e4562416 Author: Florin Braescu Date: Fri Aug 21 08:02:27 2009 +0300 xf86-video-chips: version bumped to 1.2.2. Remove xorgconfig & xorgcfg from See Also list in man page. Update for resources/RAC API removal. Change to using ABI version check. Fix PCI card probe and chipset detection. --- xorg7/driver/xf86-video-chips/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-chips/DETAILS b/xorg7/driver/xf86-video-chips/DETAILS index 62263ad..dca03f3 100644 --- a/xorg7/driver/xf86-video-chips/DETAILS +++ b/xorg7/driver/xf86-video-chips/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-chips - VERSION=1.2.1 + VERSION=1.2.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:95705cb8d970fb52fb21e05acad952b71afb808b + SOURCE_VFY=sha1:3990bc1cf4e8963164b3a38b15f92bc87da9278c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20081225 + UPDATED=20090822 SHORT="The X.Org video driver for Chips and Technologies based cards" cat << EOF From florin at lunar-linux.org Fri Aug 21 17:17:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 21 Aug 2009 18:17:30 +0300 Subject: [Lunar-commits] coreutils: version bumped to 7.5. Message-ID: <20090821151815.B4AE99B1EB@doppio.foo-projects.org> commit 5078e6aeebc0b8d20f2ea507321dc23493679b6c Author: Florin Braescu Date: Fri Aug 21 18:17:30 2009 +0300 coreutils: version bumped to 7.5. Changes: ** Bug fixes ** New programs stdbuf: A new program to run a command with modified stdio buffering for its standard streams. ** Changes in behavior ls --color: files with multiple hard links are no longer colored differently by default. That can be enabled by changing the LS_COLORS environment variable. You can control that using the MULTIHARDLINK dircolors input variable which corresponds to the 'mh' LS_COLORS item. Note these variables were renamed from 'HARDLINK' and 'hl' which were available since coreutils-7.1 when this feature was introduced. ** New features chroot now accepts the options --userspec and --groups. cp accepts a new option, --reflink: create a lightweight copy using copy-on-write (COW). This is currently only supported within a btrfs file system. cp now preserves time stamps on symbolic links, when possible sort accepts a new option, --human-numeric-sort (-h): sort numbers while honoring human readable suffixes like KiB and MB etc. tail --follow now uses inotify when possible, to be more responsive to file changes and more efficient when monitoring many files. --- utils/coreutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS index 6d90e96..8e3d0b3 100644 --- a/utils/coreutils/DETAILS +++ b/utils/coreutils/DETAILS @@ -1,15 +1,15 @@ MODULE=coreutils - VERSION=7.4 + VERSION=7.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-7.2-uname.patch.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:cfb399b1d121abde8c1b68b2651a645b7170547f + SOURCE_VFY=sha1:97e1486a33bf42eb7686d8f131c80ab533f1f683 SOURCE2_VFY=sha1:3368b75d5756e036d4e95094871808f241c86892 WEB_SITE=http://www.gnu.org/software/$MODULE ENTERED=20030217 - UPDATED=20090508 + UPDATED=20090821 SHORT="Contains latest sh-utils, textutils and fileutils" cat << EOF From florin at lunar-linux.org Fri Aug 21 17:24:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 21 Aug 2009 18:24:03 +0300 Subject: [Lunar-commits] valgrind: version bumped to 3.5.0. Message-ID: <20090821152427.A4BC59B1EB@doppio.foo-projects.org> commit edd1caaf8749cc08cd81d580243465367313e27e Author: Florin Braescu Date: Fri Aug 21 18:24:03 2009 +0300 valgrind: version bumped to 3.5.0. Changes: * Bugfixes. * Improvements and simplifications to Memcheck's leak checker. * Clarification and simplifications in various aspects of Valgrind's text output. * XML output for Helgrind and Ptrcheck. * Performance and stability improvements for Helgrind and DRD. * Genuinely atomic support for x86/amd64/ppc atomic instructions. * A new experimental tool, BBV, useful for computer architecture research. * Improved Wine support, including ability to read Windows PDB debuginfo. --- devel/valgrind/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/valgrind/DETAILS b/devel/valgrind/DETAILS index f01047f..2fdb052 100644 --- a/devel/valgrind/DETAILS +++ b/devel/valgrind/DETAILS @@ -1,11 +1,11 @@ MODULE=valgrind - VERSION=3.4.1 + VERSION=3.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://valgrind.org/downloads - SOURCE_VFY=sha1:935ea4642b6d9b33a6686c5b0ce70f2f0929fe0d + SOURCE_VFY=sha1:76678c2617278cc9fbda1232e4e56fb2a96b0eb8 WEB_SITE=http://valgrind.org ENTERED=20050821 - UPDATED=20090303 + UPDATED=20090821 SHORT="An open-source memory debugger for x86-GNU/Linux" cat < scite: version bumped to 201. Message-ID: <20090821152957.475749B1EB@doppio.foo-projects.org> commit d539dfa78e5573de842c67fcd1e5138d31ad6802 Author: Florin Braescu Date: Fri Aug 21 18:29:14 2009 +0300 scite: version bumped to 201. It supports now multiple selection and virtual space. --- editors/scite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/scite/DETAILS b/editors/scite/DETAILS index c7f2ff8..d3caa74 100644 --- a/editors/scite/DETAILS +++ b/editors/scite/DETAILS @@ -1,11 +1,11 @@ MODULE=scite - VERSION=179 + VERSION=201 SOURCE=$MODULE$VERSION.tgz SOURCE_URL=$SFORGE_URL/scintilla - SOURCE_VFY=sha1:43f343b75785b077b6a93b5be8f5fc7544a1a005 + SOURCE_VFY=sha1:ffa264a6d22c57f0c2fe47ce2d8efa348558a020 WEB_SITE=http://www.scintilla.org/SciTE.html ENTERED=20020505 - UPDATED=20090706 + UPDATED=20090821 SHORT="A SCIntilla based Text Editor" cat << EOF From zmcgrew at lunar-linux.org Fri Aug 21 20:47:19 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Fri, 21 Aug 2009 11:47:19 -0700 Subject: [Lunar-commits] pidgin: libidn is now an optional depends Message-ID: <20090821184923.7CD889B1EB@doppio.foo-projects.org> commit 6c4cb497893260d6153c34b5edc2222becc686fc Author: Zachary McGrew Date: Fri Aug 21 11:47:19 2009 -0700 pidgin: libidn is now an optional depends --- chat/pidgin/DEPENDS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS index c0e81f2..85d4517 100644 --- a/chat/pidgin/DEPENDS +++ b/chat/pidgin/DEPENDS @@ -70,6 +70,11 @@ optional_depends "gnutls" \ "" \ "for MSN & GoogleTalk support (say 'y' here if you said 'n' to nss)" +optional_depends "libidn" \ + "" \ + "--disable-idn" \ + "for unicode domain support" + optional_depends "GConf" \ "" \ "" \ From tchan at lunar-linux.org Sat Aug 22 00:49:44 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 21 Aug 2009 17:49:44 -0500 Subject: [Lunar-commits] midori-git, midori: git version of the midori module Updated CONFLICTS file for midori-git vs midori. Message-ID: <20090821225045.62D719B1EB@doppio.foo-projects.org> commit 03a0759c0cdd36e4f463d7290e174cf9cfeeef57 Author: Terry Chan Date: Fri Aug 21 17:49:44 2009 -0500 midori-git, midori: git version of the midori module Updated CONFLICTS file for midori-git vs midori. --- zbeta/midori-git/BUILD | 15 +++++++++++++++ zbeta/midori-git/CONFIGURE | 1 + zbeta/midori-git/CONFLICTS | 1 + zbeta/midori-git/DEPENDS | 11 +++++++++++ zbeta/midori-git/DETAILS | 18 ++++++++++++++++++ zbeta/midori/CONFLICTS | 1 + 6 files changed, 47 insertions(+), 0 deletions(-) diff --git a/zbeta/midori-git/BUILD b/zbeta/midori-git/BUILD new file mode 100644 index 0000000..ba4d4b7 --- /dev/null +++ b/zbeta/midori-git/BUILD @@ -0,0 +1,15 @@ +( + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $OPTS && + make && + prepare_install && + strip _build_/default/midori/midori && + strip _build_/default/extensions/*.so && + make install + +) > $C_FIFO 2>&1 diff --git a/zbeta/midori-git/CONFIGURE b/zbeta/midori-git/CONFIGURE new file mode 100644 index 0000000..14a2421 --- /dev/null +++ b/zbeta/midori-git/CONFIGURE @@ -0,0 +1 @@ +mquery WITH_ADDONS "Enable building of extensions" y "--enable-addons" "--disable-addons" diff --git a/zbeta/midori-git/CONFLICTS b/zbeta/midori-git/CONFLICTS new file mode 100644 index 0000000..461ce51 --- /dev/null +++ b/zbeta/midori-git/CONFLICTS @@ -0,0 +1 @@ +conflicts midori diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS new file mode 100644 index 0000000..bd148f3 --- /dev/null +++ b/zbeta/midori-git/DEPENDS @@ -0,0 +1,11 @@ +depends libsexy +depends webkit +depends libxml2 +depends libsoup + +optional_depends unique "--enable-unique" "--disable-unique" \ + "for single instance midori" +optional_depends sqlite "--enable-sqlite" "--disable-sqlite" \ + "enable history database support" +optional_depends libidn "--enable-libidn" "--disable-libidn" \ + "enable internation domain name support" diff --git a/zbeta/midori-git/DETAILS b/zbeta/midori-git/DETAILS new file mode 100644 index 0000000..351c005 --- /dev/null +++ b/zbeta/midori-git/DETAILS @@ -0,0 +1,18 @@ + MODULE=midori-git + VERSION=0.1.9 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=git://git.xfce.org/apps/midori + WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html + ENTERED=20070921 + UPDATED=`date -u +%Y%m%d` + SHORT="lightweight WebKit/Gtk+-2 based browser" + +cat << EOF +Midori is a lightweight web browser. + * Full integration with GTK+2 + * Fast rendering with WebKit + * Tabs, windows, and session management + * Bookmarks are stored with XBEL + * Searchbox based on OpenSearch + * User scripts and user styles support +EOF diff --git a/zbeta/midori/CONFLICTS b/zbeta/midori/CONFLICTS new file mode 100644 index 0000000..01a4b0d --- /dev/null +++ b/zbeta/midori/CONFLICTS @@ -0,0 +1 @@ +conflicts midori-git From zbiggy at lunar-linux.org Sat Aug 22 10:37:18 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 22 Aug 2009 10:37:18 +0200 Subject: [Lunar-commits] NVIDIA: updated to 185.18.36, fixed build Message-ID: <20090822084218.EEC149B1EB@doppio.foo-projects.org> commit ff2447c9fec355e09126e32bc07267ef129c2193 Author: Zbigniew Luszpinski Date: Sat Aug 22 10:37:18 2009 +0200 NVIDIA: updated to 185.18.36, fixed build --- x11/NVIDIA/BUILD | 3 +++ x11/NVIDIA/DETAILS | 6 +++--- x11/NVIDIA/DETAILS.x86_64 | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA/BUILD b/x11/NVIDIA/BUILD index dbd80b7..03cf16f 100644 --- a/x11/NVIDIA/BUILD +++ b/x11/NVIDIA/BUILD @@ -1,5 +1,8 @@ ( + # Clean up old install before doing new one + ./nvidia-installer --uninstall --silent && + # We make the kernel modules on our own cd $SOURCE_DIRECTORY/usr/src/nv && diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index 6a803db..a159645 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=185.18.31 + VERSION=185.18.36 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE_VFY=sha1:2766cfc7a656211c43e7c80a3c3dc44ae463ff3b + SOURCE_VFY=sha1:1565639460c2438753251a89b9beb1a5101816ec WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090803 + UPDATED=20090821 SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index a9dfaf6..94c9581 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=185.18.31 + VERSION=185.18.36 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:c975ee9e7815e549b7d5418e6d422ec5f3966cc0 + SOURCE_VFY=sha1:480fcdf1b0c6846fbcbd8bdea0ac0c1310d6b3cf WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090803 + UPDATED=20090821 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From zbiggy at lunar-linux.org Sat Aug 22 10:38:04 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 22 Aug 2009 10:38:04 +0200 Subject: [Lunar-commits] unrar: updated to 3.9.6 Message-ID: <20090822084219.049D19B1F4@doppio.foo-projects.org> commit c7e346f4b54da6686250233f4b7a8f0cc5ebf063 Author: Zbigniew Luszpinski Date: Sat Aug 22 10:38:04 2009 +0200 unrar: updated to 3.9.6 --- archive/unrar/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/unrar/DETAILS b/archive/unrar/DETAILS index 1674331..eb68234 100644 --- a/archive/unrar/DETAILS +++ b/archive/unrar/DETAILS @@ -1,12 +1,12 @@ MODULE=unrar MYMODULE=unrarsrc - VERSION=3.9.5 + VERSION=3.9.6 SOURCE=$MYMODULE-$VERSION.tar.gz SOURCE_URL=http://www.rarlab.com/rar/ - SOURCE_VFY=sha1:7314c643c203cb177dd44de1d507bed60bd65b49 + SOURCE_VFY=sha1:b2c0f08060b8ec92f4439d41ed4c613f4b801ed8 WEB_SITE=http://www.rarlab.com ENTERED=20011117 - UPDATED=20090725 + UPDATED=20090821 MAINTAINER=tchan at lunar-linux.org SHORT="utility to extract, view, and test the contents of an RAR archive." From zbiggy at lunar-linux.org Sat Aug 22 10:41:39 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 22 Aug 2009 10:41:39 +0200 Subject: [Lunar-commits] lzma-sdk: updated to 9.06 Message-ID: <20090822084219.1AE739B1F5@doppio.foo-projects.org> commit 64ff24f0ec2134a1732d070d6d8c620d50eac898 Author: Zbigniew Luszpinski Date: Sat Aug 22 10:41:39 2009 +0200 lzma-sdk: updated to 9.06 --- archive/lzma-sdk/BUILD | 16 ++++++++++------ archive/lzma-sdk/DETAILS | 6 +++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/archive/lzma-sdk/BUILD b/archive/lzma-sdk/BUILD index b6c6d75..8342cf9 100644 --- a/archive/lzma-sdk/BUILD +++ b/archive/lzma-sdk/BUILD @@ -1,14 +1,18 @@ ( -cd $SOURCE_DIRECTORY/C/Archive/7z && -make -f makefile.gcc clean && +cd $SOURCE_DIRECTORY/C/Util/Lzma && sedit "s:-O2:$CFLAGS:" makefile.gcc && -make -f makefile.gcc && +make -f makefile.gcc clean all && + +cd $SOURCE_DIRECTORY/C/Util/7z && +sedit "s:-O2:$CFLAGS:" makefile.gcc && +make -f makefile.gcc clean all && + cd $SOURCE_DIRECTORY/CPP/7zip/Compress/LZMA_Alone && -make -f makefile.gcc clean && sedit "s:-O2:$CFLAGS:" makefile.gcc && -make -f makefile.gcc && +make -f makefile.gcc clean all && prepare_install && -install $SOURCE_DIRECTORY/C/Archive/7z/7zDec /usr/bin && +install $SOURCE_DIRECTORY/C/Util/Lzma/lzma /usr/bin/lzma-nongnuc && +install $SOURCE_DIRECTORY/C/Util/7z/7zDec /usr/bin && install $SOURCE_DIRECTORY/CPP/7zip/Compress/LZMA_Alone/lzma /usr/bin/lzma-nongnu ) > $C_FIFO 2>&1 diff --git a/archive/lzma-sdk/DETAILS b/archive/lzma-sdk/DETAILS index 1cec896..64e5b20 100644 --- a/archive/lzma-sdk/DETAILS +++ b/archive/lzma-sdk/DETAILS @@ -1,12 +1,12 @@ MODULE=lzma-sdk - VERSION=465 + VERSION=906 SOURCE=lzma$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/sevenzip/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:5ec1c4606fec88c770a9712073e83916f8aed173 + SOURCE_VFY=sha1:2937a631d32ffbd7f3cd55be86db1a5450647f42 WEB_SITE=http://www.7-zip.org/ ENTERED=20080129 - UPDATED=20090320 + UPDATED=20090821 SHORT="LZMA archiver generated from genuine SDK" cat << EOF Genuine LZMA utils from SDK kit. These tools have different From florin at lunar-linux.org Sat Aug 22 16:01:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 22 Aug 2009 17:01:25 +0300 Subject: [Lunar-commits] subversion: version bumped to 1.6.5. Message-ID: <20090822140149.EFD9A9B1F6@doppio.foo-projects.org> commit 9a35befc5b574a622a031f7d20213941b793e970 Author: Florin Braescu Date: Sat Aug 22 17:01:25 2009 +0300 subversion: version bumped to 1.6.5. Bugfixes release. --- devel/subversion/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/subversion/DETAILS b/devel/subversion/DETAILS index 89d4f28..0766872 100644 --- a/devel/subversion/DETAILS +++ b/devel/subversion/DETAILS @@ -1,11 +1,11 @@ MODULE=subversion - VERSION=1.6.4 + VERSION=1.6.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://subversion.tigris.org/downloads - SOURCE_VFY=sha1:d043afc479ad985b23abe80e940729b99d4eb3c4 + SOURCE_VFY=sha1:c575c5facf972e501049ad47a9be05c5cf228388 WEB_SITE=http://subversion.tigris.org ENTERED=20030126 - UPDATED=20090807 + UPDATED=20090822 PSAFE=no SHORT="A free/open-source version control system" From florin at lunar-linux.org Sat Aug 22 16:03:39 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 22 Aug 2009 17:03:39 +0300 Subject: [Lunar-commits] wine: version bumped to 1.1.28. Message-ID: <20090822140411.00F0C9B1F6@doppio.foo-projects.org> commit 393d350f2a77a3a65f07a3dfe5b8f04cb115ffda Author: Florin Braescu Date: Sat Aug 22 17:03:39 2009 +0300 wine: version bumped to 1.1.28. Changes: Support for IRDA protocol. Faster initial wineprefix creation. Axis remapping with evdev joysticks. More image formats in WindowsCodecs. Various bug fixes. --- utils/wine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index 2e3de3f..c79290d 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,12 +1,12 @@ MODULE=wine - VERSION=1.1.27 + VERSION=1.1.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:7c0902e832578196f660cc676986b383ba997828 + SOURCE_VFY=sha1:5d999b3964bc1fac8c3decf730895af7b9cc8de5 WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20090809 + UPDATED=20090822 SHORT="Runs microsoft windows programs" cat << EOF From florin at lunar-linux.org Sat Aug 22 17:31:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 22 Aug 2009 18:31:25 +0300 Subject: [Lunar-commits] rsyslog: version bumped to 4.4.0. Message-ID: <20090822153318.CEB999B1F6@doppio.foo-projects.org> commit 5faecccd253383de4b98388fecfd948db2d617b6 Author: Florin Braescu Date: Sat Aug 22 18:31:25 2009 +0300 rsyslog: version bumped to 4.4.0. New features added and bugfixes. --- utils/rsyslog/BUILD | 4 +++- utils/rsyslog/DETAILS | 11 +++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/utils/rsyslog/BUILD b/utils/rsyslog/BUILD index 4adc128..865d279 100644 --- a/utils/rsyslog/BUILD +++ b/utils/rsyslog/BUILD @@ -1,5 +1,7 @@ ( + patch_it $SOURCE_CACHE/$SOURCE4 1 && + OPTS+=" --enable-pthreads \ --enable-regexp \ --enable-largefile \ @@ -10,7 +12,7 @@ --enable-mail \ --enable-fsstnd \ --enable-rsyslogd \ - --disable-rfc3195" + --disable-rfc3195" && default_build && diff --git a/utils/rsyslog/DETAILS b/utils/rsyslog/DETAILS index 0dc2aff..cd71a4f 100644 --- a/utils/rsyslog/DETAILS +++ b/utils/rsyslog/DETAILS @@ -1,19 +1,22 @@ MODULE=rsyslog - VERSION=4.2.0 + VERSION=4.4.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE.conf-0.1 SOURCE3=$MODULE.config.d-0.1 + SOURCE4=$MODULE-$VERSION-no-java.patch.bz2 SOURCE_URL=http://download.rsyslog.com/rsyslog SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:3f844fc08a9d632c6abeb4eebd71753ae90a0039 + SOURCE4_URL=$PATCH_URL + SOURCE_VFY=sha1:7c6d9f0066eb3195d98767f716a6afaa6dc43098 SOURCE2_VFY=sha1:f6313bc51270da062dca6b93b2cb7fa865494dd6 SOURCE3_VFY=sha1:398376384113ff22a75dc80d86f1b7b8197aa080 + SOURCE4_VFY=sha1:3b35ea645052fe8a2e84a0b4ff579eff99a374f5 WEB_SITE=http://www.rsyslog.com MAINTAINER=ratler at lunar-linux.org ENTERED=20080731 - UPDATED=20090623 - SHORT="An enhanced multi-threaded syslogd with a focus on security and reliability" + UPDATED=20090822 + SHORT="An enhanced multi-threaded syslogd" cat < git: Version bump to 1.6.4.1 Message-ID: <20090822160124.2103B9B1F6@doppio.foo-projects.org> commit c29996dc79312bed03cf4c296a4cafd284fa2209 Author: Terry Chan Date: Sat Aug 22 10:59:12 2009 -0500 git: Version bump to 1.6.4.1 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 250882b..e1359fa 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.4 + VERSION=1.6.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:e6dd6b1fe937aa14866ce7d8672a50fb1956c41b - SOURCE2_VFY=sha1:34c8afef3e03283585edb1093b517f697f18a47b + SOURCE_VFY=sha1:1b1378d2a457d9bbccca92d7adb78a4afa5157c5 + SOURCE2_VFY=sha1:fdab7acc88d11510f9e44f44e101f3aa43920d8e SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20090803 + UPDATED=20090822 SHORT="Fast version control system" PSAFE=no From engelsman at lunar-linux.org Sat Aug 22 20:06:21 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 22 Aug 2009 20:06:21 +0200 Subject: [Lunar-commits] neverball: version bump to 1.5.2 Message-ID: <20090822181115.2ECDA9B1F6@doppio.foo-projects.org> commit 05aadcaa555c9884515b0f124f6dc226f3cd884d Author: Paul Bredbury Date: Sat Aug 22 20:06:21 2009 +0200 neverball: version bump to 1.5.2 Installs manpages and desktop entry. Note: downloads, compiles and installs, but untested as I have no GLX installed - engelsman --- games/neverball/BUILD | 22 ++++++++++++++++------ games/neverball/DEPENDS | 1 + games/neverball/DETAILS | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/games/neverball/BUILD b/games/neverball/BUILD index 5d613a3..88221fc 100644 --- a/games/neverball/BUILD +++ b/games/neverball/BUILD @@ -1,15 +1,25 @@ ( - sedit "s:#X11_PATH:X11_PATH:" Makefile && - sedit '/CONFIG_DATA/s:"\./data":"/usr/share/games/neverball":g' share/base_config.h && + sedit "s:\./data:/usr/share/games/neverball:" Makefile && + sedit "s:\./locale:/usr/share/locale:" Makefile && make && prepare_install && - mkdir -p /usr/share/games/neverball/ && - cp -fR data/* /usr/share/games/neverball/ && + mkdir -p /usr/share/games/neverball/ /usr/share/man/man6/ && + # Fix permissions on maps, which are messed up during compilation + find data/ -type f -exec chmod 644 '{}' \; && + cp -ra data/* /usr/share/games/neverball/ && - install -m0755 neverball /usr/games/ && - install -m0755 neverputt /usr/games/ + install -m0755 -t /usr/games/ neverball neverputt mapc && + install -m0644 -t /usr/share/man/man6/ dist/neverball.6 dist/neverputt.6 && + install -D -m0644 dist/mapc.1 /usr/share/man/man1/mapc.1 && + install -D -m0644 dist/neverball_64.png /usr/share/pixmaps/neverball.png && + install -D -m0644 dist/neverball.desktop /usr/share/applications/neverball.desktop && + + mv -f doc/* . && + # Prevent empty doc directory from being included automatically + rmdir doc && + gather_docs AUTHORS MANUAL CHANGES README ) > $C_FIFO 2>&1 diff --git a/games/neverball/DEPENDS b/games/neverball/DEPENDS index 9922202..4eb4137 100644 --- a/games/neverball/DEPENDS +++ b/games/neverball/DEPENDS @@ -2,3 +2,4 @@ depends SDL_mixer depends SDL_image depends SDL_ttf depends freetype2 +depends physfs diff --git a/games/neverball/DETAILS b/games/neverball/DETAILS index 07f76e4..7bb80c9 100644 --- a/games/neverball/DETAILS +++ b/games/neverball/DETAILS @@ -7,7 +7,7 @@ ENTERED=20040210 UPDATED=20090817 MAINTAINER=florin at lunar-linux.org - SHORT="A OpenGL game modeled after Super Monkey Ball" + SHORT="An OpenGL game modeled after Super Monkey Ball" cat << EOF Tilt the floor to roll a ball through an obstacle course before time From engelsman at lunar-linux.org Sat Aug 22 21:07:39 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sat, 22 Aug 2009 21:07:39 +0200 Subject: [Lunar-commits] cegui: version bump to 0.6.2b Message-ID: <20090822191234.BB7BC9B1F6@doppio.foo-projects.org> commit 09fc1860cf74733ef151d80c72d82d5b29b8b96a Author: Paul Bredbury Date: Sat Aug 22 21:07:39 2009 +0200 cegui: version bump to 0.6.2b Version is 0.6.2b, but tarball directory is 0.6.2! --- zbeta/cegui/BUILD | 9 +++++++-- zbeta/cegui/DEPENDS | 14 +++++++------- zbeta/cegui/DETAILS | 20 +++++++++++--------- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/zbeta/cegui/BUILD b/zbeta/cegui/BUILD index f2dbfd2..d84d1e8 100644 --- a/zbeta/cegui/BUILD +++ b/zbeta/cegui/BUILD @@ -1,6 +1,11 @@ ( - ./configure --disable-samples \ - $OPTS && + + # Build with devil - from http://gentoo-portage.com/dev-games/cegui + sedit "s/ILvoid/void/g" ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.cpp && + + OPTS+=" --disable-samples" && + default_build + ) > $C_FIFO 2>&1 diff --git a/zbeta/cegui/DEPENDS b/zbeta/cegui/DEPENDS index 2b1e2e9..ad74afa 100644 --- a/zbeta/cegui/DEPENDS +++ b/zbeta/cegui/DEPENDS @@ -1,17 +1,17 @@ -depends freetype2 && -depends pcre && +depends freetype2 +depends pcre optional_depends libxml2 "--with-default-xml-parser=LibxmlParser" \ "--disable-libxml" \ - "build with LibxmlParser" && + "build with LibxmlParser" optional_depends xerces-c++ "--with-default-xml-parser=XercesParser" \ "--disable-xerces-c" \ - "build with XercesParser" && + "build with XercesParser" optional_depends expat "--with-default-xml-parser=ExpatParser" \ "--disable-expat" \ - "build with ExpatParser" && + "build with ExpatParser" optional_depends FreeImage "--with-default-image-codec=FreeImageImageCodec" \ "" \ - "build with FreeImageImageCodec" && + "build with FreeImageImageCodec" optional_depends lua "" "--disable-lua-module" "build with lua" - +optional_depends devil "--enable-devil" "--disable-devil" "build with devil" diff --git a/zbeta/cegui/DETAILS b/zbeta/cegui/DETAILS index fd2ab8b..a403b6f 100644 --- a/zbeta/cegui/DETAILS +++ b/zbeta/cegui/DETAILS @@ -1,18 +1,20 @@ MODULE=cegui - VERSION=CEGUI-0.6.0 - SOURCE=${VERSION}.tar.gz + VERSION=0.6.2b + VER=0.6.2 + SOURCE=CEGUI-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/crayzedsgui/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$VERSION - SOURCE_VFY=sha1:8ea4e3e34a3fe78c0b3d51be45a84259aa718620 - WEB_SITE="http://www.cegui.org.uk/" +SOURCE_DIRECTORY=$BUILD_DIRECTORY/CEGUI-$VER + SOURCE_VFY=sha1:ac373b0779ab4b6289cf1e6aa2e6717d8a348747 + WEB_SITE=http://www.cegui.org.uk/ ENTERED=20080504 - UPDATED=20080504 + UPDATED=20090819 SHORT="library providing windowing and widgets for graphics APIs / engines" + cat < iwlwifi-5000-ucode: version bump to 8.24.2.12 Message-ID: <20090822191709.1798D9B1F6@doppio.foo-projects.org> commit 99d6b13117d52161e7fd28eac216b2146b84d60c Author: Paul Bredbury Date: Sat Aug 22 21:16:41 2009 +0200 iwlwifi-5000-ucode: version bump to 8.24.2.12 Note: downloads and installs OK, but untested by me - no Intel wifi card - engelsman --- wifi/iwlwifi-5000-ucode/BUILD | 2 +- wifi/iwlwifi-5000-ucode/DETAILS | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wifi/iwlwifi-5000-ucode/BUILD b/wifi/iwlwifi-5000-ucode/BUILD index 09fbc57..7c66890 100644 --- a/wifi/iwlwifi-5000-ucode/BUILD +++ b/wifi/iwlwifi-5000-ucode/BUILD @@ -2,7 +2,7 @@ prepare_install && mkdir -p /lib/firmware && - install -m 644 iwlwifi-5000-*.ucode /lib/firmware/ && + install -m 644 iwlwifi-5000-2.ucode /lib/firmware/ && gather_docs README.iwlwifi-5000-ucode ) > $C_FIFO 2>&1 diff --git a/wifi/iwlwifi-5000-ucode/DETAILS b/wifi/iwlwifi-5000-ucode/DETAILS index 35a33e7..7961408 100644 --- a/wifi/iwlwifi-5000-ucode/DETAILS +++ b/wifi/iwlwifi-5000-ucode/DETAILS @@ -1,11 +1,11 @@ MODULE=iwlwifi-5000-ucode - VERSION=5.4.A.11 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=8.24.2.12 + SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://www.intellinuxwireless.org/iwlwifi/downloads - SOURCE_VFY=sha1:83877e8a2f62367271108f39f7413898dde14447 - WEB_SITE=http://www.intellinuxwireless.org + SOURCE_VFY=sha1:e7b2fdf2cf004201b0830e1e21c5b6d830b19a35 + WEB_SITE=http://www.intellinuxwireless.org/ ENTERED=20090111 - UPDATED=20090111 + UPDATED=20090816 SHORT="Intel PRO/Wireless 5000 microcode image" cat << EOF From zbiggy at lunar-linux.org Sat Aug 22 22:06:18 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 22 Aug 2009 22:06:18 +0200 Subject: [Lunar-commits] unrar: small fix Message-ID: <20090822200652.B76A49B1F6@doppio.foo-projects.org> commit 7e88bc5ae5ea083269996121c5bdb52caff91950 Author: Zbigniew Luszpinski Date: Sat Aug 22 22:06:18 2009 +0200 unrar: small fix --- archive/unrar/BUILD | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/archive/unrar/BUILD b/archive/unrar/BUILD index ec91921..32209a7 100644 --- a/archive/unrar/BUILD +++ b/archive/unrar/BUILD @@ -1,4 +1,5 @@ ( + export CXXFLAGS+=" -fPIC" cd unrar && cp makefile.unix Makefile && @@ -9,7 +10,7 @@ prepare_install && make install-unrar && make install-lib && - install default.sfx /usr/bin && + install default.sfx /usr/lib && mkdir -p $DOCUMENT_DIRECTORY/unrar && cp readme.txt license.txt $DOCUMENT_DIRECTORY/unrar From zbiggy at lunar-linux.org Sun Aug 23 06:07:48 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 23 Aug 2009 06:07:48 +0200 Subject: [Lunar-commits] aria2: updated to 1.5.2 Message-ID: <20090823041724.8ECFA9B1F7@doppio.foo-projects.org> commit a9ec015691b5e6bf880c3ad3d6d47dd2d26357be Author: Zbigniew Luszpinski Date: Sun Aug 23 06:07:48 2009 +0200 aria2: updated to 1.5.2 --- zbeta/aria2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/aria2/DETAILS b/zbeta/aria2/DETAILS index 69a0dd8..d2ce0bb 100644 --- a/zbeta/aria2/DETAILS +++ b/zbeta/aria2/DETAILS @@ -1,11 +1,11 @@ MODULE=aria2 - VERSION=1.5.1 + VERSION=1.5.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:176401f504a94a9d9756383f020a9b108884ec4b + SOURCE_VFY=sha1:888fcfb0770fb7bad54e43bb151373e3ca2e8d18 WEB_SITE=http://aria2.sourceforge.net ENTERED=20071024 - UPDATED=20090728 + UPDATED=20090822 SHORT="Commandline downloader" cat << EOF From zbiggy at lunar-linux.org Sun Aug 23 06:09:10 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 23 Aug 2009 06:09:10 +0200 Subject: [Lunar-commits] libzip: tgz to tbz Message-ID: <20090823041724.98B329B1F8@doppio.foo-projects.org> commit 0805b037c2a8ed9f40871255daa49a7cb9d0e305 Author: Zbigniew Luszpinski Date: Sun Aug 23 06:09:10 2009 +0200 libzip: tgz to tbz --- archive/libzip/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archive/libzip/DETAILS b/archive/libzip/DETAILS index 69c107c..c28d049 100644 --- a/archive/libzip/DETAILS +++ b/archive/libzip/DETAILS @@ -1,8 +1,8 @@ MODULE=libzip VERSION=0.9 - SOURCE=$MODULE-$VERSION.tar.gz + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.nih.at/$MODULE - SOURCE_VFY=sha1:8cb2d875447b4efd0323627aa9b700c13ab8eae8 + SOURCE_VFY=sha1:c9f1ed753dfb8aaf179b81a2bc08fc772155e17d WEB_SITE=http://www.nih.at/$MODULE/index.html ENTERED=20071027 UPDATED=20080726 From zbiggy at lunar-linux.org Sun Aug 23 06:10:39 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 23 Aug 2009 06:10:39 +0200 Subject: [Lunar-commits] NVIDIA-beta: updated to 190.25 Message-ID: <20090823041724.AC77B9B1F9@doppio.foo-projects.org> commit 8b63ac63a6b61918fb3b98bf138a760de6a72012 Author: Zbigniew Luszpinski Date: Sun Aug 23 06:10:39 2009 +0200 NVIDIA-beta: updated to 190.25 --- x11/NVIDIA-beta/BUILD | 6 +++--- x11/NVIDIA-beta/DETAILS | 6 +++--- x11/NVIDIA-beta/DETAILS.x86_64 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11/NVIDIA-beta/BUILD b/x11/NVIDIA-beta/BUILD index 7b87784..a6bf055 100644 --- a/x11/NVIDIA-beta/BUILD +++ b/x11/NVIDIA-beta/BUILD @@ -24,8 +24,8 @@ cd $SOURCE_DIRECTORY && cp -f nvidia-installer /usr/bin && - mkdir -p /usr/share/doc/NVIDIA_GLX-1.0 && - cp -f LICENSE /usr/share/doc/NVIDIA_GLX-1.0 && + mkdir -p /usr/share/doc/NVIDIA_GLX-1.0/include && + cp -f LICENSE /usr/share/doc/NVIDIA_GLX-1.0/include && cp -f usr/X11R6/lib/lib* /usr/lib && cp -rf usr/X11R6/lib/modules /usr/X11/lib/xorg && @@ -38,7 +38,7 @@ cp -f usr/bin/nvidia* /usr/bin && cp -rf usr/include/cuda /usr/X11/include && cp -rf usr/include/vdpau /usr/X11/include && - cp -rf usr/include/GL /usr/share/doc/NVIDIA_GLX-1.0 && + cp -rf usr/include/GL /usr/share/doc/NVIDIA_GLX-1.0/include && cp -rf usr/lib/tls /usr/lib && cd /usr/lib/tls && ln -sf libnvidia-tls.so.$VERSION libnvidia-tls.so.1 && diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index 0ad87c5..f587c08 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.18 + VERSION=190.25 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION/ @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION/ SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION/ SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION/ - SOURCE_VFY=sha1:321b3ac18eb3470c4f56afa00cdd098daae2e16d + SOURCE_VFY=sha1:64ecec661c25a44b2a3bc6a5e3ed2e4cd217a49c WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090724 + UPDATED=20090822 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index 564590e..6ec6ef2 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.18 + VERSION=190.25 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ - SOURCE_VFY=sha1:91f8979e875de82362ce35ddbeb2cb0287f9c079 + SOURCE_VFY=sha1:c2d3a6ed6894e1039c908fd72b3ce9d044eb5022 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090724 + UPDATED=20090822 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From zbiggy at lunar-linux.org Sun Aug 23 06:16:36 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 23 Aug 2009 06:16:36 +0200 Subject: [Lunar-commits] lunar-init: prepared for udev 146 Message-ID: <20090823041724.BF77D9B1FA@doppio.foo-projects.org> commit b5b3214ece79936bd8e27e11047d92b11a912e19 Author: Zbigniew Luszpinski Date: Sun Aug 23 06:16:36 2009 +0200 lunar-init: prepared for udev 146 --- utils/lunar-init/mount | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/lunar-init/mount b/utils/lunar-init/mount index c76c4aa..abe5f1b 100644 --- a/utils/lunar-init/mount +++ b/utils/lunar-init/mount @@ -225,7 +225,7 @@ start() run_with_msg "Devices activation - please wait" "/sbin/udevadm settle" # This is first aid code for devices hard to init (too slow or to buggy for init by 1st time) # I never have to use it as my machine works great - I leave it just in case - #run_with_msg "Activating lazy devices" "/sbin/udevadm trigger --retry-failed" + #run_with_msg "Activating lazy devices" "/sbin/udevadm trigger --type=failed" #run_with_msg "Lazy devices activation - please wait" "/sbin/udevadm settle" if [ ! -h /dev/fd ]; then ln -sf /proc/self/fd /dev/fd From florin at lunar-linux.org Sun Aug 23 09:24:14 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 23 Aug 2009 10:24:14 +0300 Subject: [Lunar-commits] e2fsprogs: version bumped to 1.41.9. Message-ID: <20090823072451.BE5A49B1ED@doppio.foo-projects.org> commit 830ce73ee5608e36e357de95b01d597c077f8a21 Author: Florin Braescu Date: Sun Aug 23 10:24:14 2009 +0300 e2fsprogs: version bumped to 1.41.9. Changes: - Bugfixes. - Add a new program, e2freefrag, which displays information about the free space fragmentation in an ext2/3/4 filesystem. - Update French, Polish, Czech, and Sweedish translation from the Translation Project. --- filesys/e2fsprogs/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/e2fsprogs/DETAILS b/filesys/e2fsprogs/DETAILS index c7ae1b1..8328b4a 100644 --- a/filesys/e2fsprogs/DETAILS +++ b/filesys/e2fsprogs/DETAILS @@ -1,11 +1,11 @@ MODULE=e2fsprogs - VERSION=1.41.8 + VERSION=1.41.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:e86b33d8997d24ceaf6e64afa20bfc7f5f2425b4 + SOURCE_VFY=sha1:e30d6bc67ac7b14cd817986c9bff13fb695d7a35 WEB_SITE=http://e2fsprogs.sourceforge.net ENTERED=20010922 - UPDATED=20090724 + UPDATED=20090823 SHORT="Utilities for the EXT2 file system" cat << EOF From florin at lunar-linux.org Sun Aug 23 09:39:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 23 Aug 2009 10:39:43 +0300 Subject: [Lunar-commits] teTeX: fix the download paths. Thanks to lazyape for it. Message-ID: <20090823074032.413919B1ED@doppio.foo-projects.org> commit 24aad9545c5dcae8e3fd0a24c3367ad6729b229b Author: Florin Braescu Date: Sun Aug 23 10:39:43 2009 +0300 teTeX: fix the download paths. Thanks to lazyape for it. --- doc-tools/teTeX/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/teTeX/DETAILS b/doc-tools/teTeX/DETAILS index 894e9e8..d86973f 100644 --- a/doc-tools/teTeX/DETAILS +++ b/doc-tools/teTeX/DETAILS @@ -3,9 +3,9 @@ SOURCE=tetex-src-$VERSION.tar.gz SOURCE1=tetex-2.0.2-flex-unput.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-src-$VERSION - SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ - SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ - SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ + SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib + SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib + SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib SOURCE1_URL=$PATCH_URL SOURCE_VFY=sha1:7637789f7f4929694aed1b89820f5bad4753e8fc SOURCE1_VFY=sha1:d58a4cc7bcc26e442b75cf92fd83f90a30b095f7 From engelsman at lunar-linux.org Sun Aug 23 09:49:26 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 09:49:26 +0200 Subject: [Lunar-commits] tap-plugins: version bump to 0.7.1 Message-ID: <20090823075157.349C69B1ED@doppio.foo-projects.org> commit 3b2674a6d4268652d3f6c9e1f32ed33f4207b007 Author: Paul Bredbury Date: Sun Aug 23 09:49:26 2009 +0200 tap-plugins: version bump to 0.7.1 Note: downloads, compiles, installs OK, but untested - engelsman --- audio/tap-plugins/BUILD | 8 +++++++- audio/tap-plugins/DETAILS | 11 +++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/audio/tap-plugins/BUILD b/audio/tap-plugins/BUILD index 552b6df..e0e7e04 100644 --- a/audio/tap-plugins/BUILD +++ b/audio/tap-plugins/BUILD @@ -1,6 +1,12 @@ ( - sedit "s/local\///" Makefile && + sedit "s:/usr/local:/usr:" Makefile && + + # Use ladspa.h from LADSPA module + # As in http://koji.fedoraproject.org/koji/packageinfo?packageID=5110 + rm ladspa.h && + ln -s /usr/include/ladspa.h . && + default_make ) > $C_FIFO 2>&1 diff --git a/audio/tap-plugins/DETAILS b/audio/tap-plugins/DETAILS index 5aaedab..546ad41 100644 --- a/audio/tap-plugins/DETAILS +++ b/audio/tap-plugins/DETAILS @@ -1,12 +1,15 @@ MODULE=tap-plugins - VERSION=0.7.0 + VERSION=0.7.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:f29038312c23b90e178d08c227c14ba174c1592a + SOURCE_VFY=sha1:c368efd4d1e7856ab79f4485c8be5054354f7aeb WEB_SITE=http://tap-plugins.sourceforge.net/ ENTERED=20070305 - UPDATED=20070305 + UPDATED=20090821 SHORT="A set of LADSPA plugins" + cat << EOF -the package comprises an established set of plugins +TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch +of LADSPA plugins for digital audio processing, intended for use in a +professional DAW environment such as Ardour. EOF From engelsman at lunar-linux.org Sun Aug 23 09:49:43 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 09:49:43 +0200 Subject: [Lunar-commits] exo: version bump to 0.3.102 Message-ID: <20090823075157.432239B1F7@doppio.foo-projects.org> commit 6ce9f3aed351f799e93002bdb426e889570481ea Author: Paul Bredbury Date: Sun Aug 23 09:49:43 2009 +0200 exo: version bump to 0.3.102 Bug fixes: - Allow all arguments in the terminal parameters (part of bug #5301). - Fix some issues in exo-open with spaces in arguments. - Properly handle NULL pixbufs in the toolbars code. - Make sure the ui-manager is up2date when creating the exo toolbar. - Fix possible segfault in exo_icon_view_get_item_at_pos (bug #5633). - Do not escape commas in urls (bug #5654). - Lookup the hardcoded paths for (u)mount during configure (bug #3717). - Fix missing include for strftime (bug #3751). - Prefer getvfsstat over getfsstat (bug #3718). - Don't abort if python is not found (bug #3751). --- xfce4/core/exo/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 3e01eb7..5a46a97 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,12 @@ MODULE=exo - VERSION=0.3.101 + VERSION=0.3.102 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.1/src - SOURCE_VFY=sha1:74194f58278a2b9d963264806f142e5d6d05336c + SOURCE_URL=http://archive.xfce.org/src/xfce/exo/0.3/ + SOURCE_VFY=sha1:ef85488a713911d1afeea5ddd8d70943f2c5a323 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com ENTERED=20040930 - UPDATED=20090424 + UPDATED=20090821 SHORT="the Xfce extension library" cat << EOF From engelsman at lunar-linux.org Sun Aug 23 09:49:58 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 09:49:58 +0200 Subject: [Lunar-commits] meld: version bump to 1.3.1 Message-ID: <20090823075157.683369B1F9@doppio.foo-projects.org> commit 07017b4deb37a6f863afa69eab6d0be77331f6b6 Author: Christian Riggenbach Date: Sun Aug 23 09:49:58 2009 +0200 meld: version bump to 1.3.1 * 1.3 released! Many cleanups and UI enhancements. (2009-04-17) * Meld development moves to Git along with the rest of Gnome. (2009-04-17) * 1.2.1 released! Minor feature enhancements. (2008-11-23) --- gnome2/apps/meld/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/apps/meld/DETAILS b/gnome2/apps/meld/DETAILS index d247b5b..52a994f 100644 --- a/gnome2/apps/meld/DETAILS +++ b/gnome2/apps/meld/DETAILS @@ -1,11 +1,11 @@ MODULE=meld - VERSION=1.2 + VERSION=1.3.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/1.2/ - SOURCE_VFY=sha1:aa246307226332b865216d139c10de4c73562fc1 + SOURCE_URL=$GNOME_URL/sources/$MODULE/1.3/ + SOURCE_VFY=sha1:d3ab96a364b73afdfd9f26cc9bec18321f04c9df WEB_SITE=http://meld.sourceforge.net ENTERED=20021119 - UPDATED=20080630 + UPDATED=20090814 SHORT="a visual diff and merge tool" cat << EOF From engelsman at lunar-linux.org Sun Aug 23 09:49:52 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 09:49:52 +0200 Subject: [Lunar-commits] roadfighter: new game Message-ID: <20090823075157.54EFD9B1F8@doppio.foo-projects.org> commit 4bbfac6b173878db38814bc7ce367e813fd949d2 Author: Paul Bredbury Date: Sun Aug 23 09:49:52 2009 +0200 roadfighter: new game --- zbeta/roadfighter/BUILD | 7 +++++++ zbeta/roadfighter/DEPENDS | 4 ++++ zbeta/roadfighter/DETAILS | 23 +++++++++++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/zbeta/roadfighter/BUILD b/zbeta/roadfighter/BUILD new file mode 100644 index 0000000..6332721 --- /dev/null +++ b/zbeta/roadfighter/BUILD @@ -0,0 +1,7 @@ +( + + default_game_build && + + gather_docs readme.txt + +) > $C_FIFO 2>&1 diff --git a/zbeta/roadfighter/DEPENDS b/zbeta/roadfighter/DEPENDS new file mode 100644 index 0000000..5b7fcb8 --- /dev/null +++ b/zbeta/roadfighter/DEPENDS @@ -0,0 +1,4 @@ +depends SDL_image +depends SDL_mixer +depends SDL_sound +depends SDL_ttf diff --git a/zbeta/roadfighter/DETAILS b/zbeta/roadfighter/DETAILS new file mode 100644 index 0000000..21c2a25 --- /dev/null +++ b/zbeta/roadfighter/DETAILS @@ -0,0 +1,23 @@ + MODULE=roadfighter + VERSION=1.0.1269 + SOURCE=${MODULE}.src_${VERSION}.tgz + SOURCE_URL[0]=http://braingames.jorito.net/roadfighter/downloads/ + # Yes, "/downloads" is correctly absent from the afraid.org link + SOURCE_URL[1]=http://braingames.afraid.org/roadfighter/ + SOURCE_VFY=sha1:e6cacf74065fcd27838c66b4c57998f9fdbc2874 + WEB_SITE=http://roadfighter.jorito.net/ + ENTERED=20090821 + UPDATED=20090821 + SHORT="Remake of the MSX game - Road Fighter" + +cat << EOF +In 2003, the people from Retro Remakes organized a remake competition +for the first time. The idea was to create a remake from scratch in a +short amount of time. We decided to participate with a remake of the +MSX game Road Fighter: a simple racing game that would be doable before +the deadline and still be fun to play (oh the nostalgia!). + +In the end we met the deadline (barely!) and sent in our entry. When +finally the results came in, we finished 7th out of the 83 entries. Not +too bad for a 2-month project :) +EOF From engelsman at lunar-linux.org Sun Aug 23 09:51:17 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 09:51:17 +0200 Subject: [Lunar-commits] roadfighter: moved from zbeta to games Message-ID: <20090823075157.76E249B1FA@doppio.foo-projects.org> commit 3360fb2afb35e979d060cb05db98dc1f75972fa6 Author: Duncan Gibson Date: Sun Aug 23 09:51:17 2009 +0200 roadfighter: moved from zbeta to games --- games/roadfighter/BUILD | 7 +++++++ games/roadfighter/DEPENDS | 4 ++++ games/roadfighter/DETAILS | 23 +++++++++++++++++++++++ zbeta/roadfighter/BUILD | 7 ------- zbeta/roadfighter/DEPENDS | 4 ---- zbeta/roadfighter/DETAILS | 23 ----------------------- 6 files changed, 34 insertions(+), 34 deletions(-) diff --git a/games/roadfighter/BUILD b/games/roadfighter/BUILD new file mode 100644 index 0000000..6332721 --- /dev/null +++ b/games/roadfighter/BUILD @@ -0,0 +1,7 @@ +( + + default_game_build && + + gather_docs readme.txt + +) > $C_FIFO 2>&1 diff --git a/games/roadfighter/DEPENDS b/games/roadfighter/DEPENDS new file mode 100644 index 0000000..5b7fcb8 --- /dev/null +++ b/games/roadfighter/DEPENDS @@ -0,0 +1,4 @@ +depends SDL_image +depends SDL_mixer +depends SDL_sound +depends SDL_ttf diff --git a/games/roadfighter/DETAILS b/games/roadfighter/DETAILS new file mode 100644 index 0000000..21c2a25 --- /dev/null +++ b/games/roadfighter/DETAILS @@ -0,0 +1,23 @@ + MODULE=roadfighter + VERSION=1.0.1269 + SOURCE=${MODULE}.src_${VERSION}.tgz + SOURCE_URL[0]=http://braingames.jorito.net/roadfighter/downloads/ + # Yes, "/downloads" is correctly absent from the afraid.org link + SOURCE_URL[1]=http://braingames.afraid.org/roadfighter/ + SOURCE_VFY=sha1:e6cacf74065fcd27838c66b4c57998f9fdbc2874 + WEB_SITE=http://roadfighter.jorito.net/ + ENTERED=20090821 + UPDATED=20090821 + SHORT="Remake of the MSX game - Road Fighter" + +cat << EOF +In 2003, the people from Retro Remakes organized a remake competition +for the first time. The idea was to create a remake from scratch in a +short amount of time. We decided to participate with a remake of the +MSX game Road Fighter: a simple racing game that would be doable before +the deadline and still be fun to play (oh the nostalgia!). + +In the end we met the deadline (barely!) and sent in our entry. When +finally the results came in, we finished 7th out of the 83 entries. Not +too bad for a 2-month project :) +EOF diff --git a/zbeta/roadfighter/BUILD b/zbeta/roadfighter/BUILD deleted file mode 100644 index 6332721..0000000 --- a/zbeta/roadfighter/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - - default_game_build && - - gather_docs readme.txt - -) > $C_FIFO 2>&1 diff --git a/zbeta/roadfighter/DEPENDS b/zbeta/roadfighter/DEPENDS deleted file mode 100644 index 5b7fcb8..0000000 --- a/zbeta/roadfighter/DEPENDS +++ /dev/null @@ -1,4 +0,0 @@ -depends SDL_image -depends SDL_mixer -depends SDL_sound -depends SDL_ttf diff --git a/zbeta/roadfighter/DETAILS b/zbeta/roadfighter/DETAILS deleted file mode 100644 index 21c2a25..0000000 --- a/zbeta/roadfighter/DETAILS +++ /dev/null @@ -1,23 +0,0 @@ - MODULE=roadfighter - VERSION=1.0.1269 - SOURCE=${MODULE}.src_${VERSION}.tgz - SOURCE_URL[0]=http://braingames.jorito.net/roadfighter/downloads/ - # Yes, "/downloads" is correctly absent from the afraid.org link - SOURCE_URL[1]=http://braingames.afraid.org/roadfighter/ - SOURCE_VFY=sha1:e6cacf74065fcd27838c66b4c57998f9fdbc2874 - WEB_SITE=http://roadfighter.jorito.net/ - ENTERED=20090821 - UPDATED=20090821 - SHORT="Remake of the MSX game - Road Fighter" - -cat << EOF -In 2003, the people from Retro Remakes organized a remake competition -for the first time. The idea was to create a remake from scratch in a -short amount of time. We decided to participate with a remake of the -MSX game Road Fighter: a simple racing game that would be doable before -the deadline and still be fun to play (oh the nostalgia!). - -In the end we met the deadline (barely!) and sent in our entry. When -finally the results came in, we finished 7th out of the 83 entries. Not -too bad for a 2-month project :) -EOF From engelsman at lunar-linux.org Sun Aug 23 20:44:42 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 20:44:42 +0200 Subject: [Lunar-commits] smc: version bump to 1.9 Message-ID: <20090823184516.E28079B1ED@doppio.foo-projects.org> commit e15a1f2df155c741df1e434ee1f3fbf192c24da5 Author: Paul Bredbury Date: Sun Aug 23 20:44:42 2009 +0200 smc: version bump to 1.9 /opt/lunar/kde/ is presumably obsolete. Note: downloads, builds and installs OK, but untested - no GLX configured - engelsman. PS: AFAIK the /opt/lunar/kde/[34] are there to cater for conflct between legacy kde3 versions and newer kde4 installation. --- zbeta/smc/BUILD | 20 ++++++++++++++++---- zbeta/smc/DEPENDS | 12 +++++++----- zbeta/smc/DETAILS | 24 +++++++++++++----------- zbeta/smc/POST_INSTALL | 36 ------------------------------------ zbeta/smc/PRE_BUILD | 3 +-- 5 files changed, 37 insertions(+), 58 deletions(-) diff --git a/zbeta/smc/BUILD b/zbeta/smc/BUILD index aede198..18c1a63 100644 --- a/zbeta/smc/BUILD +++ b/zbeta/smc/BUILD @@ -1,9 +1,21 @@ ( - ./configure --datarootdir=/usr/share/games \ - --exec-prefix=/usr \ - $OPTS && + OPTS+=" --datarootdir=/usr/share/games --exec-prefix=/usr" && - default_make + default_game_build && + + mkdir -p /usr/share/icons/ /usr/share/applications/ && + ln -sf /usr/share/games/smc/pixmaps/game/items/mushroom_red.png /usr/share/icons/smc.png && + + cat << EOF > /usr/share/applications/smc.desktop +[Desktop Entry] +Name=Secret Maryo Chronicles +Comment=Secret Maryo Chronicles is an open-source two-dimensional platform game +Exec=smc +Icon=smc +Terminal=false +Type=Application +Categories=Application;Game; +EOF ) > $C_FIFO 2>&1 diff --git a/zbeta/smc/DEPENDS b/zbeta/smc/DEPENDS index c3778e6..952f250 100644 --- a/zbeta/smc/DEPENDS +++ b/zbeta/smc/DEPENDS @@ -1,6 +1,8 @@ -depends SDL && -depends SDL_image && -depends SDL_mixer && -depends cegui && -depends boost && +depends SDL_image +depends SDL_mixer +# Needs cegui compiled with devil +depends devil +depends cegui +depends boost +depends unzip depends %GLX diff --git a/zbeta/smc/DETAILS b/zbeta/smc/DETAILS index 6f7544a..89fdd3e 100644 --- a/zbeta/smc/DETAILS +++ b/zbeta/smc/DETAILS @@ -1,18 +1,20 @@ MODULE=smc - VERSION=1.5 - SOURCE=${MODULE}-${VERSION}.tar.bz2 + VERSION=1.9 + MUSIC_VERSION=4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=SMC_Music_${MUSIC_VERSION}_high.zip SOURCE_URL=$SFORGE_URL/smclone/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:ee2abe6ff07c479f38ed6953538a1de946762b94 - SOURCE2=SMC_music_4.0_high.zip - SOURCE2_URL=$SFORGE_URL/smclone/ - WEB_SITE="http://www.secretmaryo.org" + SOURCE2_URL=$SFORGE_URL/smclone/Addon%20-%20Music/$MUSIC_VERSION/ + SOURCE_VFY=sha1:9a4ec12c64378d804848357bf143755a98d14baa + SOURCE2_VFY=sha1:f8364f9b7f1b473ae6d1cf0e57c3153b0ee488e9 + WEB_SITE=http://www.secretmaryo.org/ ENTERED=20080504 - UPDATED=20080504 - SHORT="two-dimensional platform game with a style designed similar to classic sidescroller games" + UPDATED=20090823 + SHORT="two-dimensional platform game with a style similar to classic side-scroller games" + cat < /opt/lunar/kde/3/share/applications/smc.desktop -[Desktop Entry] -Name=Secret Maryo Chronicles -Comment=Secret Maryo Chronicles is an Open Source two-dimensional platform game$ -Exec=smc -Icon=smc.png -Terminal=false -Type=Application -Categories=Application;Game; -EOF - -fi - -if [ -d /opt/lunar/kde/4 ] ; then - - cat << EOF > /opt/lunar/kde/4/share/applications/smc.desktop -[Desktop Entry] -Name=Secret Maryo Chronicles -Comment=Secret Maryo Chronicles is an Open Source two-dimensional platform game$ -Exec=smc -Icon=smc.png -Terminal=false -Type=Application -Categories=Application;Game; -EOF - -fi - diff --git a/zbeta/smc/PRE_BUILD b/zbeta/smc/PRE_BUILD index a5345b1..18b6c18 100644 --- a/zbeta/smc/PRE_BUILD +++ b/zbeta/smc/PRE_BUILD @@ -1,5 +1,4 @@ mk_source_dir $SOURCE_DIRECTORY && unpack $SOURCE && -cd $MODULE-$VERSION && +cd $SOURCE_DIRECTORY && unpack $SOURCE2 - From tchan at lunar-linux.org Sun Aug 23 21:51:02 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 23 Aug 2009 14:51:02 -0500 Subject: [Lunar-commits] whois: Version bump to 4.7.36 Message-ID: <20090823195108.49F209B1EA@doppio.foo-projects.org> commit 3e2a11ba300cb97e9ba95441d4b7264f565e1ae1 Author: Terry Chan Date: Sun Aug 23 14:51:02 2009 -0500 whois: Version bump to 4.7.36 --- net/whois/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/whois/DETAILS b/net/whois/DETAILS index 3839598..3ebd2bd 100644 --- a/net/whois/DETAILS +++ b/net/whois/DETAILS @@ -1,11 +1,11 @@ MODULE=whois - VERSION=4.7.34 + VERSION=4.7.36 SOURCE=${MODULE}_$VERSION.tar.gz SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/w/$MODULE - SOURCE_VFY=sha1:bf706efc0b85e180e2cd5d2fa265c6015f7b791d + SOURCE_VFY=sha1:b3625fac4fb7fdb9b6ab1305d78bcfe260ec0691 WEB_SITE=http://www.linux.it/~md/software ENTERED=20011228 - UPDATED=20090708 + UPDATED=20090823 SHORT="Find information online about IP addresses or domains" cat << EOF From engelsman at lunar-linux.org Sun Aug 23 23:56:30 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 23:56:30 +0200 Subject: [Lunar-commits] Subject: tiff: version bump to 3.9.0 Message-ID: <20090823220219.A498C9B1EA@doppio.foo-projects.org> commit d8ebb6ae4a6e8f9f774edf9e8eee791a7f46cf22 Author: Paul Bredbury Date: Sun Aug 23 23:56:30 2009 +0200 Subject: tiff: version bump to 3.9.0 Dropping Fedora's patches. Note: the security patches for 3.8.2 will need to be removed from the PATCH_URL directory on doppio at some point - engelsman --- graphics/tiff/BUILD | 15 --------------- graphics/tiff/DETAILS | 11 ++++------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/graphics/tiff/BUILD b/graphics/tiff/BUILD index 6660647..e69de29 100644 --- a/graphics/tiff/BUILD +++ b/graphics/tiff/BUILD @@ -1,15 +0,0 @@ -( - - # Apply all 6 patches from libtiff-3.8.2-15.fc12 - http://koji.fedoraproject.org/koji/packageinfo?packageID=328 - # http://www.gentoo.org/security/en/glsa/glsa-200908-03.xml - # Patch0: tiffsplit-overflow.patch - # Patch1: libtiff-3.8.2-ormandy.patch - # Patch2: libtiff-3.8.2-CVE-2006-2193.patch - # Patch3: libtiff-3.8.2-mantypo.patch - # Patch4: libtiff-3.8.2-lzw-bugs.patch - # Patch5: libtiff-3.8.2-CVE-2009-2347.patch - patch_it $SOURCE_CACHE/$SOURCE2 1 && - - default_build - -) > $C_FIFO 2>&1 diff --git a/graphics/tiff/DETAILS b/graphics/tiff/DETAILS index e5468c5..e61fe5d 100644 --- a/graphics/tiff/DETAILS +++ b/graphics/tiff/DETAILS @@ -1,16 +1,13 @@ MODULE=tiff - VERSION=3.8.2 + VERSION=3.9.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=tiff-3.8.2-15fc12.patch.bz2 SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff/ SOURCE_URL[1]=http://dl.maptools.org/dl/libtiff/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:549e67b6a15b42bfcd72fe17cda7c9a198a393eb - SOURCE2_VFY=sha1:1d304f437c4dfefe056bf780e91866cd7d339c26 + SOURCE_VFY=sha1:e525879da8416e00ccd58617b2850341a429e23c WEB_SITE=http://www.libtiff.org/ ENTERED=20010922 - UPDATED=20090809 - SHORT="tiff provides support for the Tag Image File Format." + UPDATED=20090823 + SHORT="provides support for the Tag Image File Format" cat << EOF This software provides support for the Tag Image File Format (TIFF), a From engelsman at lunar-linux.org Sun Aug 23 23:57:18 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 23 Aug 2009 23:57:18 +0200 Subject: [Lunar-commits] tiff: removing empty BUILD file Message-ID: <20090823220219.B2B0EF3DA7@doppio.foo-projects.org> commit 605986ec6b8166b251d08e1884196c4b1ec2f2a8 Author: Duncan Gibson Date: Sun Aug 23 23:57:18 2009 +0200 tiff: removing empty BUILD file somehow the lvu submit / review / git am resulted in an empty BUILD file, which caused lin to complain --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git a/graphics/tiff/BUILD b/graphics/tiff/BUILD deleted file mode 100644 index e69de29..0000000 From engelsman at lunar-linux.org Mon Aug 24 00:01:52 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Mon, 24 Aug 2009 00:01:52 +0200 Subject: [Lunar-commits] Subject: teTeX-texmf: fix urls Message-ID: <20090823220219.C50FDF3F8B@doppio.foo-projects.org> commit 6b7330ec9ecee1fa1dd7078229f8f75c3faa6329 Author: giorgos chatzipavlis Date: Mon Aug 24 00:01:52 2009 +0200 Subject: teTeX-texmf: fix urls Note: accepting this submission even though I saw a commit email from florin with the same changes, but for some reason the changes never appeared after a 'lin moonbase' - engelsman --- doc-tools/teTeX-texmf/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/teTeX-texmf/DETAILS b/doc-tools/teTeX-texmf/DETAILS index 423b6d0..b902d5b 100644 --- a/doc-tools/teTeX-texmf/DETAILS +++ b/doc-tools/teTeX-texmf/DETAILS @@ -2,9 +2,9 @@ VERSION=3.0 SOURCE=tetex-texmf-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/tetex-texmf-$VERSION - SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ - SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ - SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ + SOURCE_URL[0]=ftp://dante.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/ + SOURCE_URL[1]=ftp://cam.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/ + SOURCE_URL[2]=ftp://tug.ctan.org/tex-archive/obsolete/systems/unix/teTeX/current/distrib/ SOURCE_VFY=sha1:1be97f57a26a6e9b72ebfd932e45914a959aff16 WEB_SITE=http://tug.org/teTeX ENTERED=20010922 From zbiggy at lunar-linux.org Mon Aug 24 00:20:27 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 24 Aug 2009 00:20:27 +0200 Subject: [Lunar-commits] libatasmart: 0.14 Message-ID: <20090823224703.5A12D9B1EA@doppio.foo-projects.org> commit 24d9f4c3949a983c5dbcc6ab6c2f4f231bca8fef Author: Zbigniew Luszpinski Date: Mon Aug 24 00:20:27 2009 +0200 libatasmart: 0.14 --- libs/libatasmart/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libatasmart/DETAILS b/libs/libatasmart/DETAILS index e5b300e..8497e96 100644 --- a/libs/libatasmart/DETAILS +++ b/libs/libatasmart/DETAILS @@ -1,11 +1,11 @@ MODULE=libatasmart - VERSION=0.13 + VERSION=0.14 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://0pointer.de/public - SOURCE_VFY=sha1:a03e7caef50494b47833de0baed64e4178726531 + SOURCE_VFY=sha1:86ff8e704086bdad073ca1853363643f76dba76f WEBSITE=http://www.ohloh.net/p/libatasmart ENTERED=20090514 - UPDATED=20090514 + UPDATED=20090823 SHORT="ATA S.M.A.R.T. Reading and Parsing Library" cat << EOF From florin at lunar-linux.org Mon Aug 24 06:38:36 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 24 Aug 2009 07:38:36 +0300 Subject: [Lunar-commits] transcode: version bumped to 1.1.4. Message-ID: <20090824043929.A2C179B1EA@doppio.foo-projects.org> commit 6f5f2b157ee6eec5b5fd0cb12bb6056a0993fad1 Author: Florin Braescu Date: Mon Aug 24 07:38:36 2009 +0300 transcode: version bumped to 1.1.4. This release fixes two recently reported critical bugs. It fixes the build system to comply with autoconf 2.64. --- video/transcode/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/transcode/DETAILS b/video/transcode/DETAILS index aedc242..8dc67d7 100644 --- a/video/transcode/DETAILS +++ b/video/transcode/DETAILS @@ -1,11 +1,11 @@ MODULE=transcode - VERSION=1.1.3 + VERSION=1.1.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://download.berlios.de/tcforge - SOURCE_VFY=sha1:7adcfa333d7272ec0a69031e70bec8cff2eca869 + SOURCE_VFY=sha1:3d08f67c047b1b498a4a5183ad164c0641fcbc00 WEB_SITE=http://www.transcoding.org/cgi-bin/transcode ENTERED=20020408 - UPDATED=20090721 + UPDATED=20090824 SHORT="A video stream processor" cat << EOF From stumbles at lunar-linux.org Mon Aug 24 13:26:05 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 24 Aug 2009 07:26:05 -0400 Subject: [Lunar-commits] kdevplatform: Adding to zbeta. It is a foundational application for Message-ID: <20090824112639.446369B1ED@doppio.foo-projects.org> commit 162838a23bf1728d4f5553e24f5075e790fbcd0a Author: Dennis `stumbles` Veatch Date: Mon Aug 24 07:26:05 2009 -0400 kdevplatform: Adding to zbeta. It is a foundational application for kdevelop4. --- zbeta/kdevplatform/BUILD | 17 +++++++++++++++++ zbeta/kdevplatform/DEPENDS | 3 +++ zbeta/kdevplatform/DETAILS | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+), 0 deletions(-) diff --git a/zbeta/kdevplatform/BUILD b/zbeta/kdevplatform/BUILD new file mode 100644 index 0000000..bc28342 --- /dev/null +++ b/zbeta/kdevplatform/BUILD @@ -0,0 +1,17 @@ +( + + OUT_OF_TREE_DIR="$SOURCE_DIRECTORY/$MODULE-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $OUT_OF_TREE_DIR && + cd $OUT_OF_TREE_DIR && + + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/kdevplatform/DEPENDS b/zbeta/kdevplatform/DEPENDS new file mode 100644 index 0000000..8a92ac0 --- /dev/null +++ b/zbeta/kdevplatform/DEPENDS @@ -0,0 +1,3 @@ +depends boost +depends subversion +depends kdesdk4 diff --git a/zbeta/kdevplatform/DETAILS b/zbeta/kdevplatform/DETAILS new file mode 100644 index 0000000..9ae5fd9 --- /dev/null +++ b/zbeta/kdevplatform/DETAILS @@ -0,0 +1,19 @@ + MODULE=kdevplatform + MAJOR=0.9 + VERSION=${MAJOR}.95 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$KDE_URL/unstable/kdevelop/3.9.95/src + SOURCE_VFY=sha1:d3a235a7c4a6a216a74a9c0dedeb9bd195b79432 + MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} + WEB_SITE=http://www.kde.org + ENTERED=20090824 + UPDATED=20090824 + SHORT="create KDE plugins" + +cat << EOF +The idea is that kdevplatform contains: + + * Everything to create platform plugins + * Everything to create platform applications + * Commonly used/important plugins +EOF From stumbles at lunar-linux.org Mon Aug 24 13:27:35 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 24 Aug 2009 07:27:35 -0400 Subject: [Lunar-commits] kdevelop4: Adding to zbeta. Message-ID: <20090824112752.93DBF9B1ED@doppio.foo-projects.org> commit 824f3d1f9f27c98ef942d6e345bf2536e0351560 Author: Dennis `stumbles` Veatch Date: Mon Aug 24 07:27:35 2009 -0400 kdevelop4: Adding to zbeta. --- zbeta/kdevelop4/BUILD | 16 ++++++++++++++++ zbeta/kdevelop4/DEPENDS | 2 ++ zbeta/kdevelop4/DETAILS | 16 ++++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/zbeta/kdevelop4/BUILD b/zbeta/kdevelop4/BUILD new file mode 100644 index 0000000..3b39268 --- /dev/null +++ b/zbeta/kdevelop4/BUILD @@ -0,0 +1,16 @@ +( + + OUT_OF_TREE_DIR="$SOURCE_DIRECTORY/$MODULE-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $OUT_OF_TREE_DIR && + cd $OUT_OF_TREE_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/kdevelop4/DEPENDS b/zbeta/kdevelop4/DEPENDS new file mode 100644 index 0000000..dac65f4 --- /dev/null +++ b/zbeta/kdevelop4/DEPENDS @@ -0,0 +1,2 @@ +depends check +depends kdevplatform diff --git a/zbeta/kdevelop4/DETAILS b/zbeta/kdevelop4/DETAILS new file mode 100644 index 0000000..d371f14 --- /dev/null +++ b/zbeta/kdevelop4/DETAILS @@ -0,0 +1,16 @@ + MODULE=kdevelop4 + MAJOR=3.9 + VERSION=${MAJOR}.95 + SOURCE=kdevelop-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdevelop-$VERSION + SOURCE_URL=$KDE_URL/unstable/kdevelop/$VERSION/src + SOURCE_VFY=sha1:232509c76cbb4ec13747a238911455cfd0408d46 + MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} + WEB_SITE=http://www.kde.org + ENTERED=20090824 + UPDATED=20090824 + SHORT="A programming IDE for KDE" + +cat << EOF +kdevelop is a programming IDE for KDE. +EOF From zbiggy at lunar-linux.org Mon Aug 24 21:51:18 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Mon, 24 Aug 2009 21:51:18 +0200 Subject: [Lunar-commits] NVIDIA-beta: downgrade to 190.18 The 190.25 has bug in nvidia-tls library which does not allow to compile OpenGL library depended modules. Message-ID: <20090824195306.9BA489B1EA@doppio.foo-projects.org> commit a6fb82408155b2304c4174c91424e63446ca7d95 Author: Zbigniew Luszpinski Date: Mon Aug 24 21:51:18 2009 +0200 NVIDIA-beta: downgrade to 190.18 The 190.25 has bug in nvidia-tls library which does not allow to compile OpenGL library depended modules. --- x11/NVIDIA-beta/DETAILS | 6 +++--- x11/NVIDIA-beta/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index f587c08..369e3cc 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.25 + VERSION=190.18 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION/ @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION/ SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION/ SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION/ - SOURCE_VFY=sha1:64ecec661c25a44b2a3bc6a5e3ed2e4cd217a49c + SOURCE_VFY=sha1:321b3ac18eb3470c4f56afa00cdd098daae2e16d WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090822 + UPDATED=20090824 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index 6ec6ef2..b8dd860 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.25 + VERSION=190.18 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION/ - SOURCE_VFY=sha1:c2d3a6ed6894e1039c908fd72b3ce9d044eb5022 + SOURCE_VFY=sha1:91f8979e875de82362ce35ddbeb2cb0287f9c079 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090822 + UPDATED=20090824 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF From stumbles at lunar-linux.org Tue Aug 25 09:40:50 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 03:40:50 -0400 Subject: [Lunar-commits] bluez: Version bump fixes some build system issues. Also did some alterations Message-ID: <20090825074253.CAB329B1F1@doppio.foo-projects.org> commit 2e76ecda1a391969b2fbaccd641cd56c8b60c11a Author: Dennis `stumbles` Veatch Date: Tue Aug 25 03:40:50 2009 -0400 bluez: Version bump fixes some build system issues. Also did some alterations to the BUILD and DEPENDS. --- bluetooth/bluez/BUILD | 17 ++++------------- bluetooth/bluez/CONFIGURE | 9 +++++++++ bluetooth/bluez/DEPENDS | 22 ++++++++++------------ bluetooth/bluez/DETAILS | 6 +++--- 4 files changed, 26 insertions(+), 28 deletions(-) diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD index ef4d0e4..00b8fb2 100644 --- a/bluetooth/bluez/BUILD +++ b/bluetooth/bluez/BUILD @@ -2,21 +2,11 @@ patch_it $SOURCE_CACHE/$SOURCE2 0 && - OPTS+=" --build=$BUILD \ - --host=$BUILD \ - --enable-tools \ - --enable-bccmd \ - --enable-hid2hci \ - --enable-dfutool \ - --enable-hidd \ - --enable-pand \ - --enable-dund \ - --enable-test \ - --enable-manpages \ + OPTS+=" --build=$BUILD \ + --host=$BUILD \ --enable-configfiles \ --with-telephony=dummy \ --enable-gstreamer \ - --enable-udevrules \ $OPTS" && default_build && @@ -29,6 +19,7 @@ cp -f audio/audio.conf /etc/bluetooth/ && cp -f network/*.conf /etc/bluetooth/ && cp -f input/*.conf /etc/bluetooth/ && - cp -f audio/bluetooth.conf /etc/asound.conf + cp -f audio/bluetooth.conf /etc/asound.conf && + cp -f serial/serial.conf /etc/bluetooth/ ) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE new file mode 100644 index 0000000..b546596 --- /dev/null +++ b/bluetooth/bluez/CONFIGURE @@ -0,0 +1,9 @@ +mquery TOOLS "Install Bluetooth utilities?" y "--enable-tools" "--disable-tools" +mquery BCCMD "Install BCCMD interface utility?" y "--enable-bccmd" "--disable-bccmd" +mquery HID2HCI "Install HID mode switching utility?" y "--enable-hid2hci" "--disable-hid2hci" +mquery DFUTOOL "Install DFU firmware upgrade utility?" n "--enable-dfutool" "--disable-dfutool" +mquery HIDD "Install HID daemon?" y "--enable-hidd" "--disable-hidd" +mquery PAND "Install PAN daemon?" y "--enable-pand" "--disable-pand" +mquery DUND "Install DUN daemon?" y "--enable-dund" "--disable-dund" +mquery TEST "Install test programs?" y "--enable-test" "--disable-test" +mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" diff --git a/bluetooth/bluez/DEPENDS b/bluetooth/bluez/DEPENDS index cdb1436..9546f45 100644 --- a/bluetooth/bluez/DEPENDS +++ b/bluetooth/bluez/DEPENDS @@ -2,18 +2,16 @@ depends dbus-glib depends hal depends gstreamer-10 -optional_depends "libnl" "--enable-netlink" \ - "--disable-netlink" \ - "for NETLINK support " +optional_depends "udev" "--enable-udevrules" "--disable-udevrules" "for udev support" -optional_depends "alsa-lib" "--enable-alsa" \ - "--disable-alsa" \ - "to enable alsa sound support" +optional_depends "libusb" "--enable-usb" "--disable-usb" "for USB support" + +optional_depends "pcmciautils" "--enable-pcmcia" "--disable-pcmcia" "to enable pcmcia support, 2.6 kernels" + +optional_depends "libnl" "--enable-netlink" "--disable-netlink" "for NETLINK support " + +optional_depends "alsa-lib" "--enable-alsa" "--disable-alsa" "to enable alsa sound support" + +optional_depends "cups" "--enable-cups" "--disable-cups" "to enable cups printing support" -optional_depends "cups" "--enable-cups" \ - "--disable-cups" \ - "to enable cups printing support" -optional_depends "pcmciautils" "--enable-pcmcia --enable-serial" \ - "--disable-pcmcia --disable-serial" \ - "to enable pcmcia support, 2.6 kernels" diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index 242bf41..db24927 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,14 +1,14 @@ MODULE=bluez - VERSION=4.47 + VERSION=4.50 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.41.dbus.access.patch SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:c1fff20cfbfc828ef6717fdadfe70f1025740ef7 + SOURCE_VFY=sha1:bbe971de62e51ffccea1c6ae979ddad5b4bc11c5 SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20090805 + UPDATED=20090825 SHORT="support for core Bluetooth layers and protocols" cat << EOF From stumbles at lunar-linux.org Tue Aug 25 09:44:27 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 03:44:27 -0400 Subject: [Lunar-commits] obexd: Version bump and if you want ebook support you'll need evolution-data-server. Message-ID: <20090825074450.C9C7C9B1F1@doppio.foo-projects.org> commit 0bc9e5f89977b9fe1defba33b7de8cb3e45a82a2 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 03:44:27 2009 -0400 obexd: Version bump and if you want ebook support you'll need evolution-data-server. --- net/obexd/DEPENDS | 2 +- net/obexd/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/obexd/DEPENDS b/net/obexd/DEPENDS index a90e4ab..012c4a0 100644 --- a/net/obexd/DEPENDS +++ b/net/obexd/DEPENDS @@ -2,4 +2,4 @@ depends dbus depends bluez depends openobex -optional_depends ebook-tools "" "" "for ebook support" +optional_depends evolution-data-server "--enable-ebook" "--disable-ebook" "for ebook support" diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index 05af757..3755937 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.15 + VERSION=0.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:d3506bf7f42a2f78c3a5ad1d49ed414e25a413e1 + SOURCE_VFY=sha1:6712ab23916fcf0f0d9d2652f0cfd7799b92489a WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20090805 + UPDATED=20090825 SHORT="OBEX Server and Client" cat << EOF OBEX Server and Client with support for Phonebook Access and From stumbles at lunar-linux.org Tue Aug 25 09:50:09 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 03:50:09 -0400 Subject: [Lunar-commits] obexfs: Adding to moonbase. Message-ID: <20090825075019.06D819B1F1@doppio.foo-projects.org> commit 5a9ec92bc3e14a158692d0f1b380a8a388518d72 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 03:50:09 2009 -0400 obexfs: Adding to moonbase. --- filesys/obexfs/DEPENDS | 2 ++ filesys/obexfs/DETAILS | 13 +++++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/filesys/obexfs/DEPENDS b/filesys/obexfs/DEPENDS new file mode 100644 index 0000000..5444add --- /dev/null +++ b/filesys/obexfs/DEPENDS @@ -0,0 +1,2 @@ +depends fuse +depends obexftp diff --git a/filesys/obexfs/DETAILS b/filesys/obexfs/DETAILS new file mode 100644 index 0000000..010e0f5 --- /dev/null +++ b/filesys/obexfs/DETAILS @@ -0,0 +1,13 @@ + MODULE=obexfs + VERSION=0.12 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/openobex/$MODULE/$VERSION + SOURCE_VFY=sha1:dbe6d006db7122142fcc14dc473f9bf1b1c8a99a + WEB_SITE=http://dev.zuckschwerdt.org/openobex/wiki/ObexFs + ENTERED=20090817 + UPDATED=20090817 + SHORT="FUSE based filesystem using ObexFTP" + +cat << EOF +FUSE based filesystem using ObexFTP. +EOF From stumbles at lunar-linux.org Tue Aug 25 09:51:51 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 03:51:51 -0400 Subject: [Lunar-commits] Falcon: Adding to moonbase. Message-ID: <20090825075254.1516F9B1F1@doppio.foo-projects.org> commit 5cbcb9d4de4712fc886a5e7b09bc0514c0b23836 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 03:51:51 2009 -0400 Falcon: Adding to moonbase. --- compilers/Falcon/BUILD | 7 +++++++ compilers/Falcon/DEPENDS | 1 + compilers/Falcon/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/compilers/Falcon/BUILD b/compilers/Falcon/BUILD new file mode 100644 index 0000000..be567d3 --- /dev/null +++ b/compilers/Falcon/BUILD @@ -0,0 +1,7 @@ +( + + ./build.sh -p /usr && + prepare_install && + ./build.sh -i + +) > $C_FIFO 2>&1 diff --git a/compilers/Falcon/DEPENDS b/compilers/Falcon/DEPENDS new file mode 100644 index 0000000..288e6d4 --- /dev/null +++ b/compilers/Falcon/DEPENDS @@ -0,0 +1 @@ +depends bison diff --git a/compilers/Falcon/DETAILS b/compilers/Falcon/DETAILS new file mode 100644 index 0000000..fbe2451 --- /dev/null +++ b/compilers/Falcon/DETAILS @@ -0,0 +1,20 @@ + MODULE=Falcon + VERSION=0.9.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://www.falconpl.org/project_dl/_official_rel/ + SOURCE_VFY=sha1:e689bd24d36f136429ee7d2c03b23c1b5a78ea1a + WEB_SITE=http://www.falconpl.org/index.ftd?page_id=Home + ENTERED=20090815 + UPDATED=20090815 + SHORT="Falcon Programming Language" + +cat << EOF +Falcon is an Open Source, simple, fast and powerful programming language, easy +to learn and to feel comfortable with, and a scripting engine ready to empower +mission-critical multithreaded applications. + +Falcon provides six integrated programming paradigms: procedural, object +oriented, prototype oriented, functional, tabular and message oriented. And you +don't have to master all of them; you just need to pick the ingredients you +prefer, and let the code to follow your inspiration. +EOF From stumbles at lunar-linux.org Tue Aug 25 10:57:13 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 04:57:13 -0400 Subject: [Lunar-commits] libnl2: Adding to zbeta. Message-ID: <20090825085725.24F729B1F1@doppio.foo-projects.org> commit 0b93111bd1c408bc8c9e8f5eb66e7e88dda295f1 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 04:57:13 2009 -0400 libnl2: Adding to zbeta. --- zbeta/libnl2/BUILD | 7 +++++++ zbeta/libnl2/CONFLICTS | 1 + zbeta/libnl2/DETAILS | 12 ++++++++++++ 3 files changed, 20 insertions(+), 0 deletions(-) diff --git a/zbeta/libnl2/BUILD b/zbeta/libnl2/BUILD new file mode 100644 index 0000000..aabc170 --- /dev/null +++ b/zbeta/libnl2/BUILD @@ -0,0 +1,7 @@ +( + + autoreconf && + + default_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/libnl2/CONFLICTS b/zbeta/libnl2/CONFLICTS new file mode 100644 index 0000000..f2ab27a --- /dev/null +++ b/zbeta/libnl2/CONFLICTS @@ -0,0 +1 @@ +conflicts libnl diff --git a/zbeta/libnl2/DETAILS b/zbeta/libnl2/DETAILS new file mode 100644 index 0000000..7dd8d38 --- /dev/null +++ b/zbeta/libnl2/DETAILS @@ -0,0 +1,12 @@ + MODULE=libnl2 + VERSION=2.0 + SOURCE=libnl-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/libnl-$VERSION + SOURCE_URL=git://git.kernel.org/pub/scm/libs/netlink/libnl.git + WEB_SITE=http://www.infradead.org/~tgr/libnl/ + ENTERED=20090816 + UPDATED=20090816 + SHORT="library for applications dealing with netlink sockets" +cat << EOF +libnl is a library for applications dealing with netlink sockets. +EOF From stumbles at lunar-linux.org Tue Aug 25 10:58:41 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 04:58:41 -0400 Subject: [Lunar-commits] gnome-bluetooth: Version bump. Message-ID: <20090825085846.621AA9B1F1@doppio.foo-projects.org> commit 6b831818b1232eb38b011af477ba6696b816c921 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 04:58:41 2009 -0400 gnome-bluetooth: Version bump. --- bluetooth/gnome-bluetooth/DEPENDS | 3 ++- bluetooth/gnome-bluetooth/DETAILS | 16 +++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/bluetooth/gnome-bluetooth/DEPENDS b/bluetooth/gnome-bluetooth/DEPENDS index aeac611..608ff56 100644 --- a/bluetooth/gnome-bluetooth/DEPENDS +++ b/bluetooth/gnome-bluetooth/DEPENDS @@ -1,2 +1,3 @@ -depends libbtctl && +depends libbtctl +depends unique depends gob2 diff --git a/bluetooth/gnome-bluetooth/DETAILS b/bluetooth/gnome-bluetooth/DETAILS index 51df8a6..e4c8405 100644 --- a/bluetooth/gnome-bluetooth/DETAILS +++ b/bluetooth/gnome-bluetooth/DETAILS @@ -1,12 +1,12 @@ - MODULE=gnome-bluetooth - VERSION=0.12.0 - MAJOR=0.12 + MODULE=gnome-bluetooth + MAJOR=2.27 + VERSION=${MAJOR}.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:8e46f51a7fc92469e24183c1e042a642cfe32de3 + SOURCE_VFY=sha1:f732c340db2c62d0469a39551798a25b974eee59 WEB_SITE=http://www.usefulinc.com/software/gnome-bluetooth ENTERED=20030930 - UPDATED=20090318 + UPDATED=20090825 SHORT="bluetooth app for gnome" cat << EOF Gnome-Bluetooth is a Full Bluetooth app for gnome allowing all bluetooth @@ -16,8 +16,10 @@ Current features include: * Bonobo component to manage the discovery of nearby Bluetooth devices * Component will create serial (RFCOMM) connections for clients to devices * libbtcl, a GObject wrapper for Bluetooth functionality - * An OBEX server, so you can "beam" files such as pictures, addresses or contacts from other Bluetooth devices to your computer + * An OBEX server, so you can "beam" files such as pictures, addresses or contacts from + other Bluetooth devices to your computer * An OBEX push send tool, so you can beam files from your computer to remote devices. - * gnome-vfs plugin so Nautilus can navigate known Bluetooth devices, and send files to them via drag'n'drop. + * gnome-vfs plugin so Nautilus can navigate known Bluetooth devices, and send files to + them via drag'n'drop. EOF From stumbles at lunar-linux.org Tue Aug 25 11:29:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 05:29:48 -0400 Subject: [Lunar-commits] FreeImage: A maintenance release. Message-ID: <20090825093038.6AB079B1C1@doppio.foo-projects.org> commit 09f0aa73c186786edcfe07510dd8e44c63b559cb Author: Dennis `stumbles` Veatch Date: Tue Aug 25 05:29:48 2009 -0400 FreeImage: A maintenance release. --- graphics/FreeImage/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/FreeImage/DETAILS b/graphics/FreeImage/DETAILS index 2e3c1d7..8a113eb 100644 --- a/graphics/FreeImage/DETAILS +++ b/graphics/FreeImage/DETAILS @@ -1,12 +1,12 @@ MODULE=FreeImage - VERSION=3110 + VERSION=3120 SOURCE=$MODULE$VERSION.zip SOURCE_URL=$SFORGE_URL/freeimage/ - SOURCE_VFY=sha1:59caec5b6294b4da6b6418787f15b4be9a69a7fc + SOURCE_VFY=sha1:d9a5efc9590cb45e176c7e5552afef961594a1cb SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://freeimage.sourceforge.net ENTERED=20070822 - UPDATED=20090209 + UPDATED=20090825 SHORT="library for easy using of image formats" cat << EOF FreeImage is an Open Source library project for developers From stumbles at lunar-linux.org Tue Aug 25 11:37:15 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 05:37:15 -0400 Subject: [Lunar-commits] libopenraw: Just fixing the indentations. Message-ID: <20090825093722.0AB60F2FA4@doppio.foo-projects.org> commit 3094e45ee768d9355860869a3feb8a435703a5c8 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 05:37:15 2009 -0400 libopenraw: Just fixing the indentations. --- graphics/libopenraw/DETAILS | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/graphics/libopenraw/DETAILS b/graphics/libopenraw/DETAILS index 0919563..891ac45 100644 --- a/graphics/libopenraw/DETAILS +++ b/graphics/libopenraw/DETAILS @@ -1,12 +1,12 @@ -MODULE=libopenraw -VERSION=0.0.8 -SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_URL=http://libopenraw.freedesktop.org/download/ -SOURCE_VFY=sha1:6eb19679f3b5cdc566a4caa459811121a78ac0d9 -WEBSITE=http://libopenraw.freedesktop.org/ -ENTERED=20080723 -UPDATED=20090814 -SHORT="free software implementation for camera RAW files decoding" + MODULE=libopenraw + VERSION=0.0.8 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://libopenraw.freedesktop.org/download/ + SOURCE_VFY=sha1:6eb19679f3b5cdc566a4caa459811121a78ac0d9 + WEBSITE=http://libopenraw.freedesktop.org/ + ENTERED=20080723 + UPDATED=20090814 + SHORT="free software implementation for camera RAW files decoding" cat << EOF free software implementation for camera RAW files decoding From stumbles at lunar-linux.org Tue Aug 25 11:42:46 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 05:42:46 -0400 Subject: [Lunar-commits] netpbm: Version bump. Message-ID: <20090825094252.713D09B1C1@doppio.foo-projects.org> commit d92059ae61251e06d9b28817185635955896b5f1 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 05:42:46 2009 -0400 netpbm: Version bump. --- graphics/netpbm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS index 2f7884d..ef68147 100644 --- a/graphics/netpbm/DETAILS +++ b/graphics/netpbm/DETAILS @@ -1,11 +1,11 @@ MODULE=netpbm - VERSION=10.26.61 + VERSION=10.26.63 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:38e47c96adcfdaa8a8cc4741b6985f82f0100260 + SOURCE_VFY=sha1:81ec2499897809777813f9ec8e6222d8cf988daf WEB_SITE=http://netpbm.sourceforge.net ENTERED=20010922 - UPDATED=20090531 + UPDATED=20090825 PSAFE=no SHORT="netpbm contains 220 programs that convert graphics formats." From stumbles at lunar-linux.org Tue Aug 25 12:10:18 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:10:18 -0400 Subject: [Lunar-commits] wings: Version bump. Message-ID: <20090825101045.5584CF338F@doppio.foo-projects.org> commit 38c624f73a11c1ec4e49d7cea7345bd1da4a3072 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:10:18 2009 -0400 wings: Version bump. --- graphics/wings/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/wings/DETAILS b/graphics/wings/DETAILS index 4cf08ee..191cfa3 100644 --- a/graphics/wings/DETAILS +++ b/graphics/wings/DETAILS @@ -1,14 +1,14 @@ MODULE=wings - VERSION=1.0 + VERSION=1.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:e48695b723fa99217a532cb0e0552d3cb5eaa98b + SOURCE_VFY=sha1:c57ae2c90d75bec268c6de4d42358844a6f38bea WEB_SITE=http://www.wings3d.com/ ENTERED=20021120 - UPDATED=20090531 + UPDATED=20090825 SHORT="polygon mesh modeler" - PSAFE=no +PSAFE=no cat << EOF Wings 3D is a polygon mesh modeler inspired by Nendo from Izware. EOF From stumbles at lunar-linux.org Tue Aug 25 12:10:33 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:10:33 -0400 Subject: [Lunar-commits] erlang: Version bump. Message-ID: <20090825101045.628EC9B1C1@doppio.foo-projects.org> commit 7a53b1592371ea0adee9fab8070bf90a749b471d Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:10:33 2009 -0400 erlang: Version bump. --- libs/erlang/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/erlang/DETAILS b/libs/erlang/DETAILS index dfddf00..a349a6e 100644 --- a/libs/erlang/DETAILS +++ b/libs/erlang/DETAILS @@ -1,12 +1,12 @@ MODULE=erlang - VERSION=R13B + VERSION=R13B01 SOURCE=otp_src_${VERSION}.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/otp_src_${VERSION} SOURCE_URL=http://www.erlang.org/download - SOURCE_VFY=sha1:a69611923c48861aef157e7b4a06689d339571ff + SOURCE_VFY=sha1:29d0e06dd351f31c70112454f8187e70ee75ca03 WEB_SITE=http://www.erlang.org ENTERED=20021120 - UPDATED=20090531 + UPDATED=20090825 SHORT="General-purpose programming language and runtime environment" PSAFE=no From stumbles at lunar-linux.org Tue Aug 25 12:30:12 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:30:12 -0400 Subject: [Lunar-commits] cwtext: Version bump Message-ID: <20090825103052.93CD19B1C1@doppio.foo-projects.org> commit 7444ee827354ca10a737ec566e61ff8f19e3916c Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:30:12 2009 -0400 cwtext: Version bump --- ham/cwtext/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ham/cwtext/DETAILS b/ham/cwtext/DETAILS index dc096d3..444ff7f 100644 --- a/ham/cwtext/DETAILS +++ b/ham/cwtext/DETAILS @@ -1,11 +1,11 @@ MODULE=cwtext - VERSION=0.95 + VERSION=0.96 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:9adb97a3c605337d48b9de45818f71e809526547 + SOURCE_VFY=sha1:5e6d7d57b5329de80fce84eb65d47c0b776f2d4f WEB_SITE=http://cwtext.sourceforge.net/index.php ENTERED=20011212 - UPDATED=20060102 + UPDATED=20090825 SHORT="Converts text to morse code" cat << EOF From stumbles at lunar-linux.org Tue Aug 25 12:30:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:30:28 -0400 Subject: [Lunar-commits] hamlib: versin bump and PSAFE Message-ID: <20090825103052.9D85E9B1F1@doppio.foo-projects.org> commit 857a0541907e71e6b64527f36e563ffa5262f7f6 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:30:28 2009 -0400 hamlib: versin bump and PSAFE --- ham/hamlib/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ham/hamlib/DETAILS b/ham/hamlib/DETAILS index 880e10d..0384648 100644 --- a/ham/hamlib/DETAILS +++ b/ham/hamlib/DETAILS @@ -1,13 +1,13 @@ MODULE=hamlib - VERSION=1.2.6.2 + VERSION=1.2.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:53fbab4ff7246ceec28af1a61538ac7cae216751 + SOURCE_VFY=sha1:9cfbfad347b254ab73cb00714b494aaa8cd21f8d WEB_SITE=http://hamlib.sourceforge.net/ ENTERED=20051019 - UPDATED=20071005 + UPDATED=20090825 SHORT="control any radio oriented equipment" - PSAFE=no + cat << EOF The Ham Radio Control Libraries, Hamlib for short, is a development effort to provide a consistent interface for programmers wanting to incorporate radio From stumbles at lunar-linux.org Tue Aug 25 12:30:44 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:30:44 -0400 Subject: [Lunar-commits] xlog: Version bump. Message-ID: <20090825103052.B132E9B1F7@doppio.foo-projects.org> commit 1c8b630f919659db1b291e40f6b1317c74b1e161 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:30:44 2009 -0400 xlog: Version bump. --- ham/xlog/BUILD | 12 ++++++------ ham/xlog/DETAILS | 11 +++++------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ham/xlog/BUILD b/ham/xlog/BUILD index 75d92fa..7bc7ef0 100644 --- a/ham/xlog/BUILD +++ b/ham/xlog/BUILD @@ -1,11 +1,11 @@ ( - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - $OPTS && - make && - prepare_install && + OPTS+=" --enable-mime-update" + + default_config && + + make && + prepare_install && make install-strip ) > $C_FIFO 2>&1 diff --git a/ham/xlog/DETAILS b/ham/xlog/DETAILS index 33aae08..3f43c83 100644 --- a/ham/xlog/DETAILS +++ b/ham/xlog/DETAILS @@ -1,13 +1,12 @@ MODULE=xlog - VERSION=1.5 + VERSION=2.0.3 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://www.qsl.net/pg4i/download/ - SOURCE_VFY=sha1:bb86f7e2784c3937c04c171fc9dad36af6b591c7 - WEB_SITE=http://www.qsl.net/pg4i/linux/ + SOURCE_URL[0]=http://nongnu.askapache.com/xlog/ + SOURCE_VFY=sha1:cc073fb3844b240ecaeed3119fc9b430e4116faf + WEB_SITE=http://www.nongnu.org/xlog/ ENTERED=20011110 - UPDATED=20070329 + UPDATED=20090825 SHORT="ham radio logging program for X" - MAINTAINER=w9ya at amsat.org cat << EOF Xlog will display a log with the most recent contacts added to the top. From stumbles at lunar-linux.org Tue Aug 25 12:36:03 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:36:03 -0400 Subject: [Lunar-commits] xtalfind: Version bump and it switched to perl. Message-ID: <20090825103623.C00D79B1C1@doppio.foo-projects.org> commit 3e35e4fef3256e0960db8b806713b4c0f5146ea8 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:36:03 2009 -0400 xtalfind: Version bump and it switched to perl. --- ham/xtalfind/BUILD | 9 ++++----- ham/xtalfind/DEPENDS | 1 + ham/xtalfind/DETAILS | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ham/xtalfind/BUILD b/ham/xtalfind/BUILD index 8190778..44ba8ae 100644 --- a/ham/xtalfind/BUILD +++ b/ham/xtalfind/BUILD @@ -1,9 +1,8 @@ ( - rm -f xtalfind - make && - prepare_install && - cp xtalfind /usr/bin && - chmod 755 /usr/bin/xtalfind + prepare_install && + install -m755 xtalfind.pl /usr/bin/ && + + gather_docs ) > $C_FIFO 2>&1 diff --git a/ham/xtalfind/DEPENDS b/ham/xtalfind/DEPENDS new file mode 100644 index 0000000..6826bc7 --- /dev/null +++ b/ham/xtalfind/DEPENDS @@ -0,0 +1 @@ +depends perl diff --git a/ham/xtalfind/DETAILS b/ham/xtalfind/DETAILS index 1fde68d..723d326 100644 --- a/ham/xtalfind/DETAILS +++ b/ham/xtalfind/DETAILS @@ -1,12 +1,12 @@ - MODULE=xtalfind - VERSION=1.2 - SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL[0]=http://www.qsl.net/ik1zyw/software/ + MODULE=xtalfind + VERSION=2.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=http://spazioinwind.libero.it/ik1zyw/software/ + SOURCE_VFY=sha1:d818aae1adbcd339b8b47214a812427fa4090ad0 WEB_SITE=http://www.qsl.net/ik1zyw/ ENTERED=20011114 - UPDATED=20011215 + UPDATED=20090825 SHORT="A silly little crystal checking/math tool" - MAINTAINER=w9ya at amsat.org cat << EOF xtalfind checks whether any XTAL is suitable for a HAM radio circuit From stumbles at lunar-linux.org Tue Aug 25 12:47:45 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 06:47:45 -0400 Subject: [Lunar-commits] k9copy2: Version bump. Message-ID: <20090825104748.5049F9B1C1@doppio.foo-projects.org> commit 0911e4f9f28c76ecef111f63b639c45c1d70b405 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 06:47:45 2009 -0400 k9copy2: Version bump. --- kde4/utils/k9copy2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/k9copy2/DETAILS b/kde4/utils/k9copy2/DETAILS index b36baff..ef7769c 100644 --- a/kde4/utils/k9copy2/DETAILS +++ b/kde4/utils/k9copy2/DETAILS @@ -1,13 +1,13 @@ MODULE=k9copy2 - VERSION=2.3.2-Source + VERSION=2.3.3-Source SOURCE=k9copy-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/k9copy/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/k9copy-$VERSION - SOURCE_VFY=sha1:f39585a4ec7d4a34c6ce8b4e1c058774975c4abe + SOURCE_VFY=sha1:db9f4a358922d464b673757f425aab7c5b3e0efb MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://k9copy.sourceforge.net/ ENTERED=20080325 - UPDATED=20090604 + UPDATED=20090825 SHORT="KDE4 utility which allows the copy of DVD" cat << EOF From florin at lunar-linux.org Tue Aug 25 13:12:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 25 Aug 2009 14:12:30 +0300 Subject: [Lunar-commits] bluez: fix the install. Message-ID: <20090825111250.82B3A9B1C1@doppio.foo-projects.org> commit 895d51f08c40e902b1d67625261b7b4fe0dfa102 Author: Florin Braescu Date: Tue Aug 25 14:12:30 2009 +0300 bluez: fix the install. --- bluetooth/bluez/BUILD | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD index 00b8fb2..25020e7 100644 --- a/bluetooth/bluez/BUILD +++ b/bluetooth/bluez/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && + patch_it $SOURCE_CACHE/$SOURCE2 0 && OPTS+=" --build=$BUILD \ --host=$BUILD \ @@ -16,10 +16,11 @@ sedit "s:#MPEG:MPEG:" audio/audio.conf sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf - cp -f audio/audio.conf /etc/bluetooth/ && - cp -f network/*.conf /etc/bluetooth/ && - cp -f input/*.conf /etc/bluetooth/ && - cp -f audio/bluetooth.conf /etc/asound.conf && + mkdir -p /etc/bluetooth + cp -f audio/audio.conf /etc/bluetooth/ && + cp -f network/*.conf /etc/bluetooth/ && + cp -f input/*.conf /etc/bluetooth/ && + cp -f audio/bluetooth.conf /etc/asound.conf && cp -f serial/serial.conf /etc/bluetooth/ ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Tue Aug 25 13:27:50 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 07:27:50 -0400 Subject: [Lunar-commits] clisp: Version bump. Message-ID: <20090825112801.902AC9B1F1@doppio.foo-projects.org> commit ee513fcb1fdb370e3c43b7132c77f1e32acccd71 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 07:27:50 2009 -0400 clisp: Version bump. --- compilers/clisp/BUILD | 11 +++-------- compilers/clisp/DETAILS | 8 ++++---- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/compilers/clisp/BUILD b/compilers/clisp/BUILD index a111a5c..c504356 100644 --- a/compilers/clisp/BUILD +++ b/compilers/clisp/BUILD @@ -1,18 +1,13 @@ ( - ln -s /dev/null src/config.cache && + ./configure --prefix=/usr \ $OPTS && cd src && - ./makemake --prefix=/usr \ - --with-dynamic-ffi \ - $OPTS > Makefile && + default_config && - make config.lisp && - make && - prepare_install && - make install + default_make ) > $C_FIFO 2>&1 diff --git a/compilers/clisp/DETAILS b/compilers/clisp/DETAILS index b12fe78..af0201d 100644 --- a/compilers/clisp/DETAILS +++ b/compilers/clisp/DETAILS @@ -1,16 +1,16 @@ MODULE=clisp - VERSION=2.35 + VERSION=2.48 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE/release/$VERSION/ SOURCE_URL[1]=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:14cf509e3260ee3d7039a8bbbc767840a2625f2d + SOURCE_VFY=sha1:dc213ed02194ec4c8b596118c5f92b25d1f540e0 WEB_SITE=http://clisp.cons.org/ ENTERED=20060512 - UPDATED=20060512 + UPDATED=20090825 PSAFE=no SHORT="An ANSI Common Lisp implementation" -cat < ocaml: Version bump. Message-ID: <20090825121413.87BAD9B1F2@doppio.foo-projects.org> commit 304d18a2ba5dc48744a961e6c23f0bb54b9de5ac Author: Dennis `stumbles` Veatch Date: Tue Aug 25 08:14:03 2009 -0400 ocaml: Version bump. --- compilers/ocaml/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compilers/ocaml/DETAILS b/compilers/ocaml/DETAILS index 1dcb2f3..9a3fc0b 100644 --- a/compilers/ocaml/DETAILS +++ b/compilers/ocaml/DETAILS @@ -1,15 +1,15 @@ MODULE=ocaml - VERSION=3.10.2 - MAJOR=3.10 + MAJOR=3.11 + VERSION=${MAJOR}.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=http://caml.inria.fr/distrib/$MODULE-$MAJOR + SOURCE_URL[0]=http://caml.inria.fr/pub/distrib/$MODULE-$MAJOR SOURCE_URL[1]=$MIRROR_URL - SOURCE_VFY=sha1:f604580bf2943891d8faf265eeb900bbe90abce0 + SOURCE_VFY=sha1:570feab47b34b29f866ecadcc16153d5a4a4f6a1 WEB_SITE=http://caml.inria.fr ENTERED=20020512 - UPDATED=20080308 + UPDATED=20090825 SHORT="An objective cml compiler" - PSAFE=no +# PSAFE=no cat << EOF Objective Caml belongs to the ML family of programming languages and has been From stumbles at lunar-linux.org Tue Aug 25 14:13:47 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 08:13:47 -0400 Subject: [Lunar-commits] unison: version bump Message-ID: <20090825121413.78FD19B1F1@doppio.foo-projects.org> commit 6fb5e904951d67d33c24c8dda55e3ab6b44fc3ed Author: Dennis `stumbles` Veatch Date: Tue Aug 25 08:13:47 2009 -0400 unison: version bump --- net/unison/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/unison/DETAILS b/net/unison/DETAILS index f1227bd..220b12a 100644 --- a/net/unison/DETAILS +++ b/net/unison/DETAILS @@ -1,13 +1,14 @@ MODULE=unison - VERSION=2.27.57 + VERSION=2.27.157 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/ - SOURCE_VFY=sha1:9892680d8bd3e3c50031451cc6e77eb5431768ea + SOURCE_VFY=sha1:0dd375483acb14f13723a5380783c50a362c79aa WEB_SITE=http://www.cis.upenn.edu/~bcpierce/unison/ ENTERED=20050109 - UPDATED=20080318 + UPDATED=20090825 SHORT="unison file-synchronization tool for Unix and Windows" - PSAFE=no + +PSAFE=no cat << EOF It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, From stumbles at lunar-linux.org Tue Aug 25 14:15:25 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 08:15:25 -0400 Subject: [Lunar-commits] ocaml: Yeah, PSAFE on x86_64 Message-ID: <20090825121534.268169B1F1@doppio.foo-projects.org> commit 6055cd98ac34a0aeea4a31b869c33bdf872bbcb3 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 08:15:25 2009 -0400 ocaml: Yeah, PSAFE on x86_64 --- compilers/ocaml/DETAILS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compilers/ocaml/DETAILS b/compilers/ocaml/DETAILS index 9a3fc0b..4f542d1 100644 --- a/compilers/ocaml/DETAILS +++ b/compilers/ocaml/DETAILS @@ -9,7 +9,6 @@ ENTERED=20020512 UPDATED=20090825 SHORT="An objective cml compiler" -# PSAFE=no cat << EOF Objective Caml belongs to the ML family of programming languages and has been From stumbles at lunar-linux.org Tue Aug 25 14:51:45 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 08:51:45 -0400 Subject: [Lunar-commits] sg3_utils: Version bump and moving into utils section. Message-ID: <20090825125204.5FD95F37CB@doppio.foo-projects.org> commit ad18acf959134891d05d65ab3a7a7a7042e0889f Author: Dennis `stumbles` Veatch Date: Tue Aug 25 08:51:45 2009 -0400 sg3_utils: Version bump and moving into utils section. --- utils/sg3_utils/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/utils/sg3_utils/DETAILS b/utils/sg3_utils/DETAILS new file mode 100644 index 0000000..ef405a9 --- /dev/null +++ b/utils/sg3_utils/DETAILS @@ -0,0 +1,15 @@ + MODULE=sg3_utils + VERSION=1.27 + SOURCE=$MODULE-$VERSION.tgz + SOURCE_URL=http://sg.danny.cz/sg/p/ + SOURCE_VFY=sha1:b8d13996250a11a452483a228c5461651209bf3d + WEB_SITE=http://sg.danny.cz/sg/sg3_utils.html#mozTocId697451 + ENTERED=20071206 + UPDATED=20090825 + SHORT="SCSI utilities" + +cat << EOF +Contains utilities that send SCSI commands to devices. As well as devices on +transports associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached +SCSI (SAS) and the SCSI Parallel Interface (SPI)). +EOF From stumbles at lunar-linux.org Tue Aug 25 15:25:40 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 09:25:40 -0400 Subject: [Lunar-commits] partimage: Version bump. Message-ID: <20090825132545.666679B1F1@doppio.foo-projects.org> commit 612f8909a44ff09bff824bb29476ee6291f26608 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 09:25:40 2009 -0400 partimage: Version bump. --- filesys/partimage/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/partimage/DETAILS b/filesys/partimage/DETAILS index 183cda2..4887bd6 100644 --- a/filesys/partimage/DETAILS +++ b/filesys/partimage/DETAILS @@ -1,11 +1,11 @@ MODULE=partimage - VERSION=0.6.6 + VERSION=0.6.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:691a5bfe1637fce3d1af3a48a37b63d603c09b7f + SOURCE_VFY=sha1:c02e0db728e72277a78a1fb4140171ba8a9336cf WEB_SITE=http://www.partimage.org/ ENTERED=20040226 - UPDATED=20071005 + UPDATED=20090825 SHORT="Create smaller images of entire partitions" cat << EOF Partition Image is a Linux/UNIX utility which saves partitions in many From stumbles at lunar-linux.org Tue Aug 25 16:42:07 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 10:42:07 -0400 Subject: [Lunar-commits] dbus-qt3: Version bump and the ibiblio url has gone missing. Message-ID: <20090825144229.5B9619B1C1@doppio.foo-projects.org> commit 653c2f0d10c07d64d9b3b9856bac9142f7215c55 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 10:42:07 2009 -0400 dbus-qt3: Version bump and the ibiblio url has gone missing. --- devel/dbus-qt3/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/dbus-qt3/DETAILS b/devel/dbus-qt3/DETAILS index 40deabc..be4ba3e 100644 --- a/devel/dbus-qt3/DETAILS +++ b/devel/dbus-qt3/DETAILS @@ -1,12 +1,12 @@ MODULE=dbus-qt3 - VERSION=0.70 - SOURCE=dbus-qt3-$VERSION.tar.bz2 - SOURCE_URL=http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/dbus-qt3-$VERSION - SOURCE_VFY=sha1:d87cfd7af62d36cc98f0a01f3d7e66eb677b081a + VERSION=0.8 + SOURCE=libdbus-1-qt3-$VERSION.tar.gz + SOURCE_URL=http://people.freedesktop.org/~krake/dbus-1-qt3/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/libdbus-1-qt3-$VERSION + SOURCE_VFY=sha1:5f25a1e63a9e93c2e9f2fb5e9976c0153815c02f WEB_SITE=http://www.freedesktop.org/wiki/Software/DBusBindings ENTERED=20070326 - UPDATED=20070802 + UPDATED=20090825 SHORT="qt3 bindings to DBUS" cat << EOF From stumbles at lunar-linux.org Tue Aug 25 17:08:37 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 11:08:37 -0400 Subject: [Lunar-commits] cyrus-sasl: Version bump fixing; Message-ID: <20090825150859.96FE49B1F2@doppio.foo-projects.org> commit 90b2992f02101fa93f86818a44ca7d5c03fb985e Author: Dennis `stumbles` Veatch Date: Tue Aug 25 11:08:37 2009 -0400 cyrus-sasl: Version bump fixing; * lib/saslutil.c: Fixed CERT VU#238019 (make sure sasl_encode64() always NUL terminates output or returns SASL_BUFOVER). --- crypto/cyrus-sasl/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/cyrus-sasl/DETAILS b/crypto/cyrus-sasl/DETAILS index 05c5630..0ac3c8e 100644 --- a/crypto/cyrus-sasl/DETAILS +++ b/crypto/cyrus-sasl/DETAILS @@ -1,23 +1,23 @@ MODULE=cyrus-sasl - VERSION=2.1.22 + VERSION=2.1.23 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=cyrus-sasl-smtpd.conf.gz SOURCE3=cyrus-sasl-encrypt_pwd.patch.bz2 SOURCE4=cyrus-sasl-gcc44.patch.bz2 SOURCE_URL=ftp://ftp.andrew.cmu.edu/pub/cyrus-mail - SOURCE_VFY=sha1:d23454ab12054714ab97d229c86cb934ce63fbb1 + SOURCE_VFY=sha1:5df33a6788d6cd8329b109eff777c6cfae1a21bd SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL SOURCE4_URL=$PATCH_URL SOURCE2_VFY=sha1:660dd84785ea6e02ef8a5aa3d02ac5c752867555 SOURCE3_VFY=sha1:732d0f36597703802118e3d1144aa93b1ecc1340 SOURCE4_VFY=sha1:ea9b283fbe284ae4261afc8148891e26cc04f743 - PSAFE=no WEB_SITE=http://asg.web.cmu.edu/sasl ENTERED=20020826 - UPDATED=20060826 + UPDATED=20090825 SHORT="Simple Authentication and Security Layer" +PSAFE=no cat << EOF SASL is the Simple Authentication and Security Layer This is the Cyrus SASL API implentation. It can be used on the client From stumbles at lunar-linux.org Tue Aug 25 19:56:30 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 13:56:30 -0400 Subject: [Lunar-commits] sg3_utils: hmm, DETAILS from the zbeta location did not get deleted. Message-ID: <20090825175706.CA4669B1F1@doppio.foo-projects.org> commit d296b598e775af09df812e169d6ad4886f03d8ee Author: Dennis `stumbles` Veatch Date: Tue Aug 25 13:56:30 2009 -0400 sg3_utils: hmm, DETAILS from the zbeta location did not get deleted. --- zbeta/sg3_utils/DETAILS | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/zbeta/sg3_utils/DETAILS b/zbeta/sg3_utils/DETAILS deleted file mode 100644 index 90d3c71..0000000 --- a/zbeta/sg3_utils/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=sg3_utils - VERSION=1.25 - SOURCE=$MODULE-$VERSION.tgz - SOURCE_URL=http://sg.torque.net/sg/p/ - SOURCE_VFY=sha1:b4b49659089ea9cf83f2df70861ddda809034b06 - WEB_SITE=http://sg.torque.net/sg/sg3_utils.html - ENTERED=20071206 - UPDATED=20071206 - SHORT="SCSI utilities" - -cat << EOF -Contains utilities that send SCSI commands to devices. As well as devices on transports associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface (SPI)). -EOF From stumbles at lunar-linux.org Tue Aug 25 22:23:29 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 16:23:29 -0400 Subject: [Lunar-commits] gcl: Adding a BUILD.x86_64. As noted, configure will hang forever until it Message-ID: <20090825203230.F3DDB9B1F1@doppio.foo-projects.org> commit 062cfe8bb4c9e954a2cfe37f03c2178418d3c286 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 16:23:29 2009 -0400 gcl: Adding a BUILD.x86_64. As noted, configure will hang forever until it receives a Ctrl C. Tried several patches from gentoo and other places, none worked. I think our autotools stuff is to new. One gentoo bug report proffered these to alternatives; 1. Recompile the kernel with CONFIG_COMPAT_BRK; which I don't like. 2. So I chose to echo a lower value into /proc/sys/kernel/randomize_va_space and then restore the original value after the make install. Neither do I like this but it is the least painful. It works here but I do not have any x86 machines around, so do not know if this issue exists on that arch. --- compilers/gcl/BUILD.x86_64 | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/compilers/gcl/BUILD.x86_64 b/compilers/gcl/BUILD.x86_64 new file mode 100644 index 0000000..e5139af --- /dev/null +++ b/compilers/gcl/BUILD.x86_64 @@ -0,0 +1,31 @@ +( + # Apply configure patch + patch_it $SOURCE2 0 && + +# This is to prevent configure hanging indefinitely on; +# checking for randomized brk remedy... +# So I just want to save the randomize value to restore +# at the end of the BUILD. + cat /proc/sys/kernel/randomize_va_space > VAL && + echo 1 > /proc/sys/kernel/randomize_va_space && + + unset LDFLAGS + + ./configure --prefix=/usr \ + --enable-ansi \ + --enable-notify=no \ + --enable-locbfd=yes \ + --enable-dynsysbfd=no \ + --enable-statsysbfd=no && + + if ! module_installed emacs; then + sedit "s!EMACS_SITE_LISP=!EMACS_SITE_LISP=/usr/share/gcl!" makedefs && + sedit "s!EMACS_SITE_LISP=!EMACS_SITE_LISP=/usr/share/gcl!" makedefc + fi && + + default_make && + +# Lets restore this back to its original value. + echo `cat VAL` > /proc/sys/kernel/randomize_va_space + +) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Tue Aug 25 22:32:09 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 16:32:09 -0400 Subject: [Lunar-commits] maxima: Version bump. Message-ID: <20090825203231.084AB9B1F2@doppio.foo-projects.org> commit 7d6b7b0265e5027ac503bac02fb4340fa5dbd69e Author: Dennis `stumbles` Veatch Date: Tue Aug 25 16:32:09 2009 -0400 maxima: Version bump. --- science/maxima/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS index fe808a1..1e45c62 100644 --- a/science/maxima/DETAILS +++ b/science/maxima/DETAILS @@ -1,11 +1,11 @@ MODULE=maxima - VERSION=5.14.0 + VERSION=5.18.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/maxima/ - SOURCE_VFY=sha1:39a6cbcaae4779d542361224b5139d2ae4773b7a + SOURCE_VFY=sha1:3ed2f97d509a9a407563c097943413cf4df09ed5 WEB_SITE=http://maxima.sourceforge.net ENTERED=20031027 - UPDATED=20080113 + UPDATED=20090825 MAINTAINER=hardkrash at lunar-linux.org SHORT="a sophisticated computer algebra system" PSAFE=no From stumbles at lunar-linux.org Tue Aug 25 22:32:22 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 16:32:22 -0400 Subject: [Lunar-commits] wxMaxima: Version bump. Message-ID: <20090825203231.1A3659B1F3@doppio.foo-projects.org> commit eb92e4dff35153adf932cf6f5ec1a9b3607a117b Author: Dennis `stumbles` Veatch Date: Tue Aug 25 16:32:22 2009 -0400 wxMaxima: Version bump. --- science/wxMaxima/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/wxMaxima/DETAILS b/science/wxMaxima/DETAILS index 873f4e7..34a4224 100644 --- a/science/wxMaxima/DETAILS +++ b/science/wxMaxima/DETAILS @@ -1,11 +1,11 @@ MODULE=wxMaxima - VERSION=0.7.4 + VERSION=0.8.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/wxmaxima/ - SOURCE_VFY=sha1:6df58896ba8d01b766eb29e2b08d34955ab68e85 + SOURCE_VFY=sha1:bbd79fe5f62a934ae7750190c4406b49f012bc17 WEB_SITE=http://wxmaxima.sf.net ENTERED=20060512 - UPDATED=20080113 + UPDATED=20090825 SHORT="Cross platform GUI for the maxima computer algebra system" cat << EOF From tchan at lunar-linux.org Tue Aug 25 23:08:00 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 25 Aug 2009 16:08:00 -0500 Subject: [Lunar-commits] midori, midori-git: Fixed depends for gtk-doc Message-ID: <20090825210904.3D91E9B1F1@doppio.foo-projects.org> commit 17fc011686101b1fdb6559ef542496dd877732a5 Author: Terry Chan Date: Tue Aug 25 16:08:00 2009 -0500 midori, midori-git: Fixed depends for gtk-doc --- zbeta/midori-git/DEPENDS | 4 +++- zbeta/midori/DEPENDS | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index bd148f3..922729d 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -8,4 +8,6 @@ optional_depends unique "--enable-unique" "--disable-unique" \ optional_depends sqlite "--enable-sqlite" "--disable-sqlite" \ "enable history database support" optional_depends libidn "--enable-libidn" "--disable-libidn" \ - "enable internation domain name support" + "enable international domain name support" +optional_depends gtk-doc "--enable-apidocs" "--disable-disable-apidocs" \ + "enable creation of apidocs" diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS index bd148f3..922729d 100644 --- a/zbeta/midori/DEPENDS +++ b/zbeta/midori/DEPENDS @@ -8,4 +8,6 @@ optional_depends unique "--enable-unique" "--disable-unique" \ optional_depends sqlite "--enable-sqlite" "--disable-sqlite" \ "enable history database support" optional_depends libidn "--enable-libidn" "--disable-libidn" \ - "enable internation domain name support" + "enable international domain name support" +optional_depends gtk-doc "--enable-apidocs" "--disable-disable-apidocs" \ + "enable creation of apidocs" From stumbles at lunar-linux.org Wed Aug 26 02:47:25 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 25 Aug 2009 20:47:25 -0400 Subject: [Lunar-commits] gdal: Version bump. Message-ID: <20090826004741.949509B1C1@doppio.foo-projects.org> commit 94d21d369acfacb3b6f5bff74773f4608a36b238 Author: Dennis `stumbles` Veatch Date: Tue Aug 25 20:47:25 2009 -0400 gdal: Version bump. --- science/gdal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS index 2bf60de..7fe88e9 100644 --- a/science/gdal/DETAILS +++ b/science/gdal/DETAILS @@ -1,11 +1,11 @@ MODULE=gdal - VERSION=1.6.1 + VERSION=1.6.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.remotesensing.org/gdal/ - SOURCE_VFY=sha1:b2091a3830d8230a97aa0ced429935e7caef00ee + SOURCE_VFY=sha1:1d9e1d8f01f06bca99e7335d7e86dff784eee819 WEB_SITE=http://www.remotesensing.org/gdal/index.html ENTERED=20050915 - UPDATED=20090531 + UPDATED=20090825 SHORT="Geospatial Data Abstraction Library" cat << EOF From florin at lunar-linux.org Wed Aug 26 07:04:22 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 26 Aug 2009 08:04:22 +0300 Subject: [Lunar-commits] postfix: version bumped to 2.6.4. Message-ID: <20090826052209.525359B1C1@doppio.foo-projects.org> commit 6d562680c892475df2ee9b86261c8b9826995463 Author: Florin Braescu Date: Wed Aug 26 08:04:22 2009 +0300 postfix: version bumped to 2.6.4. Bugfixes and enhacements. --- mail/postfix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/DETAILS b/mail/postfix/DETAILS index 8513c36..513c38c 100644 --- a/mail/postfix/DETAILS +++ b/mail/postfix/DETAILS @@ -1,11 +1,11 @@ MODULE=postfix - VERSION=2.6.3 + VERSION=2.6.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official - SOURCE_VFY=sha1:3634885386a44d2d02a47159271cc24bee55468b + SOURCE_VFY=sha1:027bb58fb84847ea4035d0129f75d1d67ca3c003 WEB_SITE=http://www.postfix.org ENTERED=20020125 - UPDATED=20090803 + UPDATED=20090826 SHORT="MTA" cat << EOF From stumbles at lunar-linux.org Wed Aug 26 11:46:22 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 05:46:22 -0400 Subject: [Lunar-commits] Cheetah: version bump. Message-ID: <20090826094632.47FAF9B1C1@doppio.foo-projects.org> commit 9bee17ac6bd4282773c621eed7e10b02ae5678b8 Author: Dennis `stumbles` Veatch Date: Wed Aug 26 05:46:22 2009 -0400 Cheetah: version bump. --- libs/Cheetah/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/Cheetah/DETAILS b/libs/Cheetah/DETAILS index 71dcb98..74118de 100644 --- a/libs/Cheetah/DETAILS +++ b/libs/Cheetah/DETAILS @@ -1,11 +1,11 @@ MODULE=Cheetah - VERSION=2.0rc8 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/cheetahtemplate/ - SOURCE_VFY=sha1:fce22621e3ad493be632ea36d8dfeddb01a9879f + SOURCE_VFY=sha1:6c1aab90bf2d34f3f72998c96ff2767d870a5e7d WEB_SITE=http://cheetahtemplate.sourceforge.net/ ENTERED=20030402 - UPDATED=20070919 + UPDATED=20090826 SHORT="Python-powered template engine and code generator." cat << EOF From stumbles at lunar-linux.org Wed Aug 26 12:03:47 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 06:03:47 -0400 Subject: [Lunar-commits] libQtGTL: Opps, we don't have that macro yet. Message-ID: <20090826100412.03DBE9B1C1@doppio.foo-projects.org> commit b3c7df4183470addff7ab17710092b5e1f4d86c7 Author: Dennis `stumbles` Veatch Date: Wed Aug 26 06:03:47 2009 -0400 libQtGTL: Opps, we don't have that macro yet. --- libs/libQtGTL/BUILD | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/libs/libQtGTL/BUILD b/libs/libQtGTL/BUILD index 8a80dde..3b39268 100644 --- a/libs/libQtGTL/BUILD +++ b/libs/libQtGTL/BUILD @@ -1,13 +1,16 @@ ( - BUILD_DIR="$SOURCE_DIRECTORY/build_dir" + OUT_OF_TREE_DIR="$SOURCE_DIRECTORY/$MODULE-build" - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && - mkdir $BUILD_DIR && - cd $BUILD_DIR && + mkdir $OUT_OF_TREE_DIR && + cd $OUT_OF_TREE_DIR && - default_cmake_build + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE && + + default_make ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Wed Aug 26 12:17:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 06:17:48 -0400 Subject: [Lunar-commits] qca2: Version bump. Message-ID: <20090826101753.118589B1C1@doppio.foo-projects.org> commit 5844c9b80d0e921a7b6df5e444b314b3d9b8a5f2 Author: Dennis `stumbles` Veatch Date: Wed Aug 26 06:17:48 2009 -0400 qca2: Version bump. --- qt4-apps/qca2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/qca2/DETAILS b/qt4-apps/qca2/DETAILS index b078f1a..6dedfbf 100644 --- a/qt4-apps/qca2/DETAILS +++ b/qt4-apps/qca2/DETAILS @@ -1,14 +1,14 @@ MODULE=qca2 - VERSION=2.0.1 + VERSION=2.0.2 MAJOR=2.0 SOURCE=qca-$VERSION.tar.bz2 SOURCE_URL=http://delta.affinix.com/download/qca/$MAJOR/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qca-$VERSION - SOURCE_VFY=sha1:0be2f8e677063ddd7c6f22c67375811ac7e15aab + SOURCE_VFY=sha1:5a414c3296cd37d1ec34182be0d089c5073f55a8 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://delta.affinix.com/qca/ ENTERED=20071106 - UPDATED=20080904 + UPDATED=20090826 SHORT="cross-platform crypto API" cat << EOF QCA aims to provide a straightforward and cross-platform crypto API From stumbles at lunar-linux.org Wed Aug 26 12:26:33 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 06:26:33 -0400 Subject: [Lunar-commits] libpqxx: Version bump. Message-ID: <20090826102641.C38E49B1C1@doppio.foo-projects.org> commit edba9ad8f65f3f3f9d43e8386ae819f2df09c04a Author: Dennis `stumbles` Veatch Date: Wed Aug 26 06:26:33 2009 -0400 libpqxx: Version bump. --- sql/libpqxx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/libpqxx/DETAILS b/sql/libpqxx/DETAILS index e4083d7..23b55bf 100755 --- a/sql/libpqxx/DETAILS +++ b/sql/libpqxx/DETAILS @@ -1,11 +1,11 @@ MODULE=libpqxx - VERSION=3.0 + VERSION=3.0.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://pqxx.org/download/software/libpqxx/ - SOURCE_VFY=sha1:163d4142015c81a0dc4046fff208d14411532717 + SOURCE_VFY=sha1:6af866e06668e9c8b7af4161dddb1ab5f4bf094c WEB_SITE=http://pqxx.org/development/libpqxx/ ENTERED=20050728 - UPDATED=20090220 + UPDATED=20090826 SHORT="C++ client API for PostgreSQL" cat << EOF From stumbles at lunar-linux.org Wed Aug 26 12:54:20 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 06:54:20 -0400 Subject: [Lunar-commits] pgadmin3: Version bump. Lots of new stuff. Message-ID: <20090826105433.418FF9B1F1@doppio.foo-projects.org> commit f98c059b9aaee51ca58f7ab0bd10bba449ff2061 Author: Dennis `stumbles` Veatch Date: Wed Aug 26 06:54:20 2009 -0400 pgadmin3: Version bump. Lots of new stuff. --- sql/pgadmin3/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/pgadmin3/DETAILS b/sql/pgadmin3/DETAILS index 9b15a68..4e6f904 100644 --- a/sql/pgadmin3/DETAILS +++ b/sql/pgadmin3/DETAILS @@ -1,11 +1,11 @@ MODULE=pgadmin3 - VERSION=1.8.4 + VERSION=1.10.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v$VERSION/src/ - SOURCE_VFY=sha1:c3103792c678183c5a9081daac56ebf467d674ff + SOURCE_VFY=sha1:1ad2b46d6859371eadd0f1b4bb200d042e8f39c2 WEB_SITE=http://www.pgadmin.org/index.php/ ENTERED=20050728 - UPDATED=20080715 + UPDATED=20090826 SHORT="administration and development platform for the PostgreSQL database" cat << EOF From stumbles at lunar-linux.org Wed Aug 26 13:01:55 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 07:01:55 -0400 Subject: [Lunar-commits] xfig: This version bump fixes; Message-ID: <20090826110352.721AB9B1F1@doppio.foo-projects.org> commit 667862c5008842985d0724900f4a713fc0894424 Author: Dennis `stumbles` Veatch Date: Wed Aug 26 07:01:55 2009 -0400 xfig: This version bump fixes; o Dimension line indicator incorrectly showed arrow length/width o Several patches from Fedora xfig maintainer o divide by 0 under certain circumstances in ruler code From Libor Pechacek o Segfault if PRINTER env variable was not defined --- x11-utils/xfig/BUILD | 3 +-- x11-utils/xfig/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-utils/xfig/BUILD b/x11-utils/xfig/BUILD index 31f1712..200e721 100644 --- a/x11-utils/xfig/BUILD +++ b/x11-utils/xfig/BUILD @@ -10,7 +10,6 @@ xmkmf && make clean && default_make && - make install.man && - chmod 644 /usr/man/man1/xfig.1x + make install.man ) > $C_FIFO 2>&1 diff --git a/x11-utils/xfig/DETAILS b/x11-utils/xfig/DETAILS index 4001f17..2381067 100644 --- a/x11-utils/xfig/DETAILS +++ b/x11-utils/xfig/DETAILS @@ -1,12 +1,12 @@ MODULE=xfig - VERSION=3.2.5 + VERSION=3.2.5b SOURCE=$MODULE.$VERSION.full.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$SFORGE_URL/mcj - SOURCE_VFY=sha1:ce09d1a74dbddf0bc6b20fe9c558db584fbfed17 + SOURCE_VFY=sha1:0730d7e6bc217c0de02682efb0078821512bb542 WEB_SITE=http://www.xfig.org ENTERED=20020210 - UPDATED=20070418 + UPDATED=20090826 SHORT="X Window System tool for drawing basic vector graphics." cat << EOF Xfig is an X Window System tool for creating basic vector graphics, From stumbles at lunar-linux.org Wed Aug 26 13:03:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 07:03:17 -0400 Subject: [Lunar-commits] transfig: Version bump with new features and to many bug fixes to list. Message-ID: <20090826110352.7B6239B1F2@doppio.foo-projects.org> commit 1c1a3f29d13dfc1d5db6015d77bded8e492285be Author: Dennis `stumbles` Veatch Date: Wed Aug 26 07:03:17 2009 -0400 transfig: Version bump with new features and to many bug fixes to list. --- x11-utils/transfig/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/transfig/DETAILS b/x11-utils/transfig/DETAILS index 84b8c7c..8ef337e 100644 --- a/x11-utils/transfig/DETAILS +++ b/x11-utils/transfig/DETAILS @@ -1,12 +1,12 @@ MODULE=transfig - VERSION=3.2.5 + VERSION=3.2.5a SOURCE=$MODULE.$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL=$SFORGE_URL/mcj/ - SOURCE_VFY=sha1:2657c104d0099dcb4565a8762a9543310e55e767 + SOURCE_VFY=sha1:65f772a51389be2b1cfebdb1354130aa71609739 WEB_SITE=http://xfig.org/ ENTERED=20050628 - UPDATED=20070418 + UPDATED=20090826 SHORT="Graphics tools for xfig and teTeX" cat << EOF TransFig is a set of tools for creating TeX documents with graphics From stumbles at lunar-linux.org Wed Aug 26 13:16:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 07:16:48 -0400 Subject: [Lunar-commits] fontconfig: Version bump, and --disable-docbook is not a valid option. Message-ID: <20090826111724.04D739B1F1@doppio.foo-projects.org> commit 0d0b4cb0c7dd540fcc19475e08e02c9bfe8d36bb Author: Dennis `stumbles` Veatch Date: Wed Aug 26 07:16:48 2009 -0400 fontconfig: Version bump, and --disable-docbook is not a valid option. --- x11-utils/fontconfig/BUILD | 1 - x11-utils/fontconfig/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-utils/fontconfig/BUILD b/x11-utils/fontconfig/BUILD index 0929789..a24a6e8 100644 --- a/x11-utils/fontconfig/BUILD +++ b/x11-utils/fontconfig/BUILD @@ -12,7 +12,6 @@ ./configure --prefix=/usr \ --with-confdir=/etc/fonts \ - --disable-docbook \ --disable-docs \ --with-cache-dir=/var/cache/fontconfig \ $OPTS && diff --git a/x11-utils/fontconfig/DETAILS b/x11-utils/fontconfig/DETAILS index cee4a6d..b7e36f0 100644 --- a/x11-utils/fontconfig/DETAILS +++ b/x11-utils/fontconfig/DETAILS @@ -1,12 +1,12 @@ MODULE=fontconfig - VERSION=2.6.0 + VERSION=2.7.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.fontconfig.org/release/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:93752566b8327485b153bd156049614f779b4c57 + SOURCE_VFY=sha1:2e66fdf848f5002ba9a095998604ead2d3c392f1 WEB_SITE=http://www.fontconfig.org/ ENTERED=20030425 - UPDATED=20080620 + UPDATED=20090826 SHORT="A library for configuring and customizing font access" cat << EOF From stumbles at lunar-linux.org Wed Aug 26 13:38:12 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 26 Aug 2009 07:38:12 -0400 Subject: [Lunar-commits] wicd: Just fixing the indentations. Message-ID: <20090826113826.EB6929B1F1@doppio.foo-projects.org> commit d8f6a0ccd92dc820ca51c9deef5e7accac80fb04 Author: Dennis `stumbles` Veatch Date: Wed Aug 26 07:38:12 2009 -0400 wicd: Just fixing the indentations. --- wifi/wicd/DETAILS | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS index 103d215..8811bfa 100644 --- a/wifi/wicd/DETAILS +++ b/wifi/wicd/DETAILS @@ -1,12 +1,12 @@ - MODULE=wicd - VERSION=1.6.2 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:936a3c6bb05f284afcf5fd03ac0a72b2f212d31f - WEBSITE=http://wicd.sourceforge.net - ENTERED=20090309 - UPDATED=20090707 - SHORT="wireless/wired internet connection daemon" + MODULE=wicd + VERSION=1.6.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:936a3c6bb05f284afcf5fd03ac0a72b2f212d31f + WEBSITE=http://wicd.sourceforge.net + ENTERED=20090309 + UPDATED=20090707 + SHORT="wireless/wired internet connection daemon" cat << EOF A wireless/wired interenet connection daemon. From florin at lunar-linux.org Wed Aug 26 14:17:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 26 Aug 2009 15:17:31 +0300 Subject: [Lunar-commits] perl: version bumped to 5.10.1. Message-ID: <20090826123317.856639B1C1@doppio.foo-projects.org> commit 75060b187be71f04e0640c6dd0380f6545f42929 Author: Florin Braescu Date: Wed Aug 26 15:17:31 2009 +0300 perl: version bumped to 5.10.1. Maintenance release. Bugfixes and improvements. --- perl/perl/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/perl/perl/DETAILS b/perl/perl/DETAILS index 2911503..531b37c 100644 --- a/perl/perl/DETAILS +++ b/perl/perl/DETAILS @@ -1,13 +1,13 @@ MODULE=perl ### YOU MUST ALSO UPDATE SGMLSpm !!! - VERSION=5.10.0 + VERSION=5.10.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://mirrors.kernel.org/cpan/src/ - SOURCE_URL[1]=http://www.cpan.org/src/ + SOURCE_URL[0]=http://mirrors.kernel.org/cpan/src + SOURCE_URL[1]=http://www.cpan.org/src WEB_SITE=http://www.perl.org - SOURCE_VFY=sha1:adf73606dd5248af7ccdd735bcaa0e628ea75b3c + SOURCE_VFY=sha1:8536ed1c14444d1efea069525a816fbc7be7109f ENTERED=20010922 - UPDATED=20090416 + UPDATED=20090826 PSAFE=no SHORT="Larry Wall's practical extraction and reporting language" From florin at lunar-linux.org Wed Aug 26 14:35:56 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 26 Aug 2009 15:35:56 +0300 Subject: [Lunar-commits] SGMLSpm: fix it to use perl 5.10.1. Message-ID: <20090826123644.485439B1C1@doppio.foo-projects.org> commit 495f96332fb9144dba3e4a1300f2fc88b0dbe109 Author: Florin Braescu Date: Wed Aug 26 15:35:56 2009 +0300 SGMLSpm: fix it to use perl 5.10.1. --- doc-tools/SGMLSpm/DETAILS | 9 +++++---- doc-tools/SGMLSpm/DETAILS.x86_64 | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc-tools/SGMLSpm/DETAILS b/doc-tools/SGMLSpm/DETAILS index f366b8d..82ee1fa 100644 --- a/doc-tools/SGMLSpm/DETAILS +++ b/doc-tools/SGMLSpm/DETAILS @@ -1,18 +1,19 @@ MODULE=SGMLSpm VERSION=1.03ii - PERL_VERSION=5.10.0 + PERL_VERSION=5.10.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ + SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG + SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors SOURCE_VFY=sha1:1ff07104fd70a1d1bf05f3523b94413049c1fc95 SOURCE2=SGMLSpm-perl$PERL_VERSION.patch SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:972cb9a86e83abc0318adbed8e15986fa3120597 - WEB_SITE="http://search.cpan.org/~dmegg/SGMLSpm-1.03ii/" + WEB_SITE=http://search.cpan.org/~dmegg/SGMLSpm-1.03ii ENTERED=20020629 UPDATED=20071221 SHORT="Perl tools to convert SGML, HTML or XML documents" + cat << EOF Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML documents into new formats. diff --git a/doc-tools/SGMLSpm/DETAILS.x86_64 b/doc-tools/SGMLSpm/DETAILS.x86_64 index 9b11c32..cd26ff9 100644 --- a/doc-tools/SGMLSpm/DETAILS.x86_64 +++ b/doc-tools/SGMLSpm/DETAILS.x86_64 @@ -1,15 +1,15 @@ MODULE=SGMLSpm VERSION=1.03ii - PERL_VERSION=5.10.0 + PERL_VERSION=5.10.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG/ - SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors/ + SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG + SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors SOURCE_VFY=sha1:1ff07104fd70a1d1bf05f3523b94413049c1fc95 SOURCE2=SGMLSpm-perl$PERL_VERSION.patch SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:972cb9a86e83abc0318adbed8e15986fa3120597 - WEB_SITE="http://search.cpan.org/~dmegg/SGMLSpm-1.03ii/" + WEB_SITE=http://search.cpan.org/~dmegg/SGMLSpm-1.03ii ENTERED=20020629 UPDATED=20071221 SHORT="Perl tools to convert SGML, HTML or XML documents" From elangelo at lunar-linux.org Wed Aug 26 22:02:59 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 26 Aug 2009 22:02:59 +0200 Subject: [Lunar-commits] buildbot: security fix Message-ID: <20090826200336.89A1B9B1F1@doppio.foo-projects.org> commit f004845db8581d20170b2da3d4bfd4b9520e026f Author: Samuel Verstraete Date: Wed Aug 26 22:02:59 2009 +0200 buildbot: security fix --- devel/buildbot/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS index 373236d..b774c5b 100644 --- a/devel/buildbot/DETAILS +++ b/devel/buildbot/DETAILS @@ -1,10 +1,11 @@ MODULE=buildbot - VERSION=0.7.10p1 + VERSION=0.7.11p3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d + SOURCE_VFY=sha1:3c0fc8bbdb2db92450d7294da11fc40979e94e63 + WEBSITE=http://www.buildbot.net ENTERED=20090616 - UPDATED=20090616 + UPDATED=20090826 SHORT="buildbot" cat< zile: Version bump to 2.3.10 Message-ID: <20090826212834.3B48A9B1F2@doppio.foo-projects.org> commit 779aaa688f28609fe4bdf4a01a49941dec42c67c Author: Terry Chan Date: Wed Aug 26 16:25:53 2009 -0500 zile: Version bump to 2.3.10 --- editors/zile/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/zile/DETAILS b/editors/zile/DETAILS index ba53371..3e9b3ec 100644 --- a/editors/zile/DETAILS +++ b/editors/zile/DETAILS @@ -1,11 +1,11 @@ MODULE=zile - VERSION=2.3.9 + VERSION=2.3.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/zile/ - SOURCE_VFY=sha1:e3d90bcdfd40ce8ad31e2154fe78a9abf679796b + SOURCE_VFY=sha1:64ad7771b334f7f07cbc6faa45083f70088f2855 WEB_SITE=http://www.gnu.org/software/zile/ ENTERED=20010922 - UPDATED=20090817 + UPDATED=20090826 SHORT="zile is a small, fast and powerful emacs clone." cat << EOF Zile is a small, fast, and powerful Emacs clone. It is very useful for From florin at lunar-linux.org Thu Aug 27 07:05:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 08:05:25 +0300 Subject: [Lunar-commits] transmission: version bumped to 1.74. Message-ID: <20090827050800.D6F61F3874@doppio.foo-projects.org> commit f01b93d7c59f540666effbd98c6e622b8daf71d7 Author: Florin Braescu Date: Thu Aug 27 08:05:25 2009 +0300 transmission: version bumped to 1.74. Bugfixes and improvements. --- distributed/transmission/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributed/transmission/DETAILS b/distributed/transmission/DETAILS index 44565bd..035c23b 100644 --- a/distributed/transmission/DETAILS +++ b/distributed/transmission/DETAILS @@ -1,11 +1,11 @@ MODULE=transmission - VERSION=1.73 + VERSION=1.74 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mirrors.m0k.org/transmission/files - SOURCE_VFY=sha1:18e347141fcd65a385cd1406ba8a3303b0c99156 + SOURCE_VFY=sha1:0a80dadc273cab862d7dc2f5f47c0a06d059589a WEB_SITE=http://transmissionbt.com ENTERED=20060626 - UPDATED=20090721 + UPDATED=20090827 SHORT="A fast and powerful BitTorrent client" cat << EOF From florin at lunar-linux.org Thu Aug 27 13:25:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 14:25:42 +0300 Subject: [Lunar-commits] SGMLSpm: fix the build by brebs. Message-ID: <20090827112618.191D69B1F2@doppio.foo-projects.org> commit 3d4f437f9778b690f3eb2d17882b77178308fce4 Author: Florin Braescu Date: Thu Aug 27 14:25:42 2009 +0300 SGMLSpm: fix the build by brebs. --- doc-tools/SGMLSpm/BUILD | 7 +++++-- doc-tools/SGMLSpm/DETAILS | 6 ++---- doc-tools/SGMLSpm/DETAILS.x86_64 | 7 ++----- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/doc-tools/SGMLSpm/BUILD b/doc-tools/SGMLSpm/BUILD index 0db118d..66182ab 100644 --- a/doc-tools/SGMLSpm/BUILD +++ b/doc-tools/SGMLSpm/BUILD @@ -1,7 +1,10 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && - prepare_install && + sedit "s:/usr/local:/usr:" Makefile && + sedit "s:/usr/lib/perl5:/usr/lib/perl5/${PERL_VERSION}:" Makefile && + sedit "s:/usr/lib/www/docs:/usr/share/doc/${MODULE}:" Makefile && + + prepare_install && make all ) > $C_FIFO 2>&1 diff --git a/doc-tools/SGMLSpm/DETAILS b/doc-tools/SGMLSpm/DETAILS index 82ee1fa..ff00dc0 100644 --- a/doc-tools/SGMLSpm/DETAILS +++ b/doc-tools/SGMLSpm/DETAILS @@ -6,13 +6,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors SOURCE_VFY=sha1:1ff07104fd70a1d1bf05f3523b94413049c1fc95 - SOURCE2=SGMLSpm-perl$PERL_VERSION.patch - SOURCE2_URL=$PATCH_URL - SOURCE2_VFY=sha1:972cb9a86e83abc0318adbed8e15986fa3120597 WEB_SITE=http://search.cpan.org/~dmegg/SGMLSpm-1.03ii ENTERED=20020629 - UPDATED=20071221 + UPDATED=20090827 SHORT="Perl tools to convert SGML, HTML or XML documents" + PSAFE=no cat << EOF Perl programs can use the SGMLSpm module to help convert SGML, HTML diff --git a/doc-tools/SGMLSpm/DETAILS.x86_64 b/doc-tools/SGMLSpm/DETAILS.x86_64 index cd26ff9..ff00dc0 100644 --- a/doc-tools/SGMLSpm/DETAILS.x86_64 +++ b/doc-tools/SGMLSpm/DETAILS.x86_64 @@ -6,15 +6,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DM/DMEGG SOURCE_URL[1]=http://download.lunar-linux.org/lunar/mirrors SOURCE_VFY=sha1:1ff07104fd70a1d1bf05f3523b94413049c1fc95 - SOURCE2=SGMLSpm-perl$PERL_VERSION.patch - SOURCE2_URL=$PATCH_URL - SOURCE2_VFY=sha1:972cb9a86e83abc0318adbed8e15986fa3120597 WEB_SITE=http://search.cpan.org/~dmegg/SGMLSpm-1.03ii ENTERED=20020629 - UPDATED=20071221 + UPDATED=20090827 SHORT="Perl tools to convert SGML, HTML or XML documents" + PSAFE=no -PSAFE=no cat << EOF Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML documents into new formats. From florin at lunar-linux.org Thu Aug 27 13:28:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 14:28:27 +0300 Subject: [Lunar-commits] perl: libwww-perl has perl in its name, so was being ignored by the too-simplistic grep. Message-ID: <20090827112853.A8D2B9B1F2@doppio.foo-projects.org> commit 24daed5a0fab3133e1abecd6b4982e888df8d285 Author: Florin Braescu Date: Thu Aug 27 14:28:27 2009 +0300 perl: libwww-perl has perl in its name, so was being ignored by the too-simplistic grep. Thanks to brebs. --- perl/perl/POST_INSTALL | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/perl/perl/POST_INSTALL b/perl/perl/POST_INSTALL index fc11ccd..2401801 100644 --- a/perl/perl/POST_INSTALL +++ b/perl/perl/POST_INSTALL @@ -10,9 +10,11 @@ if [ -n "$(get_module_config UPGRADE_PERL_MODULES)" ]; then if [ ! -f /usr/lib/perl5/$VERSION/CPAN/Config.pm -a -f /usr/lib/perl5/$OLD_PERL_VERSION/CPAN/Config.pm ] ; then cp /usr/lib/perl5/$OLD_PERL_VERSION/CPAN/Config.pm /usr/lib/perl5/$VERSION/CPAN/Config.pm fi - PERLMODS="$( lvu from /usr/lib/perl5/ | cut -d: -f1 | uniq | grep -v perl)" + PERLMODS="$( lvu from /usr/lib/perl5/ | cut -d: -f1 | uniq )" for PERLMOD in $(sort_by_dependency $PERLMODS); do - lin -c $PERLMOD || true + if [[ $PERLMOD != "perl" ]]; then + lin -c $PERLMOD || true + fi done fi unset_module_config OLD_PERL_VERSION From florin at lunar-linux.org Thu Aug 27 13:35:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 14:35:01 +0300 Subject: [Lunar-commits] libdrm: version bumped to 2.4.12. Message-ID: <20090827113525.9DC6D9B1F2@doppio.foo-projects.org> commit 4f942a515f31aec972941c8cd1c4a29ef0f0810e Author: Florin Braescu Date: Thu Aug 27 14:35:01 2009 +0300 libdrm: version bumped to 2.4.12. --- xorg7/extra/libdrm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 3b729b4..e1300ab 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.11 + VERSION=2.4.12 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:fcf8626a3d2d8c800cfe6c50431ef12ebe872fbf + SOURCE_VFY=sha1:063fcd88403f96836c9580bc670773e1a6c851ef MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20090724 + UPDATED=20090827 SHORT="The userspace interface to kernel DRM services" cat << EOF From florin at lunar-linux.org Thu Aug 27 13:37:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 14:37:58 +0300 Subject: [Lunar-commits] libICE: version bumped to 1.0.5. Message-ID: <20090827113811.4B5C99B1F2@doppio.foo-projects.org> commit 060110b9f2d41822265ba36e3f0b21bb210a008c Author: Florin Braescu Date: Thu Aug 27 14:37:58 2009 +0300 libICE: version bumped to 1.0.5. --- xorg7/lib/libICE/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xorg7/lib/libICE/DETAILS b/xorg7/lib/libICE/DETAILS index b02b49c..53b6c16 100644 --- a/xorg7/lib/libICE/DETAILS +++ b/xorg7/lib/libICE/DETAILS @@ -1,12 +1,12 @@ MODULE=libICE - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:67bc7d35a273023a593c10ce05fd307f496892b4 + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:be6fb2a00f34689c16dad63e1ad36896f5efd7d2 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070820 + UPDATED=20090827 SHORT="the X.Org Inter-Client Exchange library" cat << EOF From florin at lunar-linux.org Thu Aug 27 13:40:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 14:40:31 +0300 Subject: [Lunar-commits] libSM: version bumped to 1.1.1. Message-ID: <20090827114045.7FD36F3213@doppio.foo-projects.org> commit e068541ac5a95747738328589e47fa888a9f8296 Author: Florin Braescu Date: Thu Aug 27 14:40:31 2009 +0300 libSM: version bumped to 1.1.1. --- xorg7/lib/libICE/CONFLICTS | 10 +++++----- xorg7/lib/libSM/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xorg7/lib/libICE/CONFLICTS b/xorg7/lib/libICE/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libICE/CONFLICTS +++ b/xorg7/lib/libICE/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libSM/DETAILS b/xorg7/lib/libSM/DETAILS index c148d4f..6ba1bd2 100644 --- a/xorg7/lib/libSM/DETAILS +++ b/xorg7/lib/libSM/DETAILS @@ -1,12 +1,12 @@ MODULE=libSM - VERSION=1.1.0 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:2760a80f0bd1b4728535a92601ce2db0b98cdd98 + SOURCE_VFY=sha1:dc535af7328dee9a6121b85c3f8041656681a195 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080705 + UPDATED=20090827 SHORT="The X.Org Session Management library" cat << EOF From florin at lunar-linux.org Thu Aug 27 14:30:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:30:25 +0300 Subject: [Lunar-commits] scrnsaverproto: version bumped to 1.2.0. Message-ID: <20090827123102.55DE69B1EB@doppio.foo-projects.org> commit 6424d644a412afa99b203b23676d64d4c942637d Author: Florin Braescu Date: Thu Aug 27 15:30:25 2009 +0300 scrnsaverproto: version bumped to 1.2.0. Packaging-only update, no changes to the protocol itself since version 1.1.0. Notably is the removal of the scrnsaver.h header which was moved to the libXScrnSaver module. --- xorg7/proto/scrnsaverproto/CONFLICTS | 10 +++++----- xorg7/proto/scrnsaverproto/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/proto/scrnsaverproto/CONFLICTS b/xorg7/proto/scrnsaverproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/scrnsaverproto/CONFLICTS +++ b/xorg7/proto/scrnsaverproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/scrnsaverproto/DETAILS b/xorg7/proto/scrnsaverproto/DETAILS index 2be4d68..4d58144 100644 --- a/xorg7/proto/scrnsaverproto/DETAILS +++ b/xorg7/proto/scrnsaverproto/DETAILS @@ -1,17 +1,17 @@ MODULE=scrnsaverproto - VERSION=1.1.0 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:4c5859948034f2e5f625d930c73e4b96a6a0c29c + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:c734cfe9a1ce57fd42957389dcc90518fd7ca6b6 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060120 - UPDATED=20060523 + UPDATED=20090827 SHORT="the X.Org MIT-SCREEN-SAVER protocol headers" cat << EOF scrnsaverproto provides the wire protocol for the MIT-SCREEN-SAVER -extension in X.Org. It is used to notify the server of client screen +extension in X.Org. It is used to notify the server of client screen saver events. EOF From florin at lunar-linux.org Thu Aug 27 14:31:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:31:42 +0300 Subject: [Lunar-commits] libXScrnSaver: version bumped to 1.2.0. Message-ID: <20090827123202.0CCFE9B1EB@doppio.foo-projects.org> commit 96100be52fe0285072d801262380a0d705fa4d5c Author: Florin Braescu Date: Thu Aug 27 15:31:42 2009 +0300 libXScrnSaver: version bumped to 1.2.0. A few long-waiting packaging fixes, one man page fix. The screensaver.h header file was moved from the scrnsaverproto module to here, clients should not be affected though. --- xorg7/lib/libXScrnSaver/CONFLICTS | 10 +++++----- xorg7/lib/libXScrnSaver/DETAILS | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xorg7/lib/libXScrnSaver/CONFLICTS b/xorg7/lib/libXScrnSaver/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXScrnSaver/CONFLICTS +++ b/xorg7/lib/libXScrnSaver/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXScrnSaver/DETAILS b/xorg7/lib/libXScrnSaver/DETAILS index 97d2109..ee2128d 100644 --- a/xorg7/lib/libXScrnSaver/DETAILS +++ b/xorg7/lib/libXScrnSaver/DETAILS @@ -1,17 +1,17 @@ MODULE=libXScrnSaver - VERSION=1.1.3 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:c4589ca80623b7c87648cccf1591a8d42a4b4544 + SOURCE_VFY=sha1:ea2935eb67efa77fd90372337f2d782a8ef74cea MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080404 + UPDATED=20090827 SHORT="the X.Org MIT-SCREEN-SAVER extension library" cat << EOF libXScrnSaver provides access to the MIT-SCREEN-SAVER extension of the -X protocol. The Screen Saver extension allows clients behaving as +X protocol. The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. EOF From florin at lunar-linux.org Thu Aug 27 14:34:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:34:58 +0300 Subject: [Lunar-commits] resourceproto: version bumped to 1.1.0. Message-ID: <20090827123514.9D8E39B1EB@doppio.foo-projects.org> commit 397b9661d92f6db4086c92821a80b319a99c673e Author: Florin Braescu Date: Thu Aug 27 15:34:58 2009 +0300 resourceproto: version bumped to 1.1.0. Nothing exciting, only packaging changes. --- xorg7/proto/resourceproto/CONFLICTS | 10 +++++----- xorg7/proto/resourceproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/resourceproto/CONFLICTS b/xorg7/proto/resourceproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/resourceproto/CONFLICTS +++ b/xorg7/proto/resourceproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/resourceproto/DETAILS b/xorg7/proto/resourceproto/DETAILS index 4f1f98f..ec66b7a 100644 --- a/xorg7/proto/resourceproto/DETAILS +++ b/xorg7/proto/resourceproto/DETAILS @@ -1,16 +1,16 @@ MODULE=resourceproto - VERSION=1.0.2 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:ac22c2e439067185ea169d20677f74321da7b34b + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:36b86840005c15e393c86d7075688d430ab2a11d MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org Resource protocol headers" cat << EOF resourceproto provides the wire protocol for the Resource extension in -X.Org. It is used to measure resource usage from clients with the X +X.Org. It is used to measure resource usage from clients with the X server. EOF From florin at lunar-linux.org Thu Aug 27 14:38:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:38:04 +0300 Subject: [Lunar-commits] bigreqsproto: version bumped to 1.1.0. Message-ID: <20090827123837.018629B1EB@doppio.foo-projects.org> commit fe60ec3d8cbf01526d032bbc418b8f3c75bb7c4f Author: Florin Braescu Date: Thu Aug 27 15:38:04 2009 +0300 bigreqsproto: version bumped to 1.1.0. No changes to the protocol itself, packaging changes only. --- xorg7/proto/bigreqsproto/CONFLICTS | 10 +++++----- xorg7/proto/bigreqsproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/bigreqsproto/CONFLICTS b/xorg7/proto/bigreqsproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/bigreqsproto/CONFLICTS +++ b/xorg7/proto/bigreqsproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/bigreqsproto/DETAILS b/xorg7/proto/bigreqsproto/DETAILS index 91f061a..439d4e6 100644 --- a/xorg7/proto/bigreqsproto/DETAILS +++ b/xorg7/proto/bigreqsproto/DETAILS @@ -1,16 +1,16 @@ MODULE=bigreqsproto - VERSION=1.0.2 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:8f6c112f607a137dce5d8958753c770ac3f06c14 + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:32ae0505ec963cc5c0e3ee9258b126e6865d1b1b MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org BIG-REQUESTS protocol headers" cat << EOF bigreqsproto provides the wire protocol for the BIG-REQUESTS extension -in X.Org. It is used to send larger requests than usual in order to +in X.Org. It is used to send larger requests than usual in order to avoid fragmentation. EOF From florin at lunar-linux.org Thu Aug 27 14:40:56 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:40:56 +0300 Subject: [Lunar-commits] xcmiscproto: version bumped to 1.2.0. Message-ID: <20090827124111.6F6A29B1EB@doppio.foo-projects.org> commit 69c0153134e38b1bbbb8a1af491e9f2f2a406064 Author: Florin Braescu Date: Thu Aug 27 15:40:56 2009 +0300 xcmiscproto: version bumped to 1.2.0. No protocol changes, packaging changes only. --- xorg7/proto/xcmiscproto/CONFLICTS | 10 +++++----- xorg7/proto/xcmiscproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/xcmiscproto/CONFLICTS b/xorg7/proto/xcmiscproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/xcmiscproto/CONFLICTS +++ b/xorg7/proto/xcmiscproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/xcmiscproto/DETAILS b/xorg7/proto/xcmiscproto/DETAILS index aeec67a..900e67b 100644 --- a/xorg7/proto/xcmiscproto/DETAILS +++ b/xorg7/proto/xcmiscproto/DETAILS @@ -1,16 +1,16 @@ MODULE=xcmiscproto - VERSION=1.1.2 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:825ec15986cd1ab008b11f6379eb4c7f3c78bd76 + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:1a55e042b33c0e0aaf2299942315a5208d644707 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org XC-MISC protocol headers" cat << EOF xcmiscproto provides the wire protocol for the XC-MISC extension in -X.Org. It is used to get details of XID allocation within the server. +X.Org. It is used to get details of XID allocation within the server. EOF From florin at lunar-linux.org Thu Aug 27 14:43:30 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:43:30 +0300 Subject: [Lunar-commits] xf86bigfontproto: version bumped to 1.2.0. Message-ID: <20090827124347.25CFC9B1EB@doppio.foo-projects.org> commit 8f415e98a16c999d222381fabba033d855e28cc8 Author: Florin Braescu Date: Thu Aug 27 15:43:30 2009 +0300 xf86bigfontproto: version bumped to 1.2.0. No protocol changes, packaging changes only. --- xorg7/proto/xf86bigfontproto/CONFLICTS | 10 +++++----- xorg7/proto/xf86bigfontproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/xf86bigfontproto/CONFLICTS b/xorg7/proto/xf86bigfontproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/xf86bigfontproto/CONFLICTS +++ b/xorg7/proto/xf86bigfontproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/xf86bigfontproto/DETAILS b/xorg7/proto/xf86bigfontproto/DETAILS index e31018e..6a55f03 100644 --- a/xorg7/proto/xf86bigfontproto/DETAILS +++ b/xorg7/proto/xf86bigfontproto/DETAILS @@ -1,15 +1,15 @@ MODULE=xf86bigfontproto - VERSION=1.1.2 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:4a2e84b3f529e4747dbc07bf4496bfe01f40aa85 + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:312a2ea708b257520c1af4393b69d73a393a478f MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org XF86BIGFONT protocol headers" cat << EOF xf86bigfontproto provides the wire protocol for the XF86BIGFONT -extension in X.Org. It is used to make large font requests possible. +extension in X.Org. It is used to make large font requests possible. EOF From florin at lunar-linux.org Thu Aug 27 14:46:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:46:18 +0300 Subject: [Lunar-commits] xf86driproto: version bumped to 2.1.0. Message-ID: <20090827124658.4F10A9B1EB@doppio.foo-projects.org> commit abe4806e0c9717814022e53307f8ab74e8ca7499 Author: Florin Braescu Date: Thu Aug 27 15:46:18 2009 +0300 xf86driproto: version bumped to 2.1.0. No protocol changes, packaging changes only. Move xf86dristr.h to xf86driproto.h for consistency with other modules. Remove Xfuncproto.h include. --- xorg7/proto/xf86driproto/CONFLICTS | 10 +++++----- xorg7/proto/xf86driproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/xf86driproto/CONFLICTS b/xorg7/proto/xf86driproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/xf86driproto/CONFLICTS +++ b/xorg7/proto/xf86driproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/xf86driproto/DETAILS b/xorg7/proto/xf86driproto/DETAILS index 9cf4a76..6ed2010 100644 --- a/xorg7/proto/xf86driproto/DETAILS +++ b/xorg7/proto/xf86driproto/DETAILS @@ -1,17 +1,17 @@ MODULE=xf86driproto - VERSION=2.0.4 + VERSION=2.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:bba018443dad831b328e7353cf034522401e2e6b + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:0dfc6616ffc68ca3c3b5decb1e365aaa93be8548 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080923 + UPDATED=20090827 SHORT="the X.Org XFree86-DRI protocol headers" cat << EOF xf86driproto provides the wire protocol for the XFree86-DRI extension -in X.Org. It is used to organize direct rendering support for 3D +in X.Org. It is used to organize direct rendering support for 3D clients. EOF From florin at lunar-linux.org Thu Aug 27 14:56:55 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 15:56:55 +0300 Subject: [Lunar-commits] evieext: version bumped to 1.1.0. Message-ID: <20090827125733.7B7379B1EB@doppio.foo-projects.org> commit 627f404afd31a27f5457f5feb1d276aca87fee62 Author: Florin Braescu Date: Thu Aug 27 15:56:55 2009 +0300 evieext: version bumped to 1.1.0. No protocol changes, packaging changes only. Move Xeviestr.h to evieproto.h for consistency with other modules. --- xorg7/proto/evieext/CONFLICTS | 10 +++++----- xorg7/proto/evieext/DETAILS | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/xorg7/proto/evieext/CONFLICTS b/xorg7/proto/evieext/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/evieext/CONFLICTS +++ b/xorg7/proto/evieext/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/evieext/DETAILS b/xorg7/proto/evieext/DETAILS index b2091ea..a2e4e29 100644 --- a/xorg7/proto/evieext/DETAILS +++ b/xorg7/proto/evieext/DETAILS @@ -1,11 +1,12 @@ MODULE=evieext - VERSION=1.0.2 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:d0b57a8fbbf0845588a690542a6c29d351c2b4e5 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org EvIE protocol headers" cat << EOF From florin at lunar-linux.org Thu Aug 27 15:10:22 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 16:10:22 +0300 Subject: [Lunar-commits] damageproto: version bumped to 1.2.0. Message-ID: <20090827131037.439819B1EB@doppio.foo-projects.org> commit 2d4d61714c357aeab1afdc8c61c7749a90567380 Author: Florin Braescu Date: Thu Aug 27 16:10:22 2009 +0300 damageproto: version bumped to 1.2.0. One documentation update, the rest are just packaging changes. --- xorg7/proto/damageproto/CONFLICTS | 10 +++++----- xorg7/proto/damageproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/damageproto/CONFLICTS b/xorg7/proto/damageproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/damageproto/CONFLICTS +++ b/xorg7/proto/damageproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/damageproto/DETAILS b/xorg7/proto/damageproto/DETAILS index 03422ea..5d5525a 100644 --- a/xorg7/proto/damageproto/DETAILS +++ b/xorg7/proto/damageproto/DETAILS @@ -1,16 +1,16 @@ MODULE=damageproto - VERSION=1.1.0 + VERSION=1.2.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:5c8b96af09ff053912650343bf150989ec6747e8 + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:ffe177a6ae2cf023d41e015aa6ece2b191cb8a8a MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070517 + UPDATED=20090827 SHORT="The X.Org Damage protocol headers" cat << EOF damageproto provides the wire protocol for the Damage extension in -X.Org. it is used to notify clients of changes made to particular +X.Org. It is used to notify clients of changes made to particular areas of the window/screen. EOF From florin at lunar-linux.org Thu Aug 27 15:12:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 16:12:48 +0300 Subject: [Lunar-commits] fontsproto: version bumped to 2.10. Message-ID: <20090827131304.D3C5D9B1EB@doppio.foo-projects.org> commit 0a141a04ce63581d56ac60d940714daec6365834 Author: Florin Braescu Date: Thu Aug 27 16:12:48 2009 +0300 fontsproto: version bumped to 2.10. Packaging changes only. --- xorg7/proto/fontsproto/CONFLICTS | 10 +++++----- xorg7/proto/fontsproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/fontsproto/CONFLICTS b/xorg7/proto/fontsproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/fontsproto/CONFLICTS +++ b/xorg7/proto/fontsproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/fontsproto/DETAILS b/xorg7/proto/fontsproto/DETAILS index 62deedb..41ea27c 100644 --- a/xorg7/proto/fontsproto/DETAILS +++ b/xorg7/proto/fontsproto/DETAILS @@ -1,16 +1,16 @@ MODULE=fontsproto - VERSION=2.0.2 + VERSION=2.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:1244f63bd90668c7ddc88febbf4a220fd83ea492 + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:395b300fd5120a7ff90cb8fea4e2356b9632dc3e MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org font-related protocol headers" cat << EOF fontsproto provides the wire protocols for various font-related -extensions in X.Org. These are used to control the server-side font +extensions in X.Org. These are used to control the server-side font configuration and also the font server headers. EOF From florin at lunar-linux.org Thu Aug 27 15:15:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 16:15:21 +0300 Subject: [Lunar-commits] videoproto: version bumped to 2.3.0. Message-ID: <20090827131555.BF64F9B1EB@doppio.foo-projects.org> commit 64b639db2c941d9c7257c14c2fa27cccfa306d8a Author: Florin Braescu Date: Thu Aug 27 16:15:21 2009 +0300 videoproto: version bumped to 2.3.0. No protocol changes, packaginc changes only. Unlike the other protocol modules, this one hasn't seen the Xlib header cleanup. --- xorg7/proto/videoproto/CONFLICTS | 10 +++++----- xorg7/proto/videoproto/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/proto/videoproto/CONFLICTS b/xorg7/proto/videoproto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/proto/videoproto/CONFLICTS +++ b/xorg7/proto/videoproto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/proto/videoproto/DETAILS b/xorg7/proto/videoproto/DETAILS index 638e837..31ecd77 100644 --- a/xorg7/proto/videoproto/DETAILS +++ b/xorg7/proto/videoproto/DETAILS @@ -1,17 +1,17 @@ MODULE=videoproto - VERSION=2.2.2 + VERSION=2.3.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/proto/ - SOURCE_VFY=sha1:904eb59ae2451dea52370d927bf490b696f9033c + SOURCE_URL=$XORG_URL/individual/proto + SOURCE_VFY=sha1:4aef2b438d45b3ab75e640996ce1267d3468f48c MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090827 SHORT="the X.Org XVideo protocol headers" cat << EOF videoproto provides the wire protocol for the XVideo and -XVideoMotionCompensation extensions in X.Org. It is used to +XVideoMotionCompensation extensions in X.Org. It is used to accelerate playback of videos EOF From florin at lunar-linux.org Thu Aug 27 15:50:20 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 16:50:20 +0300 Subject: [Lunar-commits] xcb-proto: version bumped to 1.5. Message-ID: <20090827135150.C11FDF37DF@doppio.foo-projects.org> commit d8b5c780eafc25b40d5d1247161c6da73131d363 Author: Florin Braescu Date: Thu Aug 27 16:50:20 2009 +0300 xcb-proto: version bumped to 1.5. Changes: * Add support for mod mask Any * Add and use altenum (non-exhaustive enum) * Tweak some XInput specs * Fix milter spelling * Correct the length calculation for the value field of GetPropertyReply * xtest: rename window field to root * randr: add version 1.3 requests * shm: fix ShmCompletion event --- xorg7/extra/xcb-proto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xcb-proto/DETAILS b/xorg7/extra/xcb-proto/DETAILS index 86ecdc7..29ca3c8 100644 --- a/xorg7/extra/xcb-proto/DETAILS +++ b/xorg7/extra/xcb-proto/DETAILS @@ -1,12 +1,12 @@ MODULE=xcb-proto - VERSION=1.4 + VERSION=1.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://xcb.freedesktop.org/dist - SOURCE_VFY=sha1:ab9bb7c875558a3324673bb749e0502046f31083 + SOURCE_VFY=sha1:c3f93ba6b75635c1e9d1accdfa7907f43a0e986f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://xcb.freedesktop.org ENTERED=20060216 - UPDATED=20090228 + UPDATED=20090827 SHORT="the X C-bindings (XCB) protocol headers" cat << EOF From florin at lunar-linux.org Thu Aug 27 15:53:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 16:53:26 +0300 Subject: [Lunar-commits] libxcb: version bumped to 1.4. Message-ID: <20090827135440.634CBF38AE@doppio.foo-projects.org> commit 997b9d79ab30e8ebe03d57b2726bd902b4f9d4f4 Author: Florin Braescu Date: Thu Aug 27 16:53:26 2009 +0300 libxcb: version bumped to 1.4. Changes: * Add majorCode, minorCode and resourceID fields to X generic error * Fix precedence bug: wrong length for big-requests preceded by sync * Fix libxcb-randr version info --- xorg7/extra/libxcb/CONFLICTS | 10 +++++----- xorg7/extra/libxcb/DETAILS | 9 +++------ xorg7/extra/xcb-proto/CONFLICTS | 10 +++++----- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/xorg7/extra/libxcb/CONFLICTS b/xorg7/extra/libxcb/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/extra/libxcb/CONFLICTS +++ b/xorg7/extra/libxcb/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/extra/libxcb/DETAILS b/xorg7/extra/libxcb/DETAILS index c309f7c..747dc34 100644 --- a/xorg7/extra/libxcb/DETAILS +++ b/xorg7/extra/libxcb/DETAILS @@ -1,15 +1,12 @@ MODULE=libxcb - VERSION=1.2 + VERSION=1.4 SOURCE=$MODULE-$VERSION.tar.bz2 -# SOURCE2=xcb-1.1_xlib-no-assert-on-lock.patch SOURCE_URL=http://xcb.freedesktop.org/dist -# SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:12be595ce1e26da3b63e6a17a47ab9392259f10f -# SOURCE2_VFY=sha1:ee21ec4f4f7c1dfe05cdb75eafb073ffa0cdac0c + SOURCE_VFY=sha1:fb3bc1a81058e1894663771f87b8a3919f8520ce MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://xcb.freedesktop.org ENTERED=20070216 - UPDATED=20090228 + UPDATED=20090827 SHORT="replacement of the Xlib interface" cat << EOF diff --git a/xorg7/extra/xcb-proto/CONFLICTS b/xorg7/extra/xcb-proto/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/extra/xcb-proto/CONFLICTS +++ b/xorg7/extra/xcb-proto/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs From florin at lunar-linux.org Thu Aug 27 15:55:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 16:55:25 +0300 Subject: [Lunar-commits] xcb-util: version bumped to 0.3.6. Message-ID: <20090827135613.E0741F38AE@doppio.foo-projects.org> commit 8ccbf7b66e70d85404580b12bcd502e8611dc19b Author: Florin Braescu Date: Thu Aug 27 16:55:25 2009 +0300 xcb-util: version bumped to 0.3.6. Bugfixes. It use libxcb 1.4 now. --- xorg7/extra/xcb-util/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xcb-util/DETAILS b/xorg7/extra/xcb-util/DETAILS index 35a2f24..47ae83a 100644 --- a/xorg7/extra/xcb-util/DETAILS +++ b/xorg7/extra/xcb-util/DETAILS @@ -1,12 +1,12 @@ MODULE=xcb-util - VERSION=0.3.4 + VERSION=0.3.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://xcb.freedesktop.org/dist - SOURCE_VFY=sha1:34d1c7d708c078552b5f01a8029b0240d999cf60 + SOURCE_VFY=sha1:8585a421c077382937d181b921263fac2e448d31 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://xcb.freedesktop.org ENTERED=20090504 - UPDATED=20090504 + UPDATED=20090827 SHORT="Extensions libraries for libxcb" cat << EOF From florin at lunar-linux.org Thu Aug 27 16:00:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 27 Aug 2009 17:00:57 +0300 Subject: [Lunar-commits] coreutils: small tweaks. Message-ID: <20090827140116.4F598F3B0C@doppio.foo-projects.org> commit e435d0db02e0519f840081cdd82de59fc2ae3ce5 Author: Florin Braescu Date: Thu Aug 27 17:00:57 2009 +0300 coreutils: small tweaks. --- utils/coreutils/BUILD | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/utils/coreutils/BUILD b/utils/coreutils/BUILD index a4cebca..74a86de 100644 --- a/utils/coreutils/BUILD +++ b/utils/coreutils/BUILD @@ -2,28 +2,28 @@ patch_it $SOURCE_CACHE/$SOURCE2 1 && - bad_flags -malign-double + bad_flags -malign-double && # We really want this - OPTS="$OPTS --enable-largefile" + OPTS+=" --enable-largefile" && if [ "$WITH_NLS" == "y" ]; then - OPTS="$OPTS --enable-nls" + OPTS+=" --enable-nls" else - OPTS="$OPTS --disable-nls" - fi + OPTS+=" --disable-nls" + fi && # This option resolves conflicts with shadow/heimdal, net-tools and procps - OPTS="$OPTS --enable-no-install-program=arch,hostname,su,groups,kill,uptime" + OPTS+=" --enable-no-install-program=arch,hostname,su,groups,kill,uptime" && # tchan added this hack for coreutils > 6.x - export CHGRPPROG=/bin/chgrp - export CHMODPROG=/bin/chmod - export CPPROG=/bin/cp - export MKDIRPROG=/bin/mkdir - export MVPROG=/bin/mv - export RMPROG=/bin/rm - DEFAULT_POSIX2_VERSION=199209 default_build && + export CHGRPPROG=/bin/chgrp && + export CHMODPROG=/bin/chmod && + export CPPROG=/bin/cp && + export MKDIRPROG=/bin/mkdir && + export MVPROG=/bin/mv && + export RMPROG=/bin/rm && + DEFAULT_POSIX2_VERSION=199209 default_build && ( for FILE in basename cat cp chgrp chmod chown cut date dd df echo false \ @@ -32,15 +32,15 @@ if [ -f /usr/bin/$FILE ] ; then /bin/mv -f /usr/bin/$FILE /bin fi - done && + done && # mv cannot be mv'ed: if [ -f /usr/bin/mv ] ; then - cp /usr/bin/mv /bin/mv && + cp /usr/bin/mv /bin/mv && rm /usr/bin/mv - fi && + fi && # also, bash will need to rehash, but doesn't: /bin/mv -f /usr/bin/chroot /usr/sbin - ) && + ) && # Some apps use fixed paths to /usr/bin so we add a symlink to make # them happy. For example see config.log of any compiled app to see that From zbiggy at lunar-linux.org Thu Aug 27 20:24:56 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 27 Aug 2009 20:24:56 +0200 Subject: [Lunar-commits] mysql: updated to 5.0.85 Message-ID: <20090827182511.E8CC8F3EDD@doppio.foo-projects.org> commit b1062815bf0d0af0a88d851a45d2cb670c704545 Author: Zbigniew Luszpinski Date: Thu Aug 27 20:24:56 2009 +0200 mysql: updated to 5.0.85 --- sql/mysql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 098c95d..4531d82 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.0.84 + VERSION=5.0.85 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.0 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.0 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0 - SOURCE_VFY=sha1:dbb7f907b0a1ce035b468ec048fa2c5888cc2728 + SOURCE_VFY=sha1:11f25ef4f120cba97dd921deb202c58adffd93eb WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20090725 + UPDATED=20090825 SHORT="A widely used and fast SQL database server" cat << EOF From engelsman at lunar-linux.org Thu Aug 27 22:16:45 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 27 Aug 2009 22:16:45 +0200 Subject: [Lunar-commits] Subject: NVIDIA-Cg-toolkit: new module Message-ID: <20090827201717.08F80F3FDA@doppio.foo-projects.org> commit c9cf7fcb25e7098940ff3c419b040d36a91a3933 Author: Paul Bredbury Date: Thu Aug 27 22:16:45 2009 +0200 Subject: NVIDIA-Cg-toolkit: new module Note: no objections from other devs, so committing... downloads and installs OK, but untested (no NVIDIA) - engelsman --- zbeta/NVIDIA-Cg-toolkit/BUILD | 11 +++++++++++ zbeta/NVIDIA-Cg-toolkit/DEPENDS | 1 + zbeta/NVIDIA-Cg-toolkit/DETAILS | 19 +++++++++++++++++++ zbeta/NVIDIA-Cg-toolkit/PRE_BUILD | 4 ++++ 4 files changed, 35 insertions(+), 0 deletions(-) diff --git a/zbeta/NVIDIA-Cg-toolkit/BUILD b/zbeta/NVIDIA-Cg-toolkit/BUILD new file mode 100644 index 0000000..5da1332 --- /dev/null +++ b/zbeta/NVIDIA-Cg-toolkit/BUILD @@ -0,0 +1,11 @@ +( + + prepare_install && + + cp -a usr/lib/*.so /usr/lib/ && + cp -a usr/include/* /usr/include/ && + cp -a usr/share/* /usr/share/ && + cp -a usr/bin/* /usr/bin/ && + cp -a usr/local/* /usr/share/doc/NVIDIA-Cg-toolkit/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/NVIDIA-Cg-toolkit/DEPENDS b/zbeta/NVIDIA-Cg-toolkit/DEPENDS new file mode 100644 index 0000000..b6c17f4 --- /dev/null +++ b/zbeta/NVIDIA-Cg-toolkit/DEPENDS @@ -0,0 +1 @@ +depends libstdc++5 diff --git a/zbeta/NVIDIA-Cg-toolkit/DETAILS b/zbeta/NVIDIA-Cg-toolkit/DETAILS new file mode 100644 index 0000000..c4f6e04 --- /dev/null +++ b/zbeta/NVIDIA-Cg-toolkit/DETAILS @@ -0,0 +1,19 @@ + MODULE=NVIDIA-Cg-toolkit + # Run /usr/bin/cginfo to get version + VERSION=2.2.0006 + SOURCE=Cg-2.2_April2009_x86.tgz + SOURCE_URL=http://developer.download.nvidia.com/cg/Cg_2.2 + SOURCE_VFY=sha1:bff728d0223a517098dfbe8f93ee4d9d4fb4b05f + WEB_SITE=http://developer.nvidia.com/object/cg_toolkit.html + LICENSE="proprietary" + ENTERED=20090823 + UPDATED=20090823 + SHORT="NVIDIA's C graphics compiler toolkit" + +cat << EOF +The NVIDIA Cg Toolkit is the best way to take advantage of today's GPUs +across multiple platforms and APIs. Now supporting OpenGL's +ARB_vertex_program and ARB_fragment_program extensions, the compiler +allows developers to create advanced visual effects for today's +programmable GPUs from NVIDIA and other vendors. +EOF diff --git a/zbeta/NVIDIA-Cg-toolkit/PRE_BUILD b/zbeta/NVIDIA-Cg-toolkit/PRE_BUILD new file mode 100644 index 0000000..d8184db --- /dev/null +++ b/zbeta/NVIDIA-Cg-toolkit/PRE_BUILD @@ -0,0 +1,4 @@ +validate_source_dir $SOURCE_DIRECTORY && +mk_source_dir $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +unpack $SOURCE From tchan at lunar-linux.org Thu Aug 27 22:22:09 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 27 Aug 2009 15:22:09 -0500 Subject: [Lunar-commits] dietlibc: Version bump to 0.32 Message-ID: <20090827202219.606C8F3FDA@doppio.foo-projects.org> commit 3bc17ea66def609eaaaec0d2ef4e2c589abad90e Author: Terry Chan Date: Thu Aug 27 15:22:09 2009 -0500 dietlibc: Version bump to 0.32 --- libs/dietlibc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/dietlibc/DETAILS b/libs/dietlibc/DETAILS index ce04e38..15780cd 100644 --- a/libs/dietlibc/DETAILS +++ b/libs/dietlibc/DETAILS @@ -1,12 +1,12 @@ MODULE=dietlibc - VERSION=0.31 + VERSION=0.32 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.kernel.org/pub/linux/libs/$MODULE/ SOURCE_URL[1]=http://www.fefe.de/dietlibc/ - SOURCE_VFY=sha1:3620e04f5e0e50140309ed1b65ab7aced2c95178 + SOURCE_VFY=sha1:9b7041a00022bb16133e9cc9d0e922f4dc224097 WEB_SITE=http://www.fefe.de/dietlibc/ ENTERED=20021224 - UPDATED=20070916 + UPDATED=20090827 MAINTAINER="tchan at lunar-linux.org" SHORT="libc optimized for small size." PSAFE="no" From engelsman at lunar-linux.org Thu Aug 27 23:30:14 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Thu, 27 Aug 2009 23:30:14 +0200 Subject: [Lunar-commits] Subject: expat: fix DoS bug Message-ID: <20090827213050.181679B1EB@doppio.foo-projects.org> commit 62c8d5bf7d244f26ea975419a8f9906d82a877f3 Author: Paul Bredbury Date: Thu Aug 27 23:30:14 2009 +0200 Subject: expat: fix DoS bug Is in Gentoo: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/ --- libs/expat/BUILD | 8 ++++++-- libs/expat/DETAILS | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libs/expat/BUILD b/libs/expat/BUILD index 85f8e5f..dbbfbf2 100644 --- a/libs/expat/BUILD +++ b/libs/expat/BUILD @@ -1,9 +1,13 @@ ( + # Fix DoS bug - http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmltok_impl.c?r1=1.15&view=log + patch_it $SOURCE2 0 && + sedit "s/\/man\/man1/\/share\/man\/man1/g" Makefile.in && - default_build - # Lets be naughty and do the coverup + default_build && + + # Let's be naughty and do the coverup ln -sf /usr/lib/libexpat.so /usr/lib/libexpat.so.0 ) > $C_FIFO 2>&1 diff --git a/libs/expat/DETAILS b/libs/expat/DETAILS index 285ee0c..0013687 100644 --- a/libs/expat/DETAILS +++ b/libs/expat/DETAILS @@ -1,11 +1,14 @@ MODULE=expat VERSION=2.0.1 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=expat-2.0.1-fix_bug_1990430.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:663548c37b996082db1f2f2c32af060d7aa15c2d + SOURCE2_VFY=sha1:e49205a3742051e2ce88f87a84750d080874aec6 WEB_SITE=http://expat.sourceforge.net ENTERED=20010928 - UPDATED=20070606 + UPDATED=20090818 SHORT="XML parsing library" cat << EOF From stumbles at lunar-linux.org Fri Aug 28 01:20:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 27 Aug 2009 19:20:56 -0400 Subject: [Lunar-commits] qt-creator: Version bump. Message-ID: <20090827232108.3968E9B1EB@doppio.foo-projects.org> commit f770166150c61107a18fbedb866f7a00f18757b2 Author: Dennis `stumbles` Veatch Date: Thu Aug 27 19:20:56 2009 -0400 qt-creator: Version bump. --- qt4-apps/qt-creator/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/qt-creator/DETAILS b/qt4-apps/qt-creator/DETAILS index fa99689..7a5fc8e 100644 --- a/qt4-apps/qt-creator/DETAILS +++ b/qt4-apps/qt-creator/DETAILS @@ -1,12 +1,12 @@ MODULE=qt-creator - VERSION=1.1.0-src + VERSION=1.2.1-src SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.qtsoftware.com/qtcreator/ - SOURCE_VFY=sha1:182df5375600865868b74b7f71a8a6c9007e4884 + SOURCE_VFY=sha1:eaa8dbdb6bee9def91df302ff13ba26e70ffcb38 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.qtsoftware.com/products/developer-tools/developer-tools ENTERED=20090303 - UPDATED=20090303 + UPDATED=20090827 SHORT="cross-platform integrated development environment" cat << EOF From brebs at lunar-linux.org Fri Aug 28 02:30:13 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 07:30:13 +0700 Subject: [Lunar-commits] wireless_tools: fix perms on iwlib.h Message-ID: <20090828054904.15A559B1EB@doppio.foo-projects.org> commit ac34c98aa45f984043085ae9e95cc58a16d26753 Author: Paul Bredbury Date: Fri Aug 28 07:30:13 2009 +0700 wireless_tools: fix perms on iwlib.h /usr/include/iwlib.h was being installed with chmod 640. Remove bogus docs at end of BUILD, rather than in POST_INSTALL, so that "lvu install wireless_tools" does not show phantom files. --- wifi/wireless_tools/BUILD | 4 +++- wifi/wireless_tools/DETAILS | 12 ++++++------ wifi/wireless_tools/POST_INSTALL | 2 -- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wifi/wireless_tools/BUILD b/wifi/wireless_tools/BUILD index 51810e4..554f04a 100644 --- a/wifi/wireless_tools/BUILD +++ b/wifi/wireless_tools/BUILD @@ -6,10 +6,12 @@ cp iwconfig iwgetid iwlist iwspy iwpriv /sbin/ && cp iwconfig.8 iwlist.8 iwspy.8 iwpriv.8 /usr/share/man/man8/ && cp libiw.so.${VERSION} /lib/ && - cp iwlib.h /usr/include/ && + install -m644 iwlib.h /usr/include/ && ln -s /lib/libiw.so.${VERSION} /lib/libiw.so && ldconfig && + # Prevent gather_docs from wrongly identifying C files as docs + rm -f sample_*.c && gather_docs HOTPLUG.txt PCMCIA.txt ) > $C_FIFO 2>&1 diff --git a/wifi/wireless_tools/DETAILS b/wifi/wireless_tools/DETAILS index d514670..d8ee0ea 100644 --- a/wifi/wireless_tools/DETAILS +++ b/wifi/wireless_tools/DETAILS @@ -9,7 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE2_VFY=sha1:06dff05c638b60ce2fb28509e60ab6efc16e4438 WEB_SITE=http://hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html ENTERED=20020219 - UPDATED=20081222 + UPDATED=20090828 SHORT="Tools for wireless networking" cat << EOF @@ -18,11 +18,11 @@ allowing to manipulate the Wireless Extensions. They use a textual interface and are rather crude, but aim to support the full Wireless Extension. - * iwconfig manipulate the basic wireless parameters - * iwlist allow to initiate scanning and list frequencies, bit-rates, + * iwconfig manipulates the basic wireless parameters + * iwlist allows to initiate scanning and list frequencies, bit-rates, encryption keys... - * iwspy allow to get per node link quality - * iwpriv allow to manipulate the Wireless Extensions specific to a + * iwspy allows to get per-node link quality + * iwpriv allows to manipulate the Wireless Extensions specific to a driver (private) - * ifrename allow to name interfaces based on various static criteria + * ifrename allows to name interfaces based on various static criteria EOF diff --git a/wifi/wireless_tools/POST_INSTALL b/wifi/wireless_tools/POST_INSTALL deleted file mode 100644 index 412bb90..0000000 --- a/wifi/wireless_tools/POST_INSTALL +++ /dev/null @@ -1,2 +0,0 @@ -#The default gather_doc call picked up some source files that it shouldn't have -rm -f $DOCUMENT_DIRECTORY/$MODULE/sample_*.c From brebs at lunar-linux.org Fri Aug 28 08:07:32 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 13:07:32 +0700 Subject: [Lunar-commits] Nexuiz: fix for jpeg 7 Message-ID: <20090828060850.AEE6D9B1EB@doppio.foo-projects.org> commit 70657626d2372aa9ea82896bd23ef19b4369d59d Author: Paul Bredbury Date: Fri Aug 28 13:07:32 2009 +0700 Nexuiz: fix for jpeg 7 Use system jpeg library, to work with jpeg 7. No need for wrapper scripts. --- games/Nexuiz/BUILD | 18 +++++++++++++----- games/Nexuiz/DETAILS | 6 +++++- games/Nexuiz/nexuiz | 4 ---- games/Nexuiz/nexuiz-ded | 4 ---- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/games/Nexuiz/BUILD b/games/Nexuiz/BUILD index 3c605c3..2732013 100644 --- a/games/Nexuiz/BUILD +++ b/games/Nexuiz/BUILD @@ -4,13 +4,21 @@ unzip enginesource????????.zip && cd darkplaces && sedit "s:^OPTIM_RELEASE=.*$:OPTIM_RELEASE=$CFLAGS:" makefile.inc && + + # Use system jpeg, to work with jpeg 7 as well as jpeg 6b + patch_it $SOURCE2 1 && + sedit "1i DP_LINK_TO_LIBJPEG=1" makefile && + sedit "1i DP_PRELOAD_DEPENDENCIES=1" makefile && + + # Look in shared directory automatically + # From http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/nexuiz/ + sedit "s:ifdef DP_.*:DP_FS_BASEDIR=/usr/share/games/$MODULE\n&:" makefile && + make -f makefile cl-release sv-release && prepare_install && mkdir -p /usr/games /usr/share/games/$MODULE && - install -m755 darkplaces-glx /usr/share/games/$MODULE/nexuiz-glx && - install -m755 darkplaces-dedicated /usr/share/games/$MODULE/nexuiz-dedicated && - cp -a $SOURCE_DIRECTORY/data /usr/share/games/$MODULE/ && - install -m755 $SCRIPT_DIRECTORY/nexuiz /usr/games/ && - install -m755 $SCRIPT_DIRECTORY/nexuiz-ded /usr/games/ + install -m755 darkplaces-glx /usr/games/nexuiz-glx && + install -m755 darkplaces-dedicated /usr/games/nexuiz-dedicated && + cp -a $SOURCE_DIRECTORY/{data,havoc} /usr/share/games/$MODULE/ ) > $C_FIFO 2>&1 diff --git a/games/Nexuiz/DETAILS b/games/Nexuiz/DETAILS index 77df361..e7d5f36 100644 --- a/games/Nexuiz/DETAILS +++ b/games/Nexuiz/DETAILS @@ -1,13 +1,17 @@ MODULE=Nexuiz VERSION=2.5.1 SOURCE=nexuiz-251.zip + SOURCE2=nexuiz-2.5.1-jpeg.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=$SFORGE_URL/nexuiz + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:19b098adea29ea3b66a1082a453e403480faa97d + SOURCE2_VFY=sha1:967f84635e079c7e27665ddca7eca050b6b79d77 WEB_SITE=http://nexuiz.com ENTERED=20050603 - UPDATED=20090618 + UPDATED=20090828 SHORT="Multiplayer Deathmatch" + PSAFE=no cat << EOF Nexuiz has been in development for 3.5 years by a team of amateur diff --git a/games/Nexuiz/nexuiz b/games/Nexuiz/nexuiz deleted file mode 100644 index 474983f..0000000 --- a/games/Nexuiz/nexuiz +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd /usr/share/games/Nexuiz -exec ./nexuiz-glx $@ diff --git a/games/Nexuiz/nexuiz-ded b/games/Nexuiz/nexuiz-ded deleted file mode 100644 index b0b916e..0000000 --- a/games/Nexuiz/nexuiz-ded +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd /usr/share/games/Nexuiz -exec ./nexuiz-dedicated $@ From brebs at lunar-linux.org Fri Aug 28 08:17:55 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 13:17:55 +0700 Subject: [Lunar-commits] netpbm: compilation fix for jpeg 7 Message-ID: <20090828061911.CAE6B9B1EB@doppio.foo-projects.org> commit fe549c65ae322cf99f9e4d0fb8853cd393fc5525 Author: Paul Bredbury Date: Fri Aug 28 13:17:55 2009 +0700 netpbm: compilation fix for jpeg 7 No need to bump UPDATED - apps will be recompiled by "lunar fix", due to the jpeg soname bump. --- graphics/netpbm/BUILD | 12 +++++++++--- graphics/netpbm/DEPENDS | 4 ++-- graphics/netpbm/DETAILS | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/graphics/netpbm/BUILD b/graphics/netpbm/BUILD index f84ceef..44c6458 100644 --- a/graphics/netpbm/BUILD +++ b/graphics/netpbm/BUILD @@ -1,8 +1,14 @@ ( + if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then + # To compile with jpeg 7, rather than old 6b + # From http://repos.archlinux.org/viewvc.cgi/netpbm/repos/extra-i686/ + sedit "s:* cinfo.min_DCT_scaled_size;:* cinfo.min_DCT_v_scaled_size;:" converter/ppm/ppmtompeg/jpeg.c + fi && + sedit "s/getline/getLine/" converter/ppm/xvminitoppm.c && - sedit "s:/tmp/netpbm:$(pwd -P)/BUILD:g" Makefile.config.in buildtools/installnetpbm.pl doc/README.DJGPP - sedit "s/CC = cc/CC = gcc/" Makefile.config.in && + sedit "s:/tmp/netpbm:$(pwd -P)/BUILD:g" Makefile.config.in buildtools/installnetpbm.pl doc/README.DJGPP && + sedit "s/CC = cc/CC = gcc/" Makefile.config.in && echo -e " gnu regular @@ -21,7 +27,7 @@ default " | ./configure && - sedit "s/^CFLAGS =/CFLAGS = -fPIC /" Makefile.config && + sedit "s/^CFLAGS =/CFLAGS = -fPIC /" Makefile.config && make && make package && prepare_install && diff --git a/graphics/netpbm/DEPENDS b/graphics/netpbm/DEPENDS index 9cc5e99..da86373 100644 --- a/graphics/netpbm/DEPENDS +++ b/graphics/netpbm/DEPENDS @@ -1,3 +1,3 @@ -depends tiff && -depends jpeg && +depends tiff +depends jpeg depends libpng diff --git a/graphics/netpbm/DETAILS b/graphics/netpbm/DETAILS index ef68147..d320a0c 100644 --- a/graphics/netpbm/DETAILS +++ b/graphics/netpbm/DETAILS @@ -3,11 +3,11 @@ SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/$MODULE/ SOURCE_VFY=sha1:81ec2499897809777813f9ec8e6222d8cf988daf - WEB_SITE=http://netpbm.sourceforge.net + WEB_SITE=http://netpbm.sourceforge.net/ ENTERED=20010922 UPDATED=20090825 PSAFE=no - SHORT="netpbm contains 220 programs that convert graphics formats." + SHORT="contains 220 programs that convert graphics formats" cat << EOF NetPBM (formerly PBMplus) is a package of over 220 programs that convert From brebs at lunar-linux.org Fri Aug 28 09:21:16 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 14:21:16 +0700 Subject: [Lunar-commits] sysvinit: kill processes *before* unmounting Message-ID: <20090828074443.706B09B1EB@doppio.foo-projects.org> commit 9f0154f969d184848d9f9a678facab7be25bbe48 Author: Paul Bredbury Date: Fri Aug 28 14:21:16 2009 +0700 sysvinit: kill processes *before* unmounting /etc/init.d/signals was being run after unmounting, rather than before, thus occasionally preventing a clean shutdown. --- utils/sysvinit/BUILD | 30 ++++++++++++++++-------------- utils/sysvinit/DETAILS | 7 ++++--- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/utils/sysvinit/BUILD b/utils/sysvinit/BUILD index 8a137f3..ba78b4c 100644 --- a/utils/sysvinit/BUILD +++ b/utils/sysvinit/BUILD @@ -3,30 +3,32 @@ make -C src && prepare_install && make -C src install && - install -m0755 $SCRIPT_DIRECTORY/service /sbin/service && - mkdir -p /etc/rc{S,0,1,2,3,4,5,6}.d /etc/init.d /var/{run,log} || - # error out here in case of failure - exit 1 + install -m0755 $SCRIPT_DIRECTORY/service /sbin/service && + mkdir -p /etc/rc{S,0,1,2,3,4,5,6}.d /etc/init.d /var/{run,log} && # the rest should be safe now: if [ ! -e /etc/inittab ] ; then install -m0600 $SCRIPT_DIRECTORY/inittab /etc/ - fi + fi && for SCRIPT in halt rc rcS reboot signals bootmisc ; do if [ ! -e /etc/init.d/$SCRIPT ] ; then install -m0700 $SCRIPT_DIRECTORY/init.d/$SCRIPT /etc/init.d/ fi - done - - ln -sf ../init.d/signals /etc/rc0.d/S80signals - ln -sf ../init.d/halt /etc/rc0.d/S90halt - ln -sf ../init.d/bootmisc /etc/rcS.d/S99bootmisc - ln -sf ../init.d/signals /etc/rc6.d/S80signals - ln -sf ../init.d/reboot /etc/rc6.d/S90reboot + done && + + # K98signals terminates apps, before K99mount performs unmounting + ln -sf ../init.d/signals /etc/rc0.d/K98signals && + ln -sf ../init.d/halt /etc/rc0.d/S90halt && + ln -sf ../init.d/bootmisc /etc/rcS.d/S99bootmisc && + ln -sf ../init.d/signals /etc/rc6.d/K98signals && + ln -sf ../init.d/reboot /etc/rc6.d/S90reboot && + + # Remove old symlinks + rm -f /etc/rc{0,6}.d/S80signals && - touch /var/run/utmp /var/log/{w,b}tmp /var/log/lastlog - chmod 644 /var/run/utmp /var/log/wtmp /var/log/lastlog + touch /var/run/utmp /var/log/{w,b}tmp /var/log/lastlog && + chmod 644 /var/run/utmp /var/log/wtmp /var/log/lastlog && chmod 600 /var/log/btmp ) > $C_FIFO 2>&1 diff --git a/utils/sysvinit/DETAILS b/utils/sysvinit/DETAILS index 411b514..fac3bde 100644 --- a/utils/sysvinit/DETAILS +++ b/utils/sysvinit/DETAILS @@ -5,12 +5,13 @@ SOURCE_VFY=sha1:3e78df609a2ff0fea6304cb662a7f10298d03667 WEB_SITE=ftp://ftp.cistron.nl/pub/people/miquels/sysvinit ENTERED=20010922 - UPDATED=20070304 - SHORT="parent process of all process." + UPDATED=20090828 + SHORT="parent process of all processes" + cat << EOF sysvinit Init is the parent of all processes. Its primary role is to create processes from a script stored in the file /etc/inittab. This package -also contains well known and used utilities like reboot, shutdown, +also contains well-known and used utilities like reboot, shutdown, killall, poweroff, tellinit, sulogin, wall, etc. EOF From brebs at lunar-linux.org Fri Aug 28 10:31:44 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 15:31:44 +0700 Subject: [Lunar-commits] bind: update named.root Message-ID: <20090828083247.B77BF9B1EB@doppio.foo-projects.org> commit b5891c4520c1950dde2c4862005708958dcfd638 Author: Paul Bredbury Date: Fri Aug 28 15:31:44 2009 +0700 bind: update named.root Stops warnings in the system log, such as: named: checkhints: L.ROOT-SERVERS.NET/A (199.7.83.42) missing from hints --- net/bind/DETAILS | 2 +- net/bind/POST_INSTALL | 5 ++- net/bind/named.root | 69 +++++++++++++++++++++++++------------------------ 3 files changed, 39 insertions(+), 37 deletions(-) diff --git a/net/bind/DETAILS b/net/bind/DETAILS index 50f081f..e65511e 100644 --- a/net/bind/DETAILS +++ b/net/bind/DETAILS @@ -7,7 +7,7 @@ SOURCE_VFY=sha1:b266511994525b6203af173fd6dda9db58c500a8 WEB_SITE=http://www.isc.org/products/BIND ENTERED=20010922 - UPDATED=20090729 + UPDATED=20090828 SHORT="ISC's DNS (domain name system) server" PSAFE=no diff --git a/net/bind/POST_INSTALL b/net/bind/POST_INSTALL index f0ca091..3d80686 100644 --- a/net/bind/POST_INSTALL +++ b/net/bind/POST_INSTALL @@ -3,9 +3,10 @@ mkdir -p /var/named # create the named.root +# created with command: dig +norecurse NS . @a.root-servers.net > named.root cp $SCRIPT_DIRECTORY/named.root /var/named/ -#if we do not have a named.conf already, copy the default +# if we do not have a named.conf already, copy the default if [ ! -e /var/named/named.conf ] ; then cp $SCRIPT_DIRECTORY/named.conf /var/named/ fi @@ -20,7 +21,7 @@ chown -R bind:bind /var/named chmod 644 /var/named/named.conf chmod 644 /var/named/named.root -#lets create an rndc key if none avail +# lets create an rndc key if none avail if [ ! -e /etc/rndc.key ] ; then rndc-confgen -a fi diff --git a/net/bind/named.root b/net/bind/named.root index 7ff4ad5..fd500ff 100644 --- a/net/bind/named.root +++ b/net/bind/named.root @@ -1,45 +1,46 @@ -; <<>> DiG 9.2.0 <<>> . ns -;; global options: printcmd +; <<>> DiG 9.6.1-P1 <<>> +norecurse NS . @a.root-servers.net +;; global options: +cmd ;; Got answer: -;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8423 -;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13 +;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23865 +;; flags: qr aa; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 14 ;; QUESTION SECTION: ;. IN NS ;; ANSWER SECTION: -. 346908 IN NS D.ROOT-SERVERS.NET. -. 346908 IN NS A.ROOT-SERVERS.NET. -. 346908 IN NS H.ROOT-SERVERS.NET. -. 346908 IN NS C.ROOT-SERVERS.NET. -. 346908 IN NS G.ROOT-SERVERS.NET. -. 346908 IN NS F.ROOT-SERVERS.NET. -. 346908 IN NS B.ROOT-SERVERS.NET. -. 346908 IN NS J.ROOT-SERVERS.NET. -. 346908 IN NS K.ROOT-SERVERS.NET. -. 346908 IN NS L.ROOT-SERVERS.NET. -. 346908 IN NS M.ROOT-SERVERS.NET. -. 346908 IN NS I.ROOT-SERVERS.NET. -. 346908 IN NS E.ROOT-SERVERS.NET. +. 518400 IN NS L.ROOT-SERVERS.NET. +. 518400 IN NS B.ROOT-SERVERS.NET. +. 518400 IN NS D.ROOT-SERVERS.NET. +. 518400 IN NS H.ROOT-SERVERS.NET. +. 518400 IN NS G.ROOT-SERVERS.NET. +. 518400 IN NS A.ROOT-SERVERS.NET. +. 518400 IN NS F.ROOT-SERVERS.NET. +. 518400 IN NS M.ROOT-SERVERS.NET. +. 518400 IN NS K.ROOT-SERVERS.NET. +. 518400 IN NS J.ROOT-SERVERS.NET. +. 518400 IN NS E.ROOT-SERVERS.NET. +. 518400 IN NS I.ROOT-SERVERS.NET. +. 518400 IN NS C.ROOT-SERVERS.NET. ;; ADDITIONAL SECTION: -D.ROOT-SERVERS.NET. 433308 IN A 128.8.10.90 -A.ROOT-SERVERS.NET. 433308 IN A 198.41.0.4 -H.ROOT-SERVERS.NET. 433308 IN A 128.63.2.53 -C.ROOT-SERVERS.NET. 433308 IN A 192.33.4.12 -G.ROOT-SERVERS.NET. 433308 IN A 192.112.36.4 -F.ROOT-SERVERS.NET. 433308 IN A 192.5.5.241 -B.ROOT-SERVERS.NET. 433308 IN A 128.9.0.107 -J.ROOT-SERVERS.NET. 433308 IN A 198.41.0.10 -K.ROOT-SERVERS.NET. 433308 IN A 193.0.14.129 -L.ROOT-SERVERS.NET. 433308 IN A 198.32.64.12 -M.ROOT-SERVERS.NET. 433308 IN A 202.12.27.33 -I.ROOT-SERVERS.NET. 433308 IN A 192.36.148.17 -E.ROOT-SERVERS.NET. 433308 IN A 192.203.230.10 +A.ROOT-SERVERS.NET. 3600000 IN A 198.41.0.4 +A.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:503:ba3e::2:30 +B.ROOT-SERVERS.NET. 3600000 IN A 192.228.79.201 +C.ROOT-SERVERS.NET. 3600000 IN A 192.33.4.12 +D.ROOT-SERVERS.NET. 3600000 IN A 128.8.10.90 +E.ROOT-SERVERS.NET. 3600000 IN A 192.203.230.10 +F.ROOT-SERVERS.NET. 3600000 IN A 192.5.5.241 +F.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:2f::f +G.ROOT-SERVERS.NET. 3600000 IN A 192.112.36.4 +H.ROOT-SERVERS.NET. 3600000 IN A 128.63.2.53 +H.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:500:1::803f:235 +I.ROOT-SERVERS.NET. 3600000 IN A 192.36.148.17 +J.ROOT-SERVERS.NET. 3600000 IN A 192.58.128.30 +J.ROOT-SERVERS.NET. 3600000 IN AAAA 2001:503:c27::2:30 -;; Query time: 2 msec -;; SERVER: 10.10.10.201#53(10.10.10.201) -;; WHEN: Mon May 6 13:41:02 2002 -;; MSG SIZE rcvd: 436 +;; Query time: 728 msec +;; SERVER: 198.41.0.4#53(198.41.0.4) +;; WHEN: Fri Aug 28 15:19:34 2009 +;; MSG SIZE rcvd: 500 From brebs at lunar-linux.org Fri Aug 28 11:20:25 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 16:20:25 +0700 Subject: [Lunar-commits] playonlinux: wine app installer Message-ID: <20090828092135.21FF09B1EB@doppio.foo-projects.org> commit 520bff3d68d2cffe988a2b0bc0b2252d71bcfd73 Author: Paul Bredbury Date: Fri Aug 28 16:20:25 2009 +0700 playonlinux: wine app installer --- zbeta/playonlinux/BUILD | 12 ++++++++++++ zbeta/playonlinux/DEPENDS | 5 +++++ zbeta/playonlinux/DETAILS | 20 ++++++++++++++++++++ 3 files changed, 37 insertions(+), 0 deletions(-) diff --git a/zbeta/playonlinux/BUILD b/zbeta/playonlinux/BUILD new file mode 100644 index 0000000..6945c24 --- /dev/null +++ b/zbeta/playonlinux/BUILD @@ -0,0 +1,12 @@ +( + + prepare_install && + + mkdir -p /usr/share/games/playonlinux /usr/games && + cp -ra * /usr/share/games/playonlinux/ && + + # Launcher script + echo -e "#!/bin/bash\ncd /usr/share/games/playonlinux && exec ./playonlinux \"\$@\"" > launcher && + install -m755 launcher /usr/games/playonlinux + +) > $C_FIFO 2>&1 diff --git a/zbeta/playonlinux/DEPENDS b/zbeta/playonlinux/DEPENDS new file mode 100644 index 0000000..60abd28 --- /dev/null +++ b/zbeta/playonlinux/DEPENDS @@ -0,0 +1,5 @@ +depends wine +depends cabextract +depends unzip +depends wxPython +depends ImageMagick diff --git a/zbeta/playonlinux/DETAILS b/zbeta/playonlinux/DETAILS new file mode 100644 index 0000000..f538806 --- /dev/null +++ b/zbeta/playonlinux/DETAILS @@ -0,0 +1,20 @@ + MODULE=playonlinux + VERSION=3.6 + SOURCE=PlayOnLinux_$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://www.playonlinux.com/script_files/PlayOnLinux/$VERSION + SOURCE_VFY=sha1:435d43de291ad4fb26945292032a6401ae26c764 + WEB_SITE=http://www.playonlinux.com/ + ENTERED=20090828 + UPDATED=20090828 + SHORT="set of scripts to easily install and use Windows games" + +cat << EOF +PlayOnLinux is a piece of sofware which allows you to easily install +and use numerous games and software designed to run with Microsoft's +Windows. +Few games are compatible with GNU/Linux at the moment, and it certainly +is a factor preventing the migration to this system. PlayOnLinux brings +an accessible and efficient solution to this problem, cost-free and +respectful of the free software. +EOF From brebs at lunar-linux.org Fri Aug 28 12:17:04 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 17:17:04 +0700 Subject: [Lunar-commits] MPlayer: use Gentoo's snapshots Message-ID: <20090828101753.604199B1EB@doppio.foo-projects.org> commit 2fee512dd50d212f3fe27c356d7cbca0f7c716b5 Author: Paul Bredbury Date: Fri Aug 28 17:17:04 2009 +0700 MPlayer: use Gentoo's snapshots MPlayer isn't releasing regular updates. Gentoo takes regular snapshots, so let's use those instead. --- video/MPlayer/BUILD | 19 +++---------------- video/MPlayer/CONFIGURE | 4 ++-- video/MPlayer/DETAILS | 33 +++++++++++++-------------------- 3 files changed, 18 insertions(+), 38 deletions(-) diff --git a/video/MPlayer/BUILD b/video/MPlayer/BUILD index 919b81b..63b3bbc 100644 --- a/video/MPlayer/BUILD +++ b/video/MPlayer/BUILD @@ -1,22 +1,9 @@ ( -patch_it $SOURCE7 0 && -patch_it $SOURCE8 0 && -patch_it $SOURCE9 0 && -patch_it $SOURCE10 0 && - # using CFLAGS other than MPlayers autodetected will break - bad_flags compiler - - if [ $MENCODER == "n" ] ; then - OPTS=$OPTS" --disable-mencoder" - fi - - if [ $OSD == "y" ] ; then - OPTS=$OPTS" --enable-menu" - fi + bad_flags compiler && - cd $SOURCE_DIRECTORY && + cd $SOURCE_DIRECTORY && ./configure --prefix=/usr \ --confdir=/etc \ @@ -26,7 +13,7 @@ patch_it $SOURCE10 0 && --enable-largefiles \ --confdir=/etc/mplayer \ --datadir=/usr/share/mplayer \ - $OPTS && + $OPTS && default_make && diff --git a/video/MPlayer/CONFIGURE b/video/MPlayer/CONFIGURE index a4d0e7b..94e88f8 100644 --- a/video/MPlayer/CONFIGURE +++ b/video/MPlayer/CONFIGURE @@ -1,2 +1,2 @@ - mquery MENCODER "Enable building of MEncoder ?" y - mquery OSD "Enable OSD support? " y +mquery MENCODER "Enable building of MEncoder?" y "" "--disable-mencoder" +mquery OSD "Enable OSD support?" y "--enable-menu" "" diff --git a/video/MPlayer/DETAILS b/video/MPlayer/DETAILS index c13423e..8b4d549 100644 --- a/video/MPlayer/DETAILS +++ b/video/MPlayer/DETAILS @@ -1,17 +1,18 @@ MODULE=MPlayer - VERSION=1.0rc2 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=1.0_rc2_p20090731 + SOURCE=mplayer-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE2=font-arial-iso-8859-1.tar.bz2 SOURCE3=font-arial-iso-8859-2.tar.bz2 SOURCE4=font-arial-cp1250.tar.bz2 SOURCE5=font-arial-iso-8859-7.tar.bz2 SOURCE6=Blue-1.7.tar.bz2 - SOURCE7=stream_cddb_fix_20080120.diff - SOURCE8=url_fix_20080120.diff - SOURCE9=demux_mov_fix_20080129.diff - SOURCE10=demux_audio_fix_20080129.diff - SOURCE_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/ - SOURCE_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/ + SOURCE_URL[0]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/ + SOURCE_URL[1]=http://mirror.its.uidaho.edu/pub/gentoo/distfiles/ + SOURCE_URL[2]=http://de-mirror.org/distro/gentoo/distfiles/ + SOURCE_URL[3]=http://mirror.ovh.net/gentoo-distfiles/distfiles/ + SOURCE_URL[4]=http://distfiles.gentoo.bg/distfiles/ + SOURCE_URL[5]=http://gentoo.in.th/distfiles/ SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ @@ -21,25 +22,17 @@ SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ - SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ - SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ - SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ - SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ - SOURCE_VFY=sha1:e9b496f3527c552004ec6d01d6b43f196b43ce2d + SOURCE_VFY=sha1:bd20abf93f3c4198024b6690a53d79236389b600 SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 - SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d - SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 - SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 - SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 - WEB_SITE=http://www.mplayerhq.hu + WEB_SITE=http://www.mplayerhq.hu/ ENTERED=20010922 - UPDATED=20080409 - PSAFE=no + UPDATED=20090828 SHORT="A movie and animation player" + PSAFE=no cat << EOF MPlayer is a movie and animation player based on the 0.90pre5 version of From brebs at lunar-linux.org Fri Aug 28 12:49:18 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 17:49:18 +0700 Subject: [Lunar-commits] xorg-server: optionally disable IPv6 Message-ID: <20090828105001.806339B1F3@doppio.foo-projects.org> commit f75cc85c119d14626c92efd5be98e42153df4e6c Author: Paul Bredbury Date: Fri Aug 28 17:49:18 2009 +0700 xorg-server: optionally disable IPv6 And use better mquery statement. --- xorg7/xorg-server/BUILD | 5 ----- xorg7/xorg-server/CONFIGURE | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index def79ed..177172a 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -12,11 +12,6 @@ # OPTS="$OPTS --disable-glx --disable-glx-tlx" # fi && - if [[ "$USE_DBUS" = "y" ]]; then - # Creates /etc/dbus-1/system.d/xorg-server.conf - OPTS+=" --enable-config-dbus" - fi && - OPTS+=" --enable-composite --enable-aiglx \ --enable-install-libxf86config \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri " && diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE index fadf0fb..c51994e 100644 --- a/xorg7/xorg-server/CONFIGURE +++ b/xorg7/xorg-server/CONFIGURE @@ -1,3 +1,4 @@ #mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n -mquery USE_DBUS "Enable use of D-Bus?" n +mquery USE_DBUS "Enable use of D-Bus?" n "--enable-config-dbus" "" +mquery ENABLE_IPV6 "Enable IPv6?" y "" "--disable-ipv6" From stumbles at lunar-linux.org Fri Aug 28 13:41:16 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 28 Aug 2009 07:41:16 -0400 Subject: [Lunar-commits] libosip2: Version bump Message-ID: <20090828114244.78A029B1F3@doppio.foo-projects.org> commit a1a294fcace7f1c1c2c9082fe5e843e3e5319666 Author: Dennis `stumbles` Veatch Date: Fri Aug 28 07:41:16 2009 -0400 libosip2: Version bump --- libs/libosip2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libosip2/DETAILS b/libs/libosip2/DETAILS index 0c516b2..e0e2525 100644 --- a/libs/libosip2/DETAILS +++ b/libs/libosip2/DETAILS @@ -1,12 +1,12 @@ MODULE=libosip2 - VERSION=3.1.0 + VERSION=3.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[1]=$GNU_URL/osip SOURCE_URL[2]=http://www.antisip.com/download/exosip2 - SOURCE_VFY=sha1:27764e6fa6b18b7be9e49a00eb32639de108ffb0 + SOURCE_VFY=sha1:61b7e8a71ef060c20e1e3ba0d36f7e829047383f WEB_SITE=http://www.gnu.org/software/osip ENTERED=20051004 - UPDATED=20080505 + UPDATED=20090828 SHORT="GNU implementation of SIP" cat << EOF From stumbles at lunar-linux.org Fri Aug 28 13:42:06 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 28 Aug 2009 07:42:06 -0400 Subject: [Lunar-commits] ucommon: Adding to moonbase Message-ID: <20090828114244.878149B1F4@doppio.foo-projects.org> commit 293fc4035bce5f5e899995c278279c8da5fd0f39 Author: Dennis `stumbles` Veatch Date: Fri Aug 28 07:42:06 2009 -0400 ucommon: Adding to moonbase --- libs/ucommon/DETAILS | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/libs/ucommon/DETAILS b/libs/ucommon/DETAILS new file mode 100644 index 0000000..31faf50 --- /dev/null +++ b/libs/ucommon/DETAILS @@ -0,0 +1,19 @@ + MODULE=ucommon + VERSION=2.0.6 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://www.gnutelephony.org/dist/tarballs/ + SOURCE_VFY=sha1:e891e77ad65855c1c54381d833e40970126639d8 + WEB_SITE=http://www.gnutelephony.org/index.php/UCommon + ENTERED=20090828 + UPDATED=20090828 + SHORT="very light-weight C++ library" + +cat << EOF +UCommon is meant as a very light-weight C++ library to facilitate using C++ +design patterns even for very deeply embedded applications, such as for +systems using uclibc along with posix threading support. For this reason, +UCommon disables language features that consume memory or introduce runtime +overhead, such as rtti and exception handling, and assumes one will mostly be +linking applications with other pure C based libraries rather than using the +overhead of the standard C++ library and other similar class frameworks. +EOF From stumbles at lunar-linux.org Fri Aug 28 13:42:38 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 28 Aug 2009 07:42:38 -0400 Subject: [Lunar-commits] sipwitch: Adding to moonbase. Message-ID: <20090828114244.97D429B1F5@doppio.foo-projects.org> commit 8dfc6fb7b3c886e8b5d391c78568c669103c3370 Author: Dennis `stumbles` Veatch Date: Fri Aug 28 07:42:38 2009 -0400 sipwitch: Adding to moonbase. --- net/sipwitch/DEPENDS | 5 +++++ net/sipwitch/DETAILS | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/net/sipwitch/DEPENDS b/net/sipwitch/DEPENDS new file mode 100644 index 0000000..57640a0 --- /dev/null +++ b/net/sipwitch/DEPENDS @@ -0,0 +1,5 @@ +depends ucommon + + +optional_depends libeXosip2 "--enable-sipwitch-server" "--disable-sipwitch-server" \ + "for sipwitch server support" diff --git a/net/sipwitch/DETAILS b/net/sipwitch/DETAILS new file mode 100644 index 0000000..b65b51d --- /dev/null +++ b/net/sipwitch/DETAILS @@ -0,0 +1,17 @@ + MODULE=sipwitch + VERSION=0.5.7 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://www.gnutelephony.org/dist/tarballs/ + SOURCE_VFY=sha1:c176ed27dc45d54d65598c723913e99695ab915a + WEB_SITE=http://www.gnutelephony.org/index.php/GNU_Telephony + ENTERED=20090828 + UPDATED=20090828 + SHORT="VOIP call, provisioning, and feature server of the GNU Project" + +cat << EOF +GNU Telephony is a meta project to enable anyone to use free as in freedom +software for telephony, and with the freedom to do so on any platform they +choose to use. We also wish to make it easy to use the Internet for real-time +voice and video communication, and in fact for all forms of real-time +collaboration. +EOF From brebs at lunar-linux.org Fri Aug 28 17:23:33 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Fri, 28 Aug 2009 22:23:33 +0700 Subject: [Lunar-commits] xterm: version bump to 246 for bugfixes Message-ID: <20090828152440.590089B1F3@doppio.foo-projects.org> commit da87dc5de69c88a2ffc9cdac25d023ce6911b759 Author: Paul Bredbury Date: Fri Aug 28 22:23:33 2009 +0700 xterm: version bump to 246 for bugfixes List of fixes: http://invisible-island.net/xterm/xterm.log.html --- xorg7/extra/xterm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xterm/DETAILS b/xorg7/extra/xterm/DETAILS index ab0b561..9e0d98b 100644 --- a/xorg7/extra/xterm/DETAILS +++ b/xorg7/extra/xterm/DETAILS @@ -1,12 +1,12 @@ MODULE=xterm - VERSION=243 + VERSION=246 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://invisible-island.net/xterm/ - SOURCE_VFY=sha1:2d21f9ac13df846053b43d9fcf6ae70eaa63715a + SOURCE_VFY=sha1:08a10609f40e5da1c2a1612abdf3a89e09282a3b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://invisible-island.net/xterm/ ENTERED=20060124 - UPDATED=20090528 + UPDATED=20090828 SHORT="the X terminal emulator" cat << EOF From stumbles at lunar-linux.org Sat Aug 29 02:31:37 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 28 Aug 2009 20:31:37 -0400 Subject: [Lunar-commits] sox: Version bump; Message-ID: <20090829003213.56249F322E@doppio.foo-projects.org> commit 6bad3da73760899367ef04414a01f766a0950b2f Author: Dennis `stumbles` Veatch Date: Fri Aug 28 20:31:37 2009 -0400 sox: Version bump; * New filter effects: `sinc', `fir', `biquad'. * Other new effects: `stats', `overdrive', `vad'. * New audio device handler for OpenBSD. * Fixed problems with temporary file on Windows. * Can now enable automated clipping protection for most effects. * Automatically `dither' as needed. * Improvements to AIFF, WAV, FLAC, MP3 handlers. * ALSA driver now supports 24-bit. * `spectrogram' effect enhancements including multi-channel support. * `synth' effect enhancements including new `pluck' type. * More gain/normalise options. * Now uses CPU multi-core to speed up some effects. * SOX_OPTS environment variable for setting default options. * Interactive playback volume control (on some systems). * More `soxi' options, including multi-file total duration. * Can now auto-detect file-type even when inputing from a pipe. --- audio/sox/DEPENDS | 11 ++++++++--- audio/sox/DETAILS | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/audio/sox/DEPENDS b/audio/sox/DEPENDS index 22faab5..7061fe9 100644 --- a/audio/sox/DEPENDS +++ b/audio/sox/DEPENDS @@ -1,10 +1,15 @@ +optional_depends alsa-utils "--with-alsa" "--without-alsa" "for alsa support" optional_depends libpng "--with-png" "--without-png" "for PNG support" optional_depends ffmpeg "--with-ffmpeg" "--without-ffmpeg" "for FFMPEG support" -optional_depends libogg "--with-ogg" "--without-ogg" "for OGG support" optional_depends libsndfile "--with-sndfile" "--without-sndfile" "for lame support" optional_depends libmad "--with-mad" "--without-mad" "for mad support" optional_depends flac "--with-flac" "--without-flac" "for flac support" optional_depends lame "--with-lame" "--without-lame" "for lame support" optional_depends libid3tag "--with-id3tag" "--without-id3tag" "for MP3 tag support" -optional_depends amrnb "--with-amr-nb" "--without-amr-nb" "for AMR narrowband support" -optional_depends amrwb "--with-amr-wb" "--without-amr-wb" "for AMR wideband support" +optional_depends amrnb "--with-amrnb" "--without-amrnb" "for AMR narrowband support" +optional_depends amrwb "--with-amrwb" "--without-amrwb" "for AMR wideband support" +optional_depends libmad "--with-mad" "--without-mad" "for mad support" +optional_depends ladspa_sdk "--with-ladspa" "--without-ladspa" "for ladspa support" + +optional_depends libogg "--with-oggvorbis" "--without-oggvorbis" "for OGG support" +optional_depends pulseaudio "--with-pulseaudio" "--without-pulseaudio" "for pulseaudio support" diff --git a/audio/sox/DETAILS b/audio/sox/DETAILS index 70301db..b00c3ef 100644 --- a/audio/sox/DETAILS +++ b/audio/sox/DETAILS @@ -1,11 +1,11 @@ MODULE=sox - VERSION=14.2.0 + VERSION=14.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:1b60e5af43f44a51247fb978f2423f0de7e27363 + SOURCE_VFY=sha1:34b8e991ba8511fa9683e9e9d356fb7f4179d03c WEB_SITE=http://sox.sourceforge.net ENTERED=20010922 - UPDATED=20081111 + UPDATED=20090828 SHORT="Swiss Army knife of sound processing tools" cat << EOF From brebs at lunar-linux.org Sat Aug 29 08:55:01 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 13:55:01 +0700 Subject: [Lunar-commits] tiff: version bump to 3.9.1 Message-ID: <20090829065651.961289B1F5@doppio.foo-projects.org> commit 31411d270993cc17dced55456376e486b63e5914 Author: Paul Bredbury Date: Sat Aug 29 13:55:01 2009 +0700 tiff: version bump to 3.9.1 From http://freshmeat.net/projects/libtiff This is a bugfix release to correct serious defects found in libtiff 3.9.0. In particular, it was discovered that libtiff 3.9.0 may write defective TIFF files. This release is intended to be API and ABI compatible with libtiff 3.8.2 --- graphics/tiff/BUILD | 7 +++++++ graphics/tiff/DETAILS | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/graphics/tiff/BUILD b/graphics/tiff/BUILD new file mode 100644 index 0000000..5a8c938 --- /dev/null +++ b/graphics/tiff/BUILD @@ -0,0 +1,7 @@ +( + + OPTS+=" --with-docdir=/usr/share/doc/$MODULE" && + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/tiff/DETAILS b/graphics/tiff/DETAILS index e61fe5d..4c5f0fd 100644 --- a/graphics/tiff/DETAILS +++ b/graphics/tiff/DETAILS @@ -1,12 +1,12 @@ MODULE=tiff - VERSION=3.9.0 + VERSION=3.9.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff/ SOURCE_URL[1]=http://dl.maptools.org/dl/libtiff/ - SOURCE_VFY=sha1:e525879da8416e00ccd58617b2850341a429e23c + SOURCE_VFY=sha1:675ad1977023a89201b80cd5cd4abadea7ba0897 WEB_SITE=http://www.libtiff.org/ ENTERED=20010922 - UPDATED=20090823 + UPDATED=20090829 SHORT="provides support for the Tag Image File Format" cat << EOF From florin at lunar-linux.org Sat Aug 29 09:00:53 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 29 Aug 2009 10:00:53 +0300 Subject: [Lunar-commits] Nexuiz: add a depends file. Message-ID: <20090829070117.4524C9B1F5@doppio.foo-projects.org> commit 844fd930af36aa2a585be11de9d7bd1db1239255 Author: Florin Braescu Date: Sat Aug 29 10:00:53 2009 +0300 Nexuiz: add a depends file. --- games/Nexuiz/DEPENDS | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/games/Nexuiz/DEPENDS b/games/Nexuiz/DEPENDS new file mode 100644 index 0000000..80e7191 --- /dev/null +++ b/games/Nexuiz/DEPENDS @@ -0,0 +1,9 @@ +depends SDL +depends alsa-lib +depends libmodplug +depends libvorbis +depends jpeg +depends libXxf86vm +depends libXxf86dga +depends libXpm +depends curl From brebs at lunar-linux.org Sat Aug 29 08:59:57 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 13:59:57 +0700 Subject: [Lunar-commits] pygtk: version bump to 2.16.0 Message-ID: <20090829070649.81EE49B1F5@doppio.foo-projects.org> commit 2a081a54f354fef16f310ddddf766830037c75ee Author: Paul Bredbury Date: Sat Aug 29 13:59:57 2009 +0700 pygtk: version bump to 2.16.0 Announcement: http://mail.gnome.org/archives/gnome-announce-list/2009-August/msg00059.html The hack in PRE_BUILD is not needed. --- python/pygtk/BUILD | 2 +- python/pygtk/DETAILS | 8 ++++---- python/pygtk/PRE_BUILD | 6 ------ 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/python/pygtk/BUILD b/python/pygtk/BUILD index bdc08a5..3febc7c 100644 --- a/python/pygtk/BUILD +++ b/python/pygtk/BUILD @@ -1,6 +1,6 @@ ( - OPTS="$OPTS --enable-thread" + OPTS+=" --enable-thread" && default_build diff --git a/python/pygtk/DETAILS b/python/pygtk/DETAILS index 27010c4..96093ab 100644 --- a/python/pygtk/DETAILS +++ b/python/pygtk/DETAILS @@ -1,13 +1,13 @@ MODULE=pygtk - VERSION=2.15.2 - MAJOR=2.15 + VERSION=2.16.0 + MAJOR=2.16 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:14b1ce62d3a246a386feaaea74ef9de1dfcaa803 + SOURCE_VFY=sha1:b8998ca94841906e71b2475319bb47c841b188e8 WEB_SITE=http://www.pygtk.org ENTERED=20020726 - UPDATED=20090703 + UPDATED=20090829 SHORT="Python bindings for Gtk+-2" cat << EOF diff --git a/python/pygtk/PRE_BUILD b/python/pygtk/PRE_BUILD deleted file mode 100644 index 68b0a87..0000000 --- a/python/pygtk/PRE_BUILD +++ /dev/null @@ -1,6 +0,0 @@ -default_pre_build && - -# declare pygobject.h rogue so it doesn't get removed! -if [ -f $INSTALL_LOGS/pygtk2* ]; then - sedit "/\/usr\/include\/pygtk-2.0\/pygobject.h/d" $INSTALL_LOGS/pygtk2* -fi From brebs at lunar-linux.org Sat Aug 29 09:10:28 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 14:10:28 +0700 Subject: [Lunar-commits] pycairo: version bump to 1.8.8 Message-ID: <20090829071351.0E25A9B1F5@doppio.foo-projects.org> commit 49476aa18d1f33b08bdc907399237f43241f333c Author: Paul Bredbury Date: Sat Aug 29 14:10:28 2009 +0700 pycairo: version bump to 1.8.8 From NEWS: The PDF/PS/SVGSurface constructors now accept None as a filename. --- python/pycairo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pycairo/DETAILS b/python/pycairo/DETAILS index c3a1a20..df6dd5b 100644 --- a/python/pycairo/DETAILS +++ b/python/pycairo/DETAILS @@ -1,11 +1,11 @@ MODULE=pycairo - VERSION=1.8.0 + VERSION=1.8.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cairographics.org/releases/ - SOURCE_VFY=sha1:b9b50f4202b022365f30824459c2b39fb33e891f + SOURCE_VFY=sha1:b127ed59bd876ca0fe5d0cf0f69735835c599e9b WEB_SITE=http://cairographics.org/ ENTERED=20040506 - UPDATED=20090103 + UPDATED=20090829 SHORT="A multi-platform 2D vector graphics library" cat << EOF From brebs at lunar-linux.org Sat Aug 29 09:25:49 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 14:25:49 +0700 Subject: [Lunar-commits] pixman: version bump to 0.16.0 Message-ID: <20090829072846.253219B1F5@doppio.foo-projects.org> commit 95153335d32056cc459304c2ae5a829db73aab9b Author: Paul Bredbury Date: Sat Aug 29 14:25:49 2009 +0700 pixman: version bump to 0.16.0 Fixes: http://lists.cairographics.org/archives/cairo/2009-August/018042.html --- xorg7/lib/pixman/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/pixman/DETAILS b/xorg7/lib/pixman/DETAILS index 87bef65..386f7af 100644 --- a/xorg7/lib/pixman/DETAILS +++ b/xorg7/lib/pixman/DETAILS @@ -1,12 +1,12 @@ MODULE=pixman - VERSION=0.15.20 + VERSION=0.16.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:67a34a1fdc5431c9de5febd390057bdd9bb51df4 + SOURCE_VFY=sha1:7cf1f2261ba44b3c98cf3d2a32e9fd90b12ca19e MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20070809 - UPDATED=20090812 + UPDATED=20090829 SHORT="Low-level pixel manipulation routine library" cat << EOF From brebs at lunar-linux.org Sat Aug 29 12:36:06 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 17:36:06 +0700 Subject: [Lunar-commits] gnumeric: fix IS_SHEET_CONTROL_GUI assertion Message-ID: <20090829103721.24B3C9B1F7@doppio.foo-projects.org> commit 98d01c2bd4bcb606fb3003f5df33686dc596f3d0 Author: Paul Bredbury Date: Sat Aug 29 17:36:06 2009 +0700 gnumeric: fix IS_SHEET_CONTROL_GUI assertion Patch from https://bugs.launchpad.net/gnumeric/+bug/333139 --- gnome2/apps/gnumeric/BUILD | 9 +++++++++ gnome2/apps/gnumeric/DETAILS | 5 ++++- 2 files changed, 13 insertions(+), 1 deletions(-) diff --git a/gnome2/apps/gnumeric/BUILD b/gnome2/apps/gnumeric/BUILD new file mode 100644 index 0000000..c1a1e70 --- /dev/null +++ b/gnome2/apps/gnumeric/BUILD @@ -0,0 +1,9 @@ +( + + # https://bugs.launchpad.net/gnumeric/+bug/333139 + # Fixes: scg_edit_start: assertion `IS_SHEET_CONTROL_GUI (scg)' failed + patch_it $SOURCE2 0 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/gnome2/apps/gnumeric/DETAILS b/gnome2/apps/gnumeric/DETAILS index 7d08112..46caa7c 100644 --- a/gnome2/apps/gnumeric/DETAILS +++ b/gnome2/apps/gnumeric/DETAILS @@ -1,12 +1,15 @@ MODULE=gnumeric VERSION=1.8.4 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=gnumeric-1.8.4-is-sheet-control-gui.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/1.8/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:2d765b0d06509e0695c4d3ec96b94f8acba88735 + SOURCE2_VFY=sha1:4851b006116f0beb14abbb5f3837020bb36b7133 WEB_SITE=http://www.gnumeric.org ENTERED=20021224 - UPDATED=20090222 + UPDATED=20090829 SHORT="the GNOME spreadsheet application" cat << EOF From brebs at lunar-linux.org Sat Aug 29 13:42:14 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 18:42:14 +0700 Subject: [Lunar-commits] vorbis-tools: fix docdir Message-ID: <20090829114359.A37B19B1F7@doppio.foo-projects.org> commit 6561885656435f50e7dca2fad0d6427b033843de Author: Paul Bredbury Date: Sat Aug 29 18:42:14 2009 +0700 vorbis-tools: fix docdir No need to bump UPDATED. --- audio/vorbis-tools/BUILD | 15 ++++++++++++--- audio/vorbis-tools/DEPENDS | 8 ++++---- audio/vorbis-tools/DETAILS | 1 + 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/audio/vorbis-tools/BUILD b/audio/vorbis-tools/BUILD index 52b291f..c3cac25 100644 --- a/audio/vorbis-tools/BUILD +++ b/audio/vorbis-tools/BUILD @@ -1,6 +1,15 @@ ( -# This fixes the BUILD with curl-7.16.1. See https://trac.xiph.org/ticket/1136 -# This IMV is the easy way out instead of fiddling with uploading a patch, blah. - sedit "s:curl_easy_setopt(handle, CURLOPT_MUTE, 1);::" ogg123/http_transport.c && + + # This fixes the BUILD with curl-7.16.1. See https://trac.xiph.org/ticket/1136 + # This IMV is the easy way out instead of fiddling with uploading a patch, blah. + sedit "s:curl_easy_setopt(handle, CURLOPT_MUTE, 1);::" ogg123/http_transport.c && + + # Fix docdir + sedit "s:/doc/\${PACKAGE}:/doc/\${PACKAGE_NAME}:" configure && + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" ogg123/Makefile.in && + # Wouldn't it be nice if --with-docdir is respected? + OPTS+=" --with-docdir=/usr/share/doc/$MODULE" && + default_build + ) > $C_FIFO 2>&1 diff --git a/audio/vorbis-tools/DEPENDS b/audio/vorbis-tools/DEPENDS index d8eca37..b03eeac 100644 --- a/audio/vorbis-tools/DEPENDS +++ b/audio/vorbis-tools/DEPENDS @@ -1,6 +1,6 @@ -depends libvorbis && -depends libao && -depends curl && +depends libvorbis +depends libao +depends curl -optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils" && +optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils" optional_depends "speex" "" "--without-speex" "for voice manipulation" diff --git a/audio/vorbis-tools/DETAILS b/audio/vorbis-tools/DETAILS index f63b256..d19136b 100644 --- a/audio/vorbis-tools/DETAILS +++ b/audio/vorbis-tools/DETAILS @@ -7,6 +7,7 @@ ENTERED=20010922 UPDATED=20080316 SHORT="vorbis-tools contains tools to create and play Ogg Vorbis files." + cat << EOF Ogg Vorbis is a high-quality lossy audio codec which is free of intellectual property restrictions (like those surrounding MP3). These From brebs at lunar-linux.org Sat Aug 29 14:33:53 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 19:33:53 +0700 Subject: [Lunar-commits] libvorbis: fix docdir Message-ID: <20090829123429.F35439B1F7@doppio.foo-projects.org> commit 5110eacda92f7849a4edeb12b1af79a6e11f61d9 Author: Paul Bredbury Date: Sat Aug 29 19:33:53 2009 +0700 libvorbis: fix docdir No need to bump UPDATED. --- audio/libvorbis/BUILD | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/audio/libvorbis/BUILD b/audio/libvorbis/BUILD new file mode 100644 index 0000000..b8248d0 --- /dev/null +++ b/audio/libvorbis/BUILD @@ -0,0 +1,10 @@ +( + + # Fix docdir + sedit "/^docdir =/s/.*/docdir = \/usr\/share\/doc\/$MODULE/" doc/Makefile.in && + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/vorbisenc/Makefile.in && + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/vorbisfile/Makefile.in && + + default_build + +) > $C_FIFO 2>&1 From ratler at lunar-linux.org Sat Aug 29 14:24:31 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 29 Aug 2009 14:24:31 +0200 Subject: [Lunar-commits] openafs, openafs-driver: Bump to version 1.4.11 Message-ID: <20090829125316.330179B1F7@doppio.foo-projects.org> commit ed03e3f390b9bf9cab7a677dcb7fe32abe9cba3d Author: Stefan Wold Date: Sat Aug 29 14:24:31 2009 +0200 openafs, openafs-driver: Bump to version 1.4.11 --- filesys/openafs/DETAILS | 6 +++--- kernel/openafs-driver/BUILD | 5 ++--- kernel/openafs-driver/DETAILS | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/filesys/openafs/DETAILS b/filesys/openafs/DETAILS index fbbe810..47bb6ce 100644 --- a/filesys/openafs/DETAILS +++ b/filesys/openafs/DETAILS @@ -1,5 +1,5 @@ MODULE=openafs - VERSION=1.4.10 + VERSION=1.4.11 SOURCE=openafs-$VERSION-src.tar.bz2 SOURCE2=CellServDB SOURCE3=killafs-0.1 @@ -14,7 +14,7 @@ SOURCE5_URL=$PATCH_URL SOURCE6_URL=$PATCH_URL SOURCE7_URL=$PATCH_URL - SOURCE_VFY=sha1:760f1d294b4d6145dd8792d7c58ada35fa34469f + SOURCE_VFY=sha1:932c7830b747e944edd558f3dbac5636e367beb0 SOURCE3_VFY=sha1:5532084c54a79f77807ee8ae3cb09018b3e74c12 SOURCE4_VFY=sha1:39f94d3cf2a14d4db2c0ba86caafa28a094bf564 SOURCE5_VFY=sha1:58fe18e2952b848b4ec3e398ec668e05f33dbe6b @@ -22,7 +22,7 @@ SOURCE7_VFY=sha1:4f79505707bfffe482e2132fd1425f9a8d43f1f9 WEB_SITE=http://www.openafs.org/ ENTERED=20031216 - UPDATED=20090531 + UPDATED=20090829 MAINTAINER="ratler at lunar-linux.org" SHORT="A distributed filesystem" PSAFE=no diff --git a/kernel/openafs-driver/BUILD b/kernel/openafs-driver/BUILD index db9f2e4..f5de066 100644 --- a/kernel/openafs-driver/BUILD +++ b/kernel/openafs-driver/BUILD @@ -6,7 +6,7 @@ # Autoconf fix sedit 's;^AC_\(AIX\|MINIX\)$;;' acinclude.m4 && - ./regen.sh && + #./regen.sh && case `uname -r` in 2.6.*) @@ -33,7 +33,7 @@ ;; esac && - OPTS="$OPTS --with-linux-kernel-headers=/usr/src/linux" + OPTS+=" --with-linux-kernel-headers=/usr/src/linux" ./configure --prefix=/usr \ --sysconfdir=/etc \ @@ -45,4 +45,3 @@ prepare_install ) > $C_FIFO 2>&1 - diff --git a/kernel/openafs-driver/DETAILS b/kernel/openafs-driver/DETAILS index 35ad880..d5c489a 100644 --- a/kernel/openafs-driver/DETAILS +++ b/kernel/openafs-driver/DETAILS @@ -1,12 +1,12 @@ MODULE=openafs-driver - VERSION=1.4.10 + VERSION=1.4.11 SOURCE=openafs-$VERSION-src.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/openafs-$VERSION SOURCE_URL=http://www.openafs.org/dl/openafs/$VERSION/ - SOURCE_VFY=sha1:760f1d294b4d6145dd8792d7c58ada35fa34469f + SOURCE_VFY=sha1:932c7830b747e944edd558f3dbac5636e367beb0 WEB_SITE=http://www.openafs.org/ ENTERED=20031216 - UPDATED=20090531 + UPDATED=20090829 MAINTAINER="ratler at lunar-linux.org" SHORT="OpenAFS kernel module" PROFILE="yes" From ratler at lunar-linux.org Sat Aug 29 14:48:46 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 29 Aug 2009 14:48:46 +0200 Subject: [Lunar-commits] libfwbuilder, fwbuilder: Version bump to 3.0.6 Message-ID: <20090829125316.43D6D9B1F8@doppio.foo-projects.org> commit 944685c5e39ac6fee4261cd882f7773519e66eda Author: Stefan Wold Date: Sat Aug 29 14:48:46 2009 +0200 libfwbuilder, fwbuilder: Version bump to 3.0.6 --- libs/libfwbuilder/DETAILS | 6 +++--- security/fwbuilder/DETAILS | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/libfwbuilder/DETAILS b/libs/libfwbuilder/DETAILS index b8e9f97..dd81d9d 100644 --- a/libs/libfwbuilder/DETAILS +++ b/libs/libfwbuilder/DETAILS @@ -1,12 +1,12 @@ MODULE=libfwbuilder - VERSION=3.0.5 + VERSION=3.0.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/fwbuilder/ - SOURCE_VFY=sha1:16c146ce3b2b9a6409b57e0cbf726a1452ac0464 + SOURCE_VFY=sha1:d76ef78bf0169e2f9c4cccdfe82ef05e091e31cc WEB_SITE=http://www.fwbuilder.org/ MAINTAINER=ratler at lunar-linux.org ENTERED=20040730 - UPDATED=20090711 + UPDATED=20090829 SHORT="Library for fwbuilder" cat << EOF diff --git a/security/fwbuilder/DETAILS b/security/fwbuilder/DETAILS index cbd5e32..2059d2c 100644 --- a/security/fwbuilder/DETAILS +++ b/security/fwbuilder/DETAILS @@ -1,12 +1,12 @@ MODULE=fwbuilder - VERSION=3.0.5 + VERSION=3.0.6 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/fwbuilder/ - SOURCE_VFY=sha1:b7a8e198c975eb5a84c35fa49347061ff1457d59 + SOURCE_VFY=sha1:c1c4cf069ba35cbc1a377ba1b3572fab7e53ab97 WEB_SITE=http://www.fwbuilder.org/ MAINTAINER=ratler at lunar-linux.org ENTERED=20040730 - UPDATED=20090711 + UPDATED=20090829 SHORT="A firewall configuration and management tool" cat << EOF From ratler at lunar-linux.org Sat Aug 29 14:52:39 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Sat, 29 Aug 2009 14:52:39 +0200 Subject: [Lunar-commits] cronie: Version bump to 1.4.1 Message-ID: <20090829125316.5525F9B1F9@doppio.foo-projects.org> commit 626b217b6f83f98ce52e3658364336bc9739e4e9 Author: Stefan Wold Date: Sat Aug 29 14:52:39 2009 +0200 cronie: Version bump to 1.4.1 --- utils/cronie/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS index d9683a6..002086c 100644 --- a/utils/cronie/DETAILS +++ b/utils/cronie/DETAILS @@ -1,18 +1,18 @@ MODULE=cronie - VERSION=1.2 + VERSION=1.4.1 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE2=run-parts-0.2 SOURCE3=crontab-0.1 SOURCE_URL=http://people.su.se/~swold/cronie/ SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:efe291aec190b211f7a4cc50707a6cbb873c79d1 + SOURCE_VFY=sha1:6c6f7267fee94c55357bb019213cd4310375ee97 SOURCE2_VFY=sha1:94d6d2d782e088bd379991c2899054d01802baab SOURCE3_VFY=sha1:152be3e3a358d70eabe10957c3c6ba0651e5b7e9 MAINTAINER=ratler at lunar-linux.org WEB_SITE="https://fedorahosted.org/cronie" ENTERED=20080626 - UPDATED=20080730 + UPDATED=20090829 SHORT="Cron daemon for executing programs at set times" cat < postfix: version bumped to 2.6.5. Message-ID: <20090829141745.6FA799B1ED@doppio.foo-projects.org> commit 300ef01329c89561f046cb3bf9eca43232643f5c Author: Florin Braescu Date: Sat Aug 29 17:17:22 2009 +0300 postfix: version bumped to 2.6.5. Bugfixes release. --- mail/postfix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/DETAILS b/mail/postfix/DETAILS index 513c38c..0b5b692 100644 --- a/mail/postfix/DETAILS +++ b/mail/postfix/DETAILS @@ -1,11 +1,11 @@ MODULE=postfix - VERSION=2.6.4 + VERSION=2.6.5 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official - SOURCE_VFY=sha1:027bb58fb84847ea4035d0129f75d1d67ca3c003 + SOURCE_VFY=sha1:98b04c719869b4bd61bec8749e2d57a219eb69a7 WEB_SITE=http://www.postfix.org ENTERED=20020125 - UPDATED=20090826 + UPDATED=20090829 SHORT="MTA" cat << EOF From florin at lunar-linux.org Sat Aug 29 16:23:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 29 Aug 2009 17:23:03 +0300 Subject: [Lunar-commits] libburn: version bumped to 0.7.0. Message-ID: <20090829142340.30DB19B1ED@doppio.foo-projects.org> commit 1b71a5b7cbf7a9ccc88033fa7651f00982444dbb Author: Florin Braescu Date: Sat Aug 29 17:23:03 2009 +0300 libburn: version bumped to 0.7.0. This release of libburn fixes a bug with U3 memory sticks. It introduces new API calls to inquire the list of supported media of a drive, and an API call to reduce drive noise if no I/O is intended for a while. --- cd/libburn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libburn/DETAILS b/cd/libburn/DETAILS index c287927..05775b5 100644 --- a/cd/libburn/DETAILS +++ b/cd/libburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libburn - VERSION=0.6.8 + VERSION=0.7.0 SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:c496c9b72d53cd958eae08d46f27351f880f2164 + SOURCE_VFY=sha1:1594ca2ce23176fe65471c3c14008cf8e4312bed WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20090714 + UPDATED=20090829 SHORT="Library for writing optical media" cat << EOF From florin at lunar-linux.org Sat Aug 29 16:24:39 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 29 Aug 2009 17:24:39 +0300 Subject: [Lunar-commits] cups: version bumped to 1.4.0. Message-ID: <20090829142516.21F2D9B1ED@doppio.foo-projects.org> commit 78dfbc476ee1e467693733f81a73447733885f2c Author: Florin Braescu Date: Sat Aug 29 17:24:39 2009 +0300 cups: version bumped to 1.4.0. This release has over 67 changes and new features, including improved Bonjour/DNS-SD support, supply level and status reporting for network printers via SNMP, an improved Web interface, and the CUPS DDK tools. --- printer/cups/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/cups/DETAILS b/printer/cups/DETAILS index 181b815..fbc8af0 100644 --- a/printer/cups/DETAILS +++ b/printer/cups/DETAILS @@ -1,11 +1,11 @@ MODULE=cups - VERSION=1.3.11 + VERSION=1.4.0 SOURCE=$MODULE-$VERSION-source.tar.bz2 SOURCE_URL=ftp://ftp.easysw.com/pub/$MODULE/$VERSION - SOURCE_VFY=sha1:c8304ee8d631bb370fc10fc1fffbe8ebae413df2 + SOURCE_VFY=sha1:1180051f65316c80906bdb299402f3d5549aef51 WEB_SITE=http://www.cups.org ENTERED=20020218 - UPDATED=20090703 + UPDATED=20090829 SHORT="A portable printing layer" cat << EOF From florin at lunar-linux.org Sat Aug 29 16:28:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 29 Aug 2009 17:28:46 +0300 Subject: [Lunar-commits] wicd: version bumped to 1.6.2.1. Message-ID: <20090829142901.55A9B9B1ED@doppio.foo-projects.org> commit 285f2a7b5db4b52ef95dc8c84ec2fda45304cdf9 Author: Florin Braescu Date: Sat Aug 29 17:28:46 2009 +0300 wicd: version bumped to 1.6.2.1. Bugfixes. --- wifi/wicd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS index 8811bfa..651da2b 100644 --- a/wifi/wicd/DETAILS +++ b/wifi/wicd/DETAILS @@ -1,11 +1,11 @@ MODULE=wicd - VERSION=1.6.2 + VERSION=1.6.2.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:936a3c6bb05f284afcf5fd03ac0a72b2f212d31f + SOURCE_VFY=sha1:e96f3852a7ee4c2bbc1e1f19c38a5e0978c5cb41 WEBSITE=http://wicd.sourceforge.net ENTERED=20090309 - UPDATED=20090707 + UPDATED=20090829 SHORT="wireless/wired internet connection daemon" cat << EOF From brebs at lunar-linux.org Sat Aug 29 16:29:19 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 21:29:19 +0700 Subject: [Lunar-commits] MPlayer: fix configure options for amr Message-ID: <20090829143247.C5FEE9B1ED@doppio.foo-projects.org> commit 405d6f8fefbe5b312a8900173f92c6960a6f40a4 Author: Paul Bredbury Date: Sat Aug 29 21:29:19 2009 +0700 MPlayer: fix configure options for amr --- video/MPlayer/CONFIGURE | 2 +- video/MPlayer/DEPENDS | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/MPlayer/CONFIGURE b/video/MPlayer/CONFIGURE index 94e88f8..fb4fcdd 100644 --- a/video/MPlayer/CONFIGURE +++ b/video/MPlayer/CONFIGURE @@ -1,2 +1,2 @@ mquery MENCODER "Enable building of MEncoder?" y "" "--disable-mencoder" -mquery OSD "Enable OSD support?" y "--enable-menu" "" +mquery OSD "Enable OSD support?" y "--enable-menu" "--disable-menu" diff --git a/video/MPlayer/DEPENDS b/video/MPlayer/DEPENDS index 003ceb7..e2a0b37 100644 --- a/video/MPlayer/DEPENDS +++ b/video/MPlayer/DEPENDS @@ -18,8 +18,8 @@ optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlay optional_depends MPlayer-all "" "" "to install more foreign codecs" optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" -optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" -optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" +optional_depends amrnb "" "--disable-libopencore_amrnb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libopencore_amrwb" "AMR wideband support" optional_depends mpeg2dec "" "" "for mpeg-1 and mpeg-2 support" optional_depends live555 "" "--disable-live" "for RTP/RTCP, RTSP, SIP support" optional_depends x264-snapshot "--enable-x264" "--disable-x264" "for H264/AVC video stream support" From brebs at lunar-linux.org Sat Aug 29 16:37:45 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sat, 29 Aug 2009 21:37:45 +0700 Subject: [Lunar-commits] libxslt: fix docdir Message-ID: <20090829143828.E40199B1ED@doppio.foo-projects.org> commit c44dd767d5984f56507385065c84c9ca856ee4a3 Author: Paul Bredbury Date: Sat Aug 29 21:37:45 2009 +0700 libxslt: fix docdir No need to bump UPDATED. --- gnome2/platform/libxslt/BUILD | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/gnome2/platform/libxslt/BUILD b/gnome2/platform/libxslt/BUILD new file mode 100644 index 0000000..982959b --- /dev/null +++ b/gnome2/platform/libxslt/BUILD @@ -0,0 +1,10 @@ +( + + # Fix docdir + sedit "s:libxslt-\$(VERSION):libxslt:" doc/Makefile.in && + sedit "s:/doc/libxslt-python-\$(LIBXSLT_VERSION):/doc/libxslt-python:" python/Makefile.in && + sedit "s:/doc/libxslt-python-\$(LIBXSLT_VERSION):/doc/libxslt-python:" python/tests/Makefile.in && + + default_build + +) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Sat Aug 29 18:56:31 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 12:56:31 -0400 Subject: [Lunar-commits] graphviz: This BUILD change should account for arch differences, which explains Message-ID: <20090829165719.8C5529B1ED@doppio.foo-projects.org> commit 410114161960c3965c3bb61002a0c52efaa305ab Author: Dennis `stumbles` Veatch Date: Sat Aug 29 12:56:31 2009 -0400 graphviz: This BUILD change should account for arch differences, which explains why it was working fine on x86_64 but not on x86. --- graphics/graphviz/BUILD | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/graphics/graphviz/BUILD b/graphics/graphviz/BUILD index 5232e77..2c1e538 100644 --- a/graphics/graphviz/BUILD +++ b/graphics/graphviz/BUILD @@ -4,7 +4,9 @@ # This line takes care of the cannot find libperl.so rebuild that # happens on a lunar fix. - PERL_SO_PATH="`lvu from libperl.so | cut -c 6-57`" + PERL_MAJ_VER="`lvu version perl |cut -c 1`" + PERL_VER="`lvu version perl`" + PERL_SO_PATH="/usr/lib/perl$PERL_MAJ_VER/$PERL_VER/`arch`-linux-thread-multi/CORE/" # If you have R installed you will get the same type rebuild kick off because # libR.so cannot be found. R_SO_PATH="/usr/lib/R/lib " From stumbles at lunar-linux.org Sat Aug 29 20:02:50 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 14:02:50 -0400 Subject: [Lunar-commits] kipi-plugins4: Version bump. Message-ID: <20090829180255.7D28D9B1ED@doppio.foo-projects.org> commit a7acbcb0fc5d9b91ed5929704900edcbf67e41d7 Author: Dennis `stumbles` Veatch Date: Sat Aug 29 14:02:50 2009 -0400 kipi-plugins4: Version bump. --- kde4/utils/kipi-plugins4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/kipi-plugins4/DETAILS b/kde4/utils/kipi-plugins4/DETAILS index 4328f84..ce54ad3 100644 --- a/kde4/utils/kipi-plugins4/DETAILS +++ b/kde4/utils/kipi-plugins4/DETAILS @@ -1,13 +1,13 @@ MODULE=kipi-plugins4 - VERSION=0.5.0 + VERSION=0.6.0 SOURCE=kipi-plugins-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/kipi/kipi-plugins/$VERSION SOURCE_DIRECTORY=$BUILD_DIRECTORY/kipi-plugins-$VERSION - SOURCE_VFY=sha1:9eec9387ffc2164745adb443fe753d9158efb119 + SOURCE_VFY=sha1:52c63c50a74e12218ae455615fc7dd877de42f6b MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://extragear.kde.org/apps/kipi/#releases ENTERED=20090318 - UPDATED=20090724 + UPDATED=20090829 SHORT="KDE Image Plugin Interface for KDE4" cat << EOF From stumbles at lunar-linux.org Sat Aug 29 21:04:30 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 15:04:30 -0400 Subject: [Lunar-commits] gf2x: Adding to moonbase. Message-ID: <20090829190503.8D5BC9B1ED@doppio.foo-projects.org> commit f6df3865132da8ae0044a05e50add2102b6a2b84 Author: Dennis `stumbles` Veatch Date: Sat Aug 29 15:04:30 2009 -0400 gf2x: Adding to moonbase. --- libs/gf2x/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/libs/gf2x/DETAILS b/libs/gf2x/DETAILS new file mode 100644 index 0000000..aa08632 --- /dev/null +++ b/libs/gf2x/DETAILS @@ -0,0 +1,15 @@ + MODULE=gf2x + VERSION=0.9.5 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://gforge.inria.fr/frs/download.php/22129/ + SOURCE_VFY=sha1:13e8fc2f9b4310cbbcba09c3264201b368f7672a + WEB_SITE=http://gf2x.gforge.inria.fr/ + ENTERED=20090829 + UPDATED=20090829 + SHORT="routines for fast arithmetic" + +cat << EOF +gf2x is a C/C++ software package containing routines for fast +arithmetic in GF(2)[x] (multiplication, squaring, GCD) and +searching for irreducible/primitive trinomials. +EOF From stumbles at lunar-linux.org Sat Aug 29 21:04:49 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 15:04:49 -0400 Subject: [Lunar-commits] ntl: Version bump, adding an optional_depends and an adjustment to BUILD. Message-ID: <20090829190503.9A7A29B1F0@doppio.foo-projects.org> commit dce85ce54b190137f1ab1796feb5cb05e0184a36 Author: Dennis `stumbles` Veatch Date: Sat Aug 29 15:04:49 2009 -0400 ntl: Version bump, adding an optional_depends and an adjustment to BUILD. --- libs/ntl/BUILD | 1 + libs/ntl/DEPENDS | 2 ++ libs/ntl/DETAILS | 7 ++++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libs/ntl/BUILD b/libs/ntl/BUILD index 14c7248..c56c103 100644 --- a/libs/ntl/BUILD +++ b/libs/ntl/BUILD @@ -5,6 +5,7 @@ ./configure PREFIX=/usr \ NTL_STD_CXX=on \ NTL_GMP_LIP=on \ + SHARED=on \ $OPTS && default_make diff --git a/libs/ntl/DEPENDS b/libs/ntl/DEPENDS index e2b10a2..2a1d8cc 100644 --- a/libs/ntl/DEPENDS +++ b/libs/ntl/DEPENDS @@ -1 +1,3 @@ depends gmp + +optional_depends gf2x "NTL_GF2X_LIB=on" "NTL_GF2X_LIB=off" "for faster arithmetic support" diff --git a/libs/ntl/DETAILS b/libs/ntl/DETAILS index 45f0d5f..cecdbe5 100644 --- a/libs/ntl/DETAILS +++ b/libs/ntl/DETAILS @@ -1,13 +1,14 @@ MODULE=ntl - VERSION=5.4.1 + VERSION=5.5.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.shoup.net/$MODULE/ - SOURCE_VFY=sha1:3883a7a01f0acce2acf38566aa8e52a7c3438504 + SOURCE_VFY=sha1:b45e3858f7f351afeb7fbb831b256befc4892b06 WEB_SITE=http://www.shoup.net/$MODULE/doc/tour-intro.html ENTERED=20071008 - UPDATED=20071008 + UPDATED=20090829 SHORT="high-performance portable C++ library" +PSAFE=no cat << EOF NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers; for vectors, matrices, and From stumbles at lunar-linux.org Sat Aug 29 21:43:05 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 15:43:05 -0400 Subject: [Lunar-commits] raptor: Version bump. Message-ID: <20090829194358.48DD09B1ED@doppio.foo-projects.org> commit a08e9ac6b3dc3b38260ff0431400f4de74f6293a Author: Dennis `stumbles` Veatch Date: Sat Aug 29 15:43:05 2009 -0400 raptor: Version bump. --- libs/raptor/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/raptor/DETAILS b/libs/raptor/DETAILS index f9d6920..bbff734 100644 --- a/libs/raptor/DETAILS +++ b/libs/raptor/DETAILS @@ -1,12 +1,12 @@ MODULE=raptor - VERSION=1.4.18 + VERSION=1.4.19 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.librdf.org/source/ SOURCE_URL[1]=$SFORGE_URL/librdf/ - SOURCE_VFY=sha1:d55390a4242ad61f034291f1c854ab037e508272 + SOURCE_VFY=sha1:ddbd114dc57bd5f87724f8e880155a402aac79b6 WEB_SITE=http://librdf.org/$MODULE/ ENTERED=20040102 - UPDATED=20080725 + UPDATED=20090829 SHORT="C library that parses RDF syntaxes." cat << EOF From stumbles at lunar-linux.org Sat Aug 29 21:39:35 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 15:39:35 -0400 Subject: [Lunar-commits] libwpg: Version bump. Message-ID: <20090829194358.3CD3CF30AC@doppio.foo-projects.org> commit 9e5d6ade978a8cb254b745e85207899d635783c8 Author: Dennis `stumbles` Veatch Date: Sat Aug 29 15:39:35 2009 -0400 libwpg: Version bump. --- libs/libwpg/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libwpg/DETAILS b/libs/libwpg/DETAILS index 6d59353..0e3d73f 100644 --- a/libs/libwpg/DETAILS +++ b/libs/libwpg/DETAILS @@ -1,11 +1,11 @@ MODULE=libwpg - VERSION=0.1.2 + VERSION=0.1.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:06f4da8fcddaa1987c761f617c41724734e839fa + SOURCE_VFY=sha1:6d350eb0ad57b97499ef8335506f172b0c21375a WEB_SITE=http://libwpg.sourceforge.net/ ENTERED=20080318 - UPDATED=20080318 + UPDATED=20090829 SHORT="work with WordPerfect Graphics" cat << EOF From brebs at lunar-linux.org Sat Aug 29 21:45:03 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 02:45:03 +0700 Subject: [Lunar-commits] pmtools: rename acpixtract to acpixtract-pmtools, to prevent file conflict with iasl Message-ID: <20090829194640.DE0389B1ED@doppio.foo-projects.org> commit dde884e0d760c425db91c660fd5a8f86281f2062 Author: Paul Bredbury Date: Sun Aug 30 02:45:03 2009 +0700 pmtools: rename acpixtract to acpixtract-pmtools, to prevent file conflict with iasl /usr/bin/acpixtract from the iasl module is more up-to-date. --- utils/pmtools/BUILD | 9 +++++++-- utils/pmtools/DETAILS | 7 +++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/utils/pmtools/BUILD b/utils/pmtools/BUILD index 76ab3c3..e116212 100644 --- a/utils/pmtools/BUILD +++ b/utils/pmtools/BUILD @@ -2,9 +2,14 @@ sedit "s/acpixtract/acpixtract\ madt/" Makefile && sedit "s/^madt/all/" madt/Makefile && + make && prepare_install && - for DEST in acpi{dump,xtract} madt; do - install -m755 $DEST/$DEST /usr/bin/$DEST; done + + install -m755 acpidump/acpidump /usr/bin/ && + install -m755 madt/madt /usr/bin/ && + + # Renamed, to prevent conflict with /usr/bin/acpixtract from iasl module + install -m755 acpixtract/acpixtract /usr/bin/acpixtract-$MODULE ) > $C_FIFO 2>&1 diff --git a/utils/pmtools/DETAILS b/utils/pmtools/DETAILS index 4f35259..edf53a4 100644 --- a/utils/pmtools/DETAILS +++ b/utils/pmtools/DETAILS @@ -3,12 +3,15 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KERNEL_URL/pub/linux/kernel/people/lenb/acpi/utils SOURCE_VFY=sha1:8ecad7ae5ee9f78172ee5dcdccebf5e7bd1ceb22 + WEB_SITE=http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/ ENTERED=20070622 - UPDATED=20090213 + UPDATED=20090829 SHORT="power management test and investigation tools" cat << EOF acpidump - dumps a system's ACPI tables to an ASCII file -acpixtract - convert ASCII acpidump output to raw binary tables +acpixtract-pmtools - convert ASCII acpidump output to raw binary tables madt - parse the ACPI MADT + +/usr/bin/acpixtract has moved to the iasl module. EOF From brebs at lunar-linux.org Sat Aug 29 21:49:57 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 02:49:57 +0700 Subject: [Lunar-commits] iasl: version bump to 20090730 Message-ID: <20090829195033.007B49B1ED@doppio.foo-projects.org> commit c381bba2a2ad93efe40ab60990e7e93652548d89 Author: Paul Bredbury Date: Sun Aug 30 02:49:57 2009 +0700 iasl: version bump to 20090730 Fixing compilation of acpiexec. --- utils/iasl/BUILD | 21 +++++++++++++++------ utils/iasl/DETAILS | 6 +++--- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/utils/iasl/BUILD b/utils/iasl/BUILD index 57a205a..90c799d 100644 --- a/utils/iasl/BUILD +++ b/utils/iasl/BUILD @@ -1,12 +1,21 @@ ( - make -C compiler && -# make -C tools/acpiexec && - make -C tools/acpixtract && + # Have to "make clean" to make all executables compile, so have to + # move each executable out of the way before it is deleted by "make clean"! + mkdir exes && + cd compiler && make && mv iasl ../exes/ && make clean && + cd ../tools/acpiexec && make && mv acpiexec ../../exes/ && make clean && + cd ../acpisrc && make && mv acpisrc ../../exes/ && make clean && + cd ../acpixtract && make && mv acpixtract ../../exes/ && make clean && + cd ../.. && + prepare_install && - install -m 755 compiler/iasl /usr/bin && -# install -m 755 tools/acpiexec/acpiexec /usr/bin && - install -m 755 tools/acpixtract/acpixtract /usr/bin + install -m 755 exes/iasl /usr/bin/ && + install -m 755 exes/acpisrc /usr/bin/ && + install -m 755 exes/acpixtract /usr/bin/ && + install -m 755 exes/acpiexec /usr/bin/ && + + gather_docs changes.txt ) > $C_FIFO 2>&1 diff --git a/utils/iasl/DETAILS b/utils/iasl/DETAILS index 9ec78be..5a6d6a5 100644 --- a/utils/iasl/DETAILS +++ b/utils/iasl/DETAILS @@ -1,12 +1,12 @@ MODULE=iasl - VERSION=20090422 + VERSION=20090730 SOURCE=acpica-unix-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION SOURCE_URL=http://www.acpica.org/download/ - SOURCE_VFY=sha1:130145396b3b4e4af82612313929fec8ebf52d02 + SOURCE_VFY=sha1:5f83e9a47356cd756cb7e9b5f0f8b94b03f3abc6 WEB_SITE=http://www.acpica.org/ ENTERED=20071004 - UPDATED=20090502 + UPDATED=20090829 MODULE_LICENSE="other" SHORT="Intel ACPI build environment" PSAFE=no From brebs at lunar-linux.org Sun Aug 30 00:14:12 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 05:14:12 +0700 Subject: [Lunar-commits] dejavu-ttf: version bump to 2.30 Message-ID: <20090829221443.C8C139B1ED@doppio.foo-projects.org> commit d1088dc198da3b1006b657c7600d15f79226e826 Author: Paul Bredbury Date: Sun Aug 30 05:14:12 2009 +0700 dejavu-ttf: version bump to 2.30 --- fonts/dejavu-ttf/BUILD | 4 ++-- fonts/dejavu-ttf/DETAILS | 6 +++--- fonts/dejavu-ttf/POST_INSTALL | 2 +- fonts/dejavu-ttf/PRE_BUILD | 1 - 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fonts/dejavu-ttf/BUILD b/fonts/dejavu-ttf/BUILD index fc1f50f..de4187a 100644 --- a/fonts/dejavu-ttf/BUILD +++ b/fonts/dejavu-ttf/BUILD @@ -1,6 +1,6 @@ ( - DEJ=/usr/share/fonts/dejavu-ttf + DEJ=/usr/share/fonts/dejavu-ttf && prepare_install && @@ -10,7 +10,7 @@ if [ -d old.libraries ] ; then rmdir old.libraries - fi && + fi && cp -f $SOURCE_DIRECTORY/ttf/* $DEJ && cd $DEJ && diff --git a/fonts/dejavu-ttf/DETAILS b/fonts/dejavu-ttf/DETAILS index 6a1eae7..6882c55 100644 --- a/fonts/dejavu-ttf/DETAILS +++ b/fonts/dejavu-ttf/DETAILS @@ -1,12 +1,12 @@ MODULE=dejavu-ttf - VERSION=2.29 + VERSION=2.30 SOURCE=dejavu-fonts-ttf-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/dejavu-fonts-ttf-$VERSION SOURCE_URL=$SFORGE_URL/dejavu - SOURCE_VFY=sha1:cf208ec13353bb08310612e48c89cd0974480194 + SOURCE_VFY=sha1:3a09830033f74be6e370155410091f76193f5528 WEB_SITE=http://dejavu.sourceforge.net ENTERED=20060711 - UPDATED=20090503 + UPDATED=20090830 ARCHIVE=off SHORT="font family based on the Bitstream Vera Fonts" diff --git a/fonts/dejavu-ttf/POST_INSTALL b/fonts/dejavu-ttf/POST_INSTALL index bf76680..aa74b26 100644 --- a/fonts/dejavu-ttf/POST_INSTALL +++ b/fonts/dejavu-ttf/POST_INSTALL @@ -1,2 +1,2 @@ -message "Running fc-cache please be patient" && +message "Running fc-cache, please be patient" && fc-cache -f diff --git a/fonts/dejavu-ttf/PRE_BUILD b/fonts/dejavu-ttf/PRE_BUILD deleted file mode 100644 index d01edc1..0000000 --- a/fonts/dejavu-ttf/PRE_BUILD +++ /dev/null @@ -1 +0,0 @@ -unpack $SOURCE From stumbles at lunar-linux.org Sun Aug 30 02:45:54 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 20:45:54 -0400 Subject: [Lunar-commits] gtk+-2: Version bump. Message-ID: <20090830004641.E0F279B1ED@doppio.foo-projects.org> commit 69b80a761d20865ad525a45dad028ca847027d28 Author: Dennis `stumbles` Veatch Date: Sat Aug 29 20:45:54 2009 -0400 gtk+-2: Version bump. --- graphics/gtk+-2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index c7e4bf9..a4e9d31 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -1,14 +1,14 @@ MODULE=gtk\+-2 - VERSION=16.5 + VERSION=16.6 MAJOR=2.16 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR - SOURCE_VFY=sha1:4482e698730c8ea88239512a49306dc27a661145 + SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 WEB_SITE=http://www.gtk.org ENTERED=20020313 - UPDATED=20090718 + UPDATED=20090829 SHORT="A multi-platform toolkit for creating GUIs" cat << EOF From stumbles at lunar-linux.org Sun Aug 30 02:49:22 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 29 Aug 2009 20:49:22 -0400 Subject: [Lunar-commits] seamonkey: Adjusting the BUILD so it will stop fighting with firefox Message-ID: <20090830005003.4B5429B1ED@doppio.foo-projects.org> commit e8a6e5a6f6348f8d50364951cb7a0617d60c29af Author: Dennis `stumbles` Veatch Date: Sat Aug 29 20:49:22 2009 -0400 seamonkey: Adjusting the BUILD so it will stop fighting with firefox over libnullplugin.so. --- web/seamonkey/BUILD | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/seamonkey/BUILD b/web/seamonkey/BUILD index 6eb31d9..510fcab 100644 --- a/web/seamonkey/BUILD +++ b/web/seamonkey/BUILD @@ -79,12 +79,12 @@ cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/seamonkey-$VERSION/nss && # Install the plugins in the right directories - mkdir -p /opt/lunar/plugins && + mkdir -p /opt/lunar/plugins/seamonkey-$VERSION && for plugin in `ls /usr/lib/seamonkey-$VERSION/plugins`; do - `install -m755 /usr/lib/seamonkey-$VERSION/plugins/$plugin /opt/lunar/plugins`; done && + `install -m755 /usr/lib/seamonkey-$VERSION/plugins/$plugin /opt/lunar/plugins/seamonkey-$VERSION`; done && rm -rf /usr/lib/seamonkey-$VERSION/plugins && - ln -snf /opt/lunar/plugins /usr/lib/seamonkey-$VERSION/plugins && + ln -snf /opt/lunar/plugins/seamonkey-$VERSION /usr/lib/seamonkey-$VERSION/plugins && # Now the .desktop file and the icon mkdir -p /usr/share/applications /usr/share/pixmaps && From florin at lunar-linux.org Sun Aug 30 08:06:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 30 Aug 2009 09:06:32 +0300 Subject: [Lunar-commits] mtools: version bumped to 4.0.11. Message-ID: <20090830060707.E98519B1ED@doppio.foo-projects.org> commit 66ca3ce1fe9615de7621adb13194c016b4ba5621 Author: Florin Braescu Date: Sun Aug 30 09:06:32 2009 +0300 mtools: version bumped to 4.0.11. Bugfixes release. --- filesys/mtools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filesys/mtools/DETAILS b/filesys/mtools/DETAILS index bc2e9f7..ee195c9 100644 --- a/filesys/mtools/DETAILS +++ b/filesys/mtools/DETAILS @@ -1,11 +1,11 @@ MODULE=mtools - VERSION=4.0.10 + VERSION=4.0.11 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.tux.org/pub/knaff/mtools - SOURCE_VFY=sha1:37b06d5a9b59ba83d288f4da60c56d697ad2ed84 + SOURCE_VFY=sha1:c21a2128a72d3115c1fd5dc2f5d487105ef8db9c WEB_SITE=http://mtools.linux.lu ENTERED=20010922 - UPDATED=20090312 + UPDATED=20090830 SHORT="Utilities to access MS-DOS disks without mounting them" cat << EOF From brebs at lunar-linux.org Sun Aug 30 09:24:25 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 14:24:25 +0700 Subject: [Lunar-commits] gtk+-2: compatibility with jpeg 7 Message-ID: <20090830072545.08B5E9B1ED@doppio.foo-projects.org> commit 581c7226d9240e4e1e2a1e7401b7a23c7b9c0a1a Author: Paul Bredbury Date: Sun Aug 30 14:24:25 2009 +0700 gtk+-2: compatibility with jpeg 7 For those brave souls who have upgraded to jpeg 7 already. --- graphics/gtk+-2/BUILD | 12 +++++++++++- graphics/gtk+-2/DETAILS | 5 ++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 3c7451c..1058b15 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -1,8 +1,18 @@ ( + if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then + # Is 7.0 API, rather than old version 6b + # Old patch: http://repos.archlinux.org/viewvc.cgi/gtk2/repos/extra-i686/ + # Fixes blurry jpegs: http://bugzilla.gnome.org/show_bug.cgi?id=588740 + # http://bugs.gentoo.org/show_bug.cgi?id=282744 + # Info: http://bbs.archlinux.org/viewtopic.php?id=75529 + # Original fix: sedit "s:cinfo->scale_denom <= 8:cinfo->scale_denom <= 16:" gdk-pixbuf/io-jpeg.c + patch_it $SOURCE2 0 + fi && + if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP - OPTS="$OPTS --with-xinput=yes --enable-debug=no" + OPTS+=" --with-xinput=yes --enable-debug=no" fi && default_build diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index a4e9d31..73ad038 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -2,11 +2,14 @@ VERSION=16.6 MAJOR=2.16 SOURCE=$MODULE.$VERSION.tar.bz2 + SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 - WEB_SITE=http://www.gtk.org + SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b + WEB_SITE=http://www.gtk.org/ ENTERED=20020313 UPDATED=20090829 SHORT="A multi-platform toolkit for creating GUIs" From brebs at lunar-linux.org Sun Aug 30 12:43:39 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 17:43:39 +0700 Subject: [Lunar-commits] alienarena: correct file names & locations Message-ID: <20090830104723.A32E49B1F0@doppio.foo-projects.org> commit 6d8c1e4f5fbb0dcf36df0f61927cc5b1d9f03f26 Author: Paul Bredbury Date: Sun Aug 30 17:43:39 2009 +0700 alienarena: correct file names & locations Using /usr/games, /usr/share/games and /usr/lib. And using sane executable filenames, rather than the legacy crx and crded. --- games/alienarena/BUILD | 62 +++++++++++++++++++++++++++++++--------------- games/alienarena/DETAILS | 10 +++--- 2 files changed, 47 insertions(+), 25 deletions(-) diff --git a/games/alienarena/BUILD b/games/alienarena/BUILD index 2b4c187..fac5243 100644 --- a/games/alienarena/BUILD +++ b/games/alienarena/BUILD @@ -1,34 +1,56 @@ ( - INST_DIR="/usr/games/${MODULE}" + DATADIR="/usr/share/games/$MODULE" && + LIBDIR="/usr/lib/$MODULE" && - # Remove some pre-compiled libs - rm {arena,data1}/game.so && + # Remove some pre-compiled libs, to ensure they are recompiled + rm crx crded {arena,data1}/game.so && - cd source && - default_make && + cd source && - if [ ! -d $INST_DIR ]; then - mkdir -p $INST_DIR - fi && + # Lunar isn't multilib + sedit "s:lib64:lib:" Makefile && - cd $SOURCE_DIRECTORY - # opengl seems more stable, but may vary - install -D -m755 crx ${INST_DIR}/ && - install -D -m755 crded ${INST_DIR}/ && + # Using ARCH=unknown, to prevent Makefile from setting -march flag + make \ + PREFIX=/usr WITH_DATADIR=yes WITH_LIBDIR=yes ARCH=unknown \ + DATADIR="$DATADIR" \ + LIBDIR="$LIBDIR" && - # Data files (can contain spaces) + prepare_install && + + mkdir -p /usr/games $DATADIR $LIBDIR && + + # OpenGL seems more stable than SDL, but may vary. + # These are sane executable filenames. + install -D -m755 release/crx /usr/games/${MODULE} && + install -D -m755 release/crded /usr/games/${MODULE}-ded && + install -D -m755 release/arena/game.so $LIBDIR/arena/game.so && + + # Data files (might contain spaces) + cd .. && find arena botinfo data1 -type f | while read i ; do - install -D -m644 "$i" "${INST_DIR}/$i" + install -D -m644 "$i" "${DATADIR}/$i" done && - # Desktop entry + # Desktop icon install -D -m644 aa.png /usr/share/pixmaps/${MODULE}.png && -# install -D -m644 $startdir/src/${pkgname}.desktop /usr/share/applications/${MODULE}.desktop && - prepare_install && - - cp -R $SOURCE_DIRECTORY/* $INST_DIR && - gather_docs docs + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=Alien Arena +Comment=Multiplayer retro sci-fi deathmatch +Exec=$MODULE +Icon=$MODULE +Categories=Game;ActionGame; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop && + + mv docs/{license,README}.txt . && + rm -r docs && + gather_docs *.txt ) > $C_FIFO 2>&1 diff --git a/games/alienarena/DETAILS b/games/alienarena/DETAILS index d88cd91..8e749b2 100644 --- a/games/alienarena/DETAILS +++ b/games/alienarena/DETAILS @@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$MOD SOURCE_VFY=sha1:e3ec358f1e2eac4662bfe7524c53a0e023388816 WEB_SITE=http://red.planetarena.org ENTERED=20080606 - UPDATED=20090620 + UPDATED=20090830 SHORT="FPS freeware online deathmatch game" cat << EOF @@ -17,14 +17,14 @@ With over 30 levels, seven modes of play, loads of mutators, built-in bots, supply of replayability. Using the CRX engine, which is based on the Id GPL source code, AA2K7 now -includes modern effects such as real time vertex lighting and shadows, +includes modern effects such as real-time vertex lighting and shadows, lensflares, light blooms, reflective water, textured particles, stainmaps, 32 bit color, shaders, fog, and much more. -Built into the game is a easy to use server browser which allows the user to +Built into the game is an easy-to-use server browser which allows the user to query information about each server. CRX features rewards systems, as well as colored player names, winner podiums, and weapons stats. The best thing about -the CRX engine however, is it's netcode and speed. Even on a modest system, +the CRX engine however, is its netcode and speed. Even on a modest system, you will get excellent framerates, and movement is still extremely smooth and -fast, even on high ping servers +fast, even on high-ping servers. EOF From brebs at lunar-linux.org Sun Aug 30 13:28:16 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 18:28:16 +0700 Subject: [Lunar-commits] libogg: version bump to 1.1.4 Message-ID: <20090830112904.4E2129B1F0@doppio.foo-projects.org> commit 35d277da46818ec95265ee19069f75da85aa664e Author: Paul Bredbury Date: Sun Aug 30 18:28:16 2009 +0700 libogg: version bump to 1.1.4 From CHANGES doc: Version 1.1.4 (2009 June 24) * New async error reporting mechanism. Calls made after a fatal error are now safely handled in the event an error code is ignored * Added allocation checks useful to some embedded applications * fix possible read past end of buffer when reading 0 bits * Updates to API documentation * Build fixes --- audio/libogg/BUILD | 9 +++++++++ audio/libogg/DETAILS | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/audio/libogg/BUILD b/audio/libogg/BUILD new file mode 100644 index 0000000..6f31083 --- /dev/null +++ b/audio/libogg/BUILD @@ -0,0 +1,9 @@ +( + + # Fix docdir + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/Makefile.in && + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/libogg/Makefile.in && + + default_build + +) > $C_FIFO 2>&1 diff --git a/audio/libogg/DETAILS b/audio/libogg/DETAILS index c51f257..5920d16 100644 --- a/audio/libogg/DETAILS +++ b/audio/libogg/DETAILS @@ -1,15 +1,15 @@ MODULE=libogg - VERSION=1.1.3 + VERSION=1.1.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://downloads.xiph.org/releases/ogg/ - SOURCE_VFY=sha1:a3e495a8baf6939efad7e0bd11cc0e466838c3db + SOURCE_VFY=sha1:868ace372004cf303231b954c60a836acbd71065 WEB_SITE=http://www.xiph.org/ogg ENTERED=20010922 - UPDATED=20041128 + UPDATED=20090830 SHORT="bitstream and framing library for the Ogg project" cat << EOF libogg is the bitstream and framing library for the Ogg project. It -provides functions which are necessary to codec libraries like +provides functions which are necessary for codec libraries like libvorbis. EOF From tchan at lunar-linux.org Sun Aug 30 17:12:13 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 30 Aug 2009 10:12:13 -0500 Subject: [Lunar-commits] git: Version bump to 1.6.4.2 Message-ID: <20090830151225.575039B1F7@doppio.foo-projects.org> commit 462d7c4f7e9f48fcfbe4cb5f2ed72215ad826321 Author: Terry Chan Date: Sun Aug 30 10:12:13 2009 -0500 git: Version bump to 1.6.4.2 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index e1359fa..61dbd7b 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.4.1 + VERSION=1.6.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:1b1378d2a457d9bbccca92d7adb78a4afa5157c5 - SOURCE2_VFY=sha1:fdab7acc88d11510f9e44f44e101f3aa43920d8e + SOURCE_VFY=sha1:75f8cda28a981f80c96710c18525f7adc42a8bc8 + SOURCE2_VFY=sha1:b9454a5776cf677aac9bad83f5fe9fb14e048132 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20090822 + UPDATED=20090830 SHORT="Fast version control system" PSAFE=no From brebs at lunar-linux.org Sun Aug 30 18:24:52 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 23:24:52 +0700 Subject: [Lunar-commits] mpd: version bump to 0.15.3 Message-ID: <20090830162554.E384C9B1F7@doppio.foo-projects.org> commit f7644ef65764fa13de6be076410c113379fd8660 Author: Paul Bredbury Date: Sun Aug 30 23:24:52 2009 +0700 mpd: version bump to 0.15.3 From http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki Improves update speed and fixes an audio stuttering bug. --- audio/mpd/BUILD | 4 ++-- audio/mpd/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/mpd/BUILD b/audio/mpd/BUILD index 0bb2299..aa746c9 100644 --- a/audio/mpd/BUILD +++ b/audio/mpd/BUILD @@ -1,7 +1,7 @@ ( - INVALID_DTD="docbook/dtd/xml/4.2/docbookx.dtd" - CORRECT_DTD="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" + INVALID_DTD="docbook/dtd/xml/4.2/docbookx.dtd" && + CORRECT_DTD="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" && sedit "s@$INVALID_DTD@$CORRECT_DTD at g" doc/protocol.xml && diff --git a/audio/mpd/DETAILS b/audio/mpd/DETAILS index ba6df13..2f44ab4 100644 --- a/audio/mpd/DETAILS +++ b/audio/mpd/DETAILS @@ -1,11 +1,11 @@ MODULE=mpd - VERSION=0.15.2 + VERSION=0.15.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/musicpd/ - SOURCE_VFY=sha1:184ece57bb880dda9542fdb207fd43298b369373 + SOURCE_VFY=sha1:f53f984d8ffcc58d83268f30afb11b8342118d22 WEB_SITE=http://musicpd.org/ ENTERED=20060421 - UPDATED=20090816 + UPDATED=20090830 SHORT="Music player daemon" cat << EOF From brebs at lunar-linux.org Sun Aug 30 18:50:35 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Sun, 30 Aug 2009 23:50:35 +0700 Subject: [Lunar-commits] libusb: version bump to 1.0.3 Message-ID: <20090830165158.EA8549B1F7@doppio.foo-projects.org> commit 7b4ed66e5d801766d7870a84909e45acf3622cd7 Author: Paul Bredbury Date: Sun Aug 30 23:50:35 2009 +0700 libusb: version bump to 1.0.3 From NEWS file: 2009-08-27: v1.0.3 release * Bug fixes * Add libusb_get_max_iso_packet_size() --- libs/libusb/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libusb/DETAILS b/libs/libusb/DETAILS index 7a0fcdb..34bdd9f 100644 --- a/libs/libusb/DETAILS +++ b/libs/libusb/DETAILS @@ -1,16 +1,16 @@ MODULE=libusb MAJOR=1.0 - MINOR=2 + MINOR=3 VERSION=$MAJOR.$MINOR SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE-$MAJOR/$VERSION/ - SOURCE_VFY=sha1:704a964bbdf5173a9eaedba2ccc486184652c2de - WEB_SITE=http://libusb.sourceforge.net/ + SOURCE_VFY=sha1:d492c7f1c3f2cffcfc5d55f282a3899692662485 + WEB_SITE=http://www.libusb.org/ ENTERED=20021008 - UPDATED=20090812 + UPDATED=20090830 SHORT="A generic USB layer library" cat << EOF -LibUSB is a library for use by user level applications to access USB +LibUSB is a library for use by user-level applications to access USB devices regardless of OS. EOF From stumbles at lunar-linux.org Sun Aug 30 22:39:23 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 30 Aug 2009 16:39:23 -0400 Subject: [Lunar-commits] jpeg: Version bump. If not doing a "lunar update", you will want to do a Message-ID: <20090830204149.51F279B1F7@doppio.foo-projects.org> commit fa1db0db80d09f29bd773305a40c6938c5856570 Author: Dennis `stumbles` Veatch Date: Sun Aug 30 16:39:23 2009 -0400 jpeg: Version bump. If not doing a "lunar update", you will want to do a "lunar fix". The patch was removed. Most of it had failed hunks, and the few that did not or had some fuzz caused the make to fail. The following modules relined successfully; tiff lcms libmng cups jasper fltk gtk+-2 netpbm gd ghostscript devil graphviz imlib2 kdelibs4 xine-lib eet xulrunner kdebase4-runtime libgphoto2 gphoto2 gpsd xplanet php5 djvulibre sane-backends poppler libvncserver kdegraphics4 kdenetwork4 gst-plugins-good webkit xscreensaver nss libopenraw gegl gimp xfig libwmf ufraw openMotif ImageMagick DirectFB povray seamonkey GraphicsMagick wxGTK mjpegtools libquicktime gpac emacs pil gst-plugins-bad libgeotiff dvdauthor vigra transcode libpano13 MPlayer vlc opencv gdal abiword firefox pstoedit enblend-enfuse kipi-plugins4 gutenprint links kphotoalbum koffice4 hpijs dvgrab digikam4 calibre celestia-gtk alienarena motion rawstudio --- graphics/jpeg/BUILD | 8 +------- graphics/jpeg/DETAILS | 11 ++++------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/graphics/jpeg/BUILD b/graphics/jpeg/BUILD index 20fabdf..fad7ab5 100644 --- a/graphics/jpeg/BUILD +++ b/graphics/jpeg/BUILD @@ -1,15 +1,9 @@ ( - cp /usr/share/automake/config.sub $SOURCE_DIRECTORY && bad_flags -malign-double - OPTS="$OPTS --enable-shared --enable-static --enable-maxmem=64" - # Apply patchset - unpack $SOURCE2 && - for i in jpeg-patches/*; do - patch_it $i 1 - done && + OPTS+=" --enable-shared --enable-static --enable-maxmem=64" default_build diff --git a/graphics/jpeg/DETAILS b/graphics/jpeg/DETAILS index 0327ce2..428cbdc 100644 --- a/graphics/jpeg/DETAILS +++ b/graphics/jpeg/DETAILS @@ -1,14 +1,11 @@ MODULE=jpeg - VERSION=6b + VERSION=7 SOURCE=${MODULE}src.v$VERSION.tar.gz - SOURCE2=$MODULE-patches-0.1.tar.bz2 - SOURCE_URL=ftp://ftp.uu.net/graphics/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:7079f0d6c42fad0cfba382cf6ad322add1ace8f9 - SOURCE2_VFY=sha1:bebf6de61cae5ccedfc05897687fd6edbe8cbd6d + SOURCE_URL=http://www.ijg.org/files/ + SOURCE_VFY=sha1:88cced0fc3dbdbc82115e1d08abce4e9d23a4b47 WEB_SITE=http://www.ijg.org/ ENTERED=20010922 - UPDATED=20061202 + UPDATED=20090830 SHORT="A library that supports the JPEG image format" cat << EOF From brebs at lunar-linux.org Sun Aug 30 23:29:50 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Mon, 31 Aug 2009 04:29:50 +0700 Subject: [Lunar-commits] SDL: fix crackling audio Message-ID: <20090830213222.1674D9B1F7@doppio.foo-projects.org> commit c55654be2a4dedba068c07a0db7352ded9387afe Author: Paul Bredbury Date: Mon Aug 31 04:29:50 2009 +0700 SDL: fix crackling audio Works for me, with d2x-rebirth: http://www.dxx-rebirth.com/smf/index.php?topic=591 (2nd page) --- graphics/SDL/BUILD | 10 ++++++++++ graphics/SDL/DETAILS | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/graphics/SDL/BUILD b/graphics/SDL/BUILD new file mode 100644 index 0000000..7f72ffa --- /dev/null +++ b/graphics/SDL/BUILD @@ -0,0 +1,10 @@ +( + + # Fixes crackling after OGG music loops in d2x-rebirth + # http://www.dxx-rebirth.com/smf/index.php?topic=591 (2nd page) + # http://bugzilla.libsdl.org/show_bug.cgi?id=649 + OPTS+=" --disable-assembly" && + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/SDL/DETAILS b/graphics/SDL/DETAILS index b0d911f..603d1dc 100644 --- a/graphics/SDL/DETAILS +++ b/graphics/SDL/DETAILS @@ -6,7 +6,7 @@ SOURCE_VFY=sha1:51fcaa3e1d5c01fd813ea08688780f86b19cf539 WEB_SITE=http://www.libsdl.org ENTERED=20010922 - UPDATED=20080105 + UPDATED=20090830 SHORT="A portable game library for low-level access to hardware" cat << EOF From stumbles at lunar-linux.org Sun Aug 30 23:31:00 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 30 Aug 2009 17:31:00 -0400 Subject: [Lunar-commits] podofo: Altering the BUILD so the make does not fail on some Message-ID: <20090830213230.A1BD79B1F7@doppio.foo-projects.org> commit a68a32ec134eae26f5c501bc32c35d25a579b62f Author: Dennis `stumbles` Veatch Date: Sun Aug 30 17:31:00 2009 -0400 podofo: Altering the BUILD so the make does not fail on some undefined references to liblua.so. --- doc-tools/podofo/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc-tools/podofo/BUILD b/doc-tools/podofo/BUILD index ce1ad65..61b320b 100644 --- a/doc-tools/podofo/BUILD +++ b/doc-tools/podofo/BUILD @@ -2,6 +2,8 @@ . /etc/profile.d/qt4.rc + LDFLAGS="-ldl" + PODOFO_BUILD_DIR="$SOURCE_DIRECTORY/podofo-build" mkdir $PODOFO_BUILD_DIR && From stumbles at lunar-linux.org Mon Aug 31 01:58:46 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 30 Aug 2009 19:58:46 -0400 Subject: [Lunar-commits] smplayer: Version bump. Message-ID: <20090830235848.E9CF19B1F7@doppio.foo-projects.org> commit b44e2cef342a0d4105a5fa066891bd40a1fa6458 Author: Dennis `stumbles` Veatch Date: Sun Aug 30 19:58:46 2009 -0400 smplayer: Version bump. --- video/smplayer/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/smplayer/DETAILS b/video/smplayer/DETAILS index c880a68..2d265c8 100644 --- a/video/smplayer/DETAILS +++ b/video/smplayer/DETAILS @@ -1,12 +1,12 @@ MODULE=smplayer - VERSION=0.6.7 + VERSION=0.6.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:20686ef1675191587dbe70344b55a8f691769378 + SOURCE_VFY=sha1:0f7d53babe1fd71ea9eddb448622d112495242e7 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://smplayer.sourceforge.net/ ENTERED=20090311 - UPDATED=20090311 + UPDATED=20090830 SHORT="the complete front-end for MPlayer" cat << EOF From stumbles at lunar-linux.org Mon Aug 31 02:29:32 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 30 Aug 2009 20:29:32 -0400 Subject: [Lunar-commits] mlt: Need to add the sox optional_depends. For now say "n" as I have yet Message-ID: <20090831003024.EC4659B1F7@doppio.foo-projects.org> commit b3cb92621100975bd3fbfdc22e23d4bd56e6a77e Author: Dennis `stumbles` Veatch Date: Sun Aug 30 20:29:32 2009 -0400 mlt: Need to add the sox optional_depends. For now say "n" as I have yet to find a solution; aside from a sox downgrade. --- video/mlt/BUILD | 3 ++- video/mlt/DEPENDS | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/video/mlt/BUILD b/video/mlt/BUILD index 88683ff..7df095d 100644 --- a/video/mlt/BUILD +++ b/video/mlt/BUILD @@ -1,6 +1,7 @@ ( - OPTS+=" --enable-gpl --avformat-swscale" + OPTS+=" --enable-gpl --avformat-swscale --cpu=$CPU" + default_build ) > $C_FIFO 2>&1 diff --git a/video/mlt/DEPENDS b/video/mlt/DEPENDS index 14b7e0f..7f75e7d 100644 --- a/video/mlt/DEPENDS +++ b/video/mlt/DEPENDS @@ -1 +1,3 @@ depends ffmpeg + +optional_depends sox "--enable-sox" "--disable-sox" "for sox support" From florin at lunar-linux.org Mon Aug 31 06:09:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 31 Aug 2009 07:09:04 +0300 Subject: [Lunar-commits] xfsprogs: version bumped to 3.0.3. Message-ID: <20090831040937.BE1459B1F7@doppio.foo-projects.org> commit fdd3af22257e87b6abe3655e1b0ad30711d5ad08 Author: Florin Braescu Date: Mon Aug 31 07:09:04 2009 +0300 xfsprogs: version bumped to 3.0.3. Changes: - Fix unaligned accesses in libxfs. - Various small fixes to xfs_db, xfs_repair and xfs_io. - Add fallocate command to xfs_io. - Enable readline support in xfs_io and xfs_quota. - Allow log sizes up to 2GiB (minus 1 byte) in xfs_mkfs. - Open the block device in xfs_repair exclusively. --- filesys/xfsprogs/BUILD | 2 +- filesys/xfsprogs/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesys/xfsprogs/BUILD b/filesys/xfsprogs/BUILD index af9d88f..77fbf2c 100644 --- a/filesys/xfsprogs/BUILD +++ b/filesys/xfsprogs/BUILD @@ -2,7 +2,7 @@ export DEBUG=-DNDEBUG - default_make && + default_make && make install-dev ) > $C_FIFO 2>&1 diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS index 28cccc3..b154f32 100644 --- a/filesys/xfsprogs/DETAILS +++ b/filesys/xfsprogs/DETAILS @@ -1,13 +1,13 @@ MODULE=xfsprogs - VERSION=3.0.1 + VERSION=3.0.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars - SOURCE_VFY=sha1:0961049eb2756765dd926c3ed13cb0b5bf8268d0 + SOURCE_VFY=sha1:621653d73227c5c273f0dd8972998b4c8dad3eb1 WEB_SITE=http://oss.sgi.com/projects/xfs ENTERED=20020110 - UPDATED=20090506 + UPDATED=20090831 PSAFE=no SHORT="Required utilities for the XFS file system" From florin at lunar-linux.org Mon Aug 31 06:27:40 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 31 Aug 2009 07:27:40 +0300 Subject: [Lunar-commits] f-spot: version bumped to 0.6.1.0. Message-ID: <20090831042801.633779B1F7@doppio.foo-projects.org> commit 306b3e2f00386e7d16616d3929d2bd53ef925bf1 Author: Florin Braescu Date: Mon Aug 31 07:27:40 2009 +0300 f-spot: version bumped to 0.6.1.0. Changes: - no longer depends on libeog - fighting against deprecation, on the path to gnome3 - new viewer widget - new widget showing folders organisation - new Preference dialog - db and config moved to .config (or whatever is pointed by xdg config) - tons of bugs fixed - updated translations --- graphics/f-spot/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/f-spot/DETAILS b/graphics/f-spot/DETAILS index 0bf503b..765b7e1 100644 --- a/graphics/f-spot/DETAILS +++ b/graphics/f-spot/DETAILS @@ -1,12 +1,12 @@ MODULE=f-spot - VERSION=0.5.0.3 - MAJOR=0.5 + VERSION=0.6.1.0 + MAJOR=0.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR - SOURCE_VFY=sha1:9b666c1d38ea765ddbbba56c42eaa721e2f14096 + SOURCE_VFY=sha1:4cc539d6c1b6964998fe759a0a5a1194e43e77a3 WEB_SITE=http://f-spot.org ENTERED=20040320 - UPDATED=20081018 + UPDATED=20090831 SHORT="A personal photo management for the GNOME desktop" PSAFE=no From brebs at lunar-linux.org Mon Aug 31 07:15:09 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Mon, 31 Aug 2009 12:15:09 +0700 Subject: [Lunar-commits] xterm: version bump to 247 Message-ID: <20090831051734.352569B1F7@doppio.foo-projects.org> commit 0cbe39d6e08f385cc20b7e6b17b26a42d1d61654 Author: Paul Bredbury Date: Mon Aug 31 12:15:09 2009 +0700 xterm: version bump to 247 From http://invisible-island.net/xterm/xterm.log.html * correct calculation for size of line's data block, which was sometimes off-by-one when configured using --enable-16bit-chars * fix indexing error in print-everything feature from patch #246 --- xorg7/extra/xterm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/xterm/DETAILS b/xorg7/extra/xterm/DETAILS index 9e0d98b..6ed23b0 100644 --- a/xorg7/extra/xterm/DETAILS +++ b/xorg7/extra/xterm/DETAILS @@ -1,12 +1,12 @@ MODULE=xterm - VERSION=246 + VERSION=247 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://invisible-island.net/xterm/ - SOURCE_VFY=sha1:08a10609f40e5da1c2a1612abdf3a89e09282a3b + SOURCE_VFY=sha1:71c2110c60480aa3322938950eea1ae5b3eb1bf3 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://invisible-island.net/xterm/ ENTERED=20060124 - UPDATED=20090828 + UPDATED=20090831 SHORT="the X terminal emulator" cat << EOF From brebs at lunar-linux.org Mon Aug 31 18:38:27 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Mon, 31 Aug 2009 23:38:27 +0700 Subject: [Lunar-commits] unrar: add validate_source_dir Message-ID: <20090831163859.C902A9B1C1@doppio.foo-projects.org> commit 7a65dcca7c08b71325c065b68680b597bef83930 Author: Paul Bredbury Date: Mon Aug 31 23:38:27 2009 +0700 unrar: add validate_source_dir As the standard safety check. --- archive/unrar/BUILD | 6 ++++-- archive/unrar/PRE_BUILD | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/archive/unrar/BUILD b/archive/unrar/BUILD index 32209a7..438df72 100644 --- a/archive/unrar/BUILD +++ b/archive/unrar/BUILD @@ -1,6 +1,6 @@ ( - export CXXFLAGS+=" -fPIC" + export CXXFLAGS+=" -fPIC" && cd unrar && cp makefile.unix Makefile && make clean && @@ -10,7 +10,9 @@ prepare_install && make install-unrar && make install-lib && - install default.sfx /usr/lib && + install default.sfx /usr/lib/ && + + # Needed because gather_docs is confused by PRE_BUILD mkdir -p $DOCUMENT_DIRECTORY/unrar && cp readme.txt license.txt $DOCUMENT_DIRECTORY/unrar diff --git a/archive/unrar/PRE_BUILD b/archive/unrar/PRE_BUILD index e6a4d28..d8184db 100644 --- a/archive/unrar/PRE_BUILD +++ b/archive/unrar/PRE_BUILD @@ -1,3 +1,4 @@ -mk_source_dir $SOURCE_DIRECTORY && -cd $SOURCE_DIRECTORY && -unpack $SOURCE +validate_source_dir $SOURCE_DIRECTORY && +mk_source_dir $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +unpack $SOURCE From florin at lunar-linux.org Mon Aug 31 19:20:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 31 Aug 2009 20:20:48 +0300 Subject: [Lunar-commits] warzone2100: version bumped to 2.2.2. Message-ID: <20090831172125.144DF9B1C1@doppio.foo-projects.org> commit 14457f3baef1e781446d25fa7f471c6511d29917 Author: Florin Braescu Date: Mon Aug 31 20:20:48 2009 +0300 warzone2100: version bumped to 2.2.2. Bugfixes release. --- games/warzone2100/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/warzone2100/DETAILS b/games/warzone2100/DETAILS index cbe1a79..13b1313 100644 --- a/games/warzone2100/DETAILS +++ b/games/warzone2100/DETAILS @@ -1,11 +1,11 @@ MODULE=warzone2100 - VERSION=2.2.1 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.2.2 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:b993827a5972cacaa236512870f50361b4b2677a + SOURCE_VFY=sha1:d61bd1a87f0a6c1184c640987f759b1ac702b9e1 WEB_SITE=http://wz2100.net ENTERED=20090606 - UPDATED=20090806 + UPDATED=20090831 MAINTAINER=florin at lunar-linux.org SHORT="3D realtime strategy game" From brebs at lunar-linux.org Mon Aug 31 20:48:03 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Tue, 1 Sep 2009 01:48:03 +0700 Subject: [Lunar-commits] cclive: video download tool Message-ID: <20090831184848.9BC019B1C1@doppio.foo-projects.org> commit 7f7adf5620720514862216e2bfd7576837e153aa Author: Paul Bredbury Date: Tue Sep 1 01:48:03 2009 +0700 cclive: video download tool Adding to moonbase. --- zbeta/cclive/BUILD | 8 ++++++++ zbeta/cclive/DEPENDS | 2 ++ zbeta/cclive/DETAILS | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+), 0 deletions(-) diff --git a/zbeta/cclive/BUILD b/zbeta/cclive/BUILD new file mode 100644 index 0000000..3047140 --- /dev/null +++ b/zbeta/cclive/BUILD @@ -0,0 +1,8 @@ +( + + # Unwanted doc + rm -f README.w32 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/cclive/DEPENDS b/zbeta/cclive/DEPENDS new file mode 100644 index 0000000..3c7f96e --- /dev/null +++ b/zbeta/cclive/DEPENDS @@ -0,0 +1,2 @@ +depends pcre +depends curl diff --git a/zbeta/cclive/DETAILS b/zbeta/cclive/DETAILS new file mode 100644 index 0000000..1ec15c3 --- /dev/null +++ b/zbeta/cclive/DETAILS @@ -0,0 +1,21 @@ + MODULE=cclive + VERSION=0.5.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://cclive.googlecode.com/files + SOURCE_VFY=sha1:35a10aa572a0ec80407343e703f90156c5713e17 + WEB_SITE=http://code.google.com/p/cclive/ + ENTERED=20090901 + UPDATED=20090901 + SHORT="command-line tool for extracting videos from various websites" + +cat << EOF +cclive is a lightweight command-line video extraction tool for YouTube +and other similar video websites. It is a rewrite of the clive software +in C++, with a lower system footprint and fewer dependencies. + +cclive is primarily a "video download tool", but it can also be used +with video player software, like "mplayer", for viewing streamed videos +instead of the Adobe Flash player. + +View the supported websites with: cclive --hosts +EOF From brebs at lunar-linux.org Mon Aug 31 22:48:54 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Tue, 1 Sep 2009 03:48:54 +0700 Subject: [Lunar-commits] libtheora: fix docdir Message-ID: <20090831204918.747319B1C1@doppio.foo-projects.org> commit f9ad8da7dd820b66b4811053c400b2f4615e3614 Author: Paul Bredbury Date: Tue Sep 1 03:48:54 2009 +0700 libtheora: fix docdir No need to bump UPDATED. --- video/libtheora/BUILD | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/video/libtheora/BUILD b/video/libtheora/BUILD index 5fc9891..2cbf831 100644 --- a/video/libtheora/BUILD +++ b/video/libtheora/BUILD @@ -1,7 +1,11 @@ ( -# This is temp and should be looked at on the next bump. - cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/doc/spec && + # This is temp and should be looked at on the next bump + cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/doc/spec && + + # Fix docdir + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/Makefile.in && + sedit "s:/doc/\$(PACKAGE)-\$(VERSION):/doc/\$(PACKAGE):" doc/spec/Makefile.in && default_build From brebs at lunar-linux.org Mon Aug 31 22:57:26 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Tue, 1 Sep 2009 03:57:26 +0700 Subject: [Lunar-commits] pango: version bump to 1.25.5 Message-ID: <20090831210105.0D5FF9B1C1@doppio.foo-projects.org> commit 3bd37347857f2e5596f47f73a2adb62fdf054894 Author: Paul Bredbury Date: Tue Sep 1 03:57:26 2009 +0700 pango: version bump to 1.25.5 Many bugfixes since 1.24.5 - see NEWS file. --- libs/pango/BUILD | 8 ++++++++ libs/pango/DETAILS | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/libs/pango/BUILD b/libs/pango/BUILD new file mode 100644 index 0000000..3dc8970 --- /dev/null +++ b/libs/pango/BUILD @@ -0,0 +1,8 @@ +( + + # Unwanted doc + rm -f README.win32 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/pango/DETAILS b/libs/pango/DETAILS index c9f7f05..979327f 100644 --- a/libs/pango/DETAILS +++ b/libs/pango/DETAILS @@ -1,16 +1,16 @@ MODULE=pango - MAJOR=1.24 - VERSION=1.24.5 + MAJOR=1.25 + VERSION=1.25.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:a5aa40b78546a7ee59f21804b172e5d47ef776ad + SOURCE_VFY=097445f2d9395330e7a9cc9f5209736ae220115b WEB_SITE=http://www.pango.org/ ENTERED=20020313 - UPDATED=20090721 + UPDATED=20090901 SHORT="A library for text layout and rendering" cat << EOF -Pango is a library for laying out and rendering of text, with an +Pango is a library for the laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms From brebs at lunar-linux.org Mon Aug 31 23:03:22 2009 From: brebs at lunar-linux.org (Paul Bredbury) Date: Tue, 1 Sep 2009 04:03:22 +0700 Subject: [Lunar-commits] pango: add sha1 back to SOURCE_VFY Message-ID: <20090831210351.19FF89B1C1@doppio.foo-projects.org> commit 4fb45b0fadae5584b2b40be5d796d8e9606d4228 Author: Paul Bredbury Date: Tue Sep 1 04:03:22 2009 +0700 pango: add sha1 back to SOURCE_VFY Oops. --- libs/pango/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/pango/DETAILS b/libs/pango/DETAILS index 979327f..f54e23f 100644 --- a/libs/pango/DETAILS +++ b/libs/pango/DETAILS @@ -3,7 +3,7 @@ VERSION=1.25.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=097445f2d9395330e7a9cc9f5209736ae220115b + SOURCE_VFY=sha1:097445f2d9395330e7a9cc9f5209736ae220115b WEB_SITE=http://www.pango.org/ ENTERED=20020313 UPDATED=20090901