Re: Update: lang/ruby/2.4 2.4.0 -> 2.4.1

2017-03-25 Thread Vladimir Támara Patiño
system/OptParse/program_name-i.ri
-share/ri/${REV}/system/OptParse/reject-c.ri
-share/ri/${REV}/system/OptParse/reject-i.ri
-share/ri/${REV}/system/OptParse/release-i.ri
-share/ri/${REV}/system/OptParse/remove-i.ri
-share/ri/${REV}/system/OptParse/search-i.ri
-share/ri/${REV}/system/OptParse/search_const-c.ri
-share/ri/${REV}/system/OptParse/separator-i.ri
-share/ri/${REV}/system/OptParse/set_banner-i.ri
-share/ri/${REV}/system/OptParse/set_program_name-i.ri
-share/ri/${REV}/system/OptParse/set_summary_indent-i.ri
-share/ri/${REV}/system/OptParse/set_summary_width-i.ri
-share/ri/${REV}/system/OptParse/show_version-c.ri
-share/ri/${REV}/system/OptParse/summarize-i.ri
-share/ri/${REV}/system/OptParse/summary_indent-i.ri
-share/ri/${REV}/system/OptParse/summary_width-i.ri
-share/ri/${REV}/system/OptParse/terminate-c.ri
-share/ri/${REV}/system/OptParse/terminate-i.ri
-share/ri/${REV}/system/OptParse/to_a-i.ri
-share/ri/${REV}/system/OptParse/to_s-i.ri
-share/ri/${REV}/system/OptParse/top-c.ri
-share/ri/${REV}/system/OptParse/top-i.ri
-share/ri/${REV}/system/OptParse/ver-i.ri
-share/ri/${REV}/system/OptParse/version-i.ri
-share/ri/${REV}/system/OptParse/visit-i.ri
-share/ri/${REV}/system/OptParse/warn-i.ri
-share/ri/${REV}/system/OptParse/with-c.ri
 share/ri/${REV}/system/OptionParser/
 share/ri/${REV}/system/OptionParser/AC/
 share/ri/${REV}/system/OptionParser/AC/_ac_arg_enable-i.ri
@@ -14423,6 +14360,7 @@ share/ri/${REV}/system/fatal/
 share/ri/${REV}/system/fatal/cdesc-fatal.ri
 share/ri/${REV}/system/lib/
 share/ri/${REV}/system/lib/page-fileutils_rb_orig.ri
+share/ri/${REV}/system/lib/page-mkmf_rb_orig.ri
 share/ri/${REV}/system/lib/racc/
 share/ri/${REV}/system/lib/racc/rdoc/
 share/ri/${REV}/system/lib/racc/rdoc/page-grammar_en_rdoc.ri



--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html



Re: Ruby 2.4.0

2016-12-27 Thread Vladimir Támara Patiño

Thank you for the update!

I'm testing on 6.0.


1. doas make worked fine

2. doas make test worked partially:

cd /usr/ports/pobj/ruby-2.4.0/ruby-2.4.0 && make test-sample
...
test succeeded
cd /usr/ports/pobj/ruby-2.4.0/ruby-2.4.0 && make btest-ruby
...
PASS all 1010 tests
cd /usr/ports/pobj/ruby-2.4.0/ruby-2.4.0 && make test-all TESTOPTS="-v 
-q" ->

CC = cc
LD = ld
LDSHARED = cc -shared
CFLAGS = -O2 -pipe -fPIC
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector 
-fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -DOPENSSL_NO_STATIC_ENGINE -I/usr/local/include   
-I. -I.ext/include/x86_64-openbsd -I./include -I. -I./enc/unicode/9.0.0

DLDFLAGS = -L/usr/local/lib -fstack-protector
SOLIBS = -pthread -lgmp -lm
cc (GCC) 4.2.1 20070719
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is 
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.


Run options: "--ruby=./miniruby -I./lib -I. -I.ext/common  
./tool/runruby.rb --extout=.ext  -- --disable-gems" 
--excludes-dir=./test/excludes --name=!/memory_le

ak/ -v -q

# Running tests:

[1/16992] BufferedSocketTest#test_gets_empty = 0.00 s
[2/16992] BufferedSocketTest#test_gets_one_line = 0.00 s
[3/16992] BufferedSocketTest#test_gets_one_line_without_term = 0.00 
s

[4/16992] BufferedSocketTest#test_gets_two_lines = 0.00 s
[5/16992] BufferedSocketTest#test_gets_two_lines_without_term = 
0.00 s

[6/16992] Bug::Marshal::TestInternalIVar#test_marshal = 0.00 s
[7/16992] Bug::Marshal::TestUsrMarshal#test_compat = 0.22 s
[8/16992] Bug::Marshal::TestUsrMarshal#test_incompat = 0.10 s
[9/16992] Bug::Marshal::TestUsrMarshal#test_marshal = 0.00 s
[   10/16992] Bug::StNumHash::Test_NumHash#test_check = 0.00 s
[   11/16992] 
Bug::StNumHash::Test_NumHash#test_delete_safe_on_iteration = 0.00 s
[   12/16992] Bug::StNumHash::Test_NumHash#test_size_after_delete_safe 
= 0.00 s


[   13/16992] Bug::StNumHash::Test_NumHash#test_update = 0.00 s
[   14/16992] Bug::StTable::Test_Update#test_continue = 0.00 s
[   15/16992] Bug::StTable::Test_Update#test_delete = 0.00 s
[   16/16992] Bug::StTable::Test_Update#test_notfound = 0.00 s
[   17/16992] Bug::StTable::Test_Update#test_pass_objects_in_st_table = 
0.00 s

[   18/16992] Bug::StTable::Test_Update#test_update = 0.00 s
[   19/16992] Bug::Struct::Test_Duplicate#test_new_dupilicate = 0.00 s
[   20/16992] Bug::Struct::Test_Duplicate#test_new_dupilicate_under = 
0.00 s

[   21/16992] Bug::Struct::Test_Member#test_member_get = 0.01 s
[   22/16992] Bug::TestException#test_cleanup_data_error = 0.10 s
[   23/16992] Bug::TestException#test_enc_raise = 0.00 s
[   24/16992] Bug::TestException#test_ensured = 0.11 s
[   25/16992] Bug::Time::Test_New#test_nano_new = 0.00 s

[   26/16992] Bug::Time::Test_New#test_timespec_new = 0.00 s
[   27/16992] Bug::Time::Test_New#test_timespec_now = 0.00 s
[   28/16992] CGICookieTest#test_cgi_cookie_arrayinterface = 0.00 s
[   29/16992] CGICookieTest#test_cgi_cookie_new_complex = 0.00 s
[   30/16992] CGICookieTest#test_cgi_cookie_new_simple = 0.00 s
[   31/16992] CGICookieTest#test_cgi_cookie_parse = 0.00 s
[   32/16992] CGICookieTest#test_cgi_cookie_scriptname = 0.00 s
[   33/16992] CGICoreTest#test_cgi_core_cookie = 0.00 s
[   34/16992] CGICoreTest#test_cgi_core_environs = 0.00 s
[   35/16992] CGICoreTest#test_cgi_core_htmltype_header = 0.01 s
[   36/16992] CGICoreTest#test_cgi_core_out = 0.00 s
[   37/16992] CGICoreTest#test_cgi_core_params_GET = 0.00 s
[   38/16992] CGICoreTest#test_cgi_core_params_POST = 0.00 s
[   39/16992] CGICoreTest#test_cgi_core_params_encoding_check = 0.00 s
[   40/16992] CGICoreTest#test_cgi_core_print = 0.00 s
[   41/16992] CGICoreTest#test_cgi_parse_illegal_query = 0.00 s
[   42/16992] CGIHeaderTest#test_cgi_http_header_argerr = 0.00 s
[   43/16992] CGIHeaderTest#test_cgi_http_header_complex = 0.00 s
[   44/16992] CGIHeaderTest#test_cgi_http_header_cookie = 0.00 s
[   45/16992] CGIHeaderTest#test_cgi_http_header_nph = 0.00 s
[   46/16992] CGIHeaderTest#test_cgi_http_header_output_cookies = 0.00 
s

[   47/16992] CGIHeaderTest#test_cgi_http_header_simple = 0.00 s
[   48/16992] CGIModrubyTest#test_cgi_modruby_complex = 0.00 s
[   49/16992] CGIModrubyTest#test_cgi_modruby_location = 0.00 s
[   50/16992] CGIModrubyTest#test_cgi_modruby_requestparams = 0.00 s
[   51/16992] CGIModrubyTest#test_cgi_modruby_simple = 0.00 s
[   52/16992] CGIMultipartTest#test_cgi_multipart_badbody = 0.01 s
[   53/16992] CGIMultipartTest#test_cgi_multipart_boundary_10240 = 0.00 
s
[   54/16992] CGIMultipartTest#test_cgi_multipart_maxmultipartcount = 
0.17 s/usr/ports/pobj/ruby-2.4.0/ruby-2.4.0/lib/tempfile.rb:221:in 
`path': undefined method `path' for nil:NilClass (NoMethodError)
from 
/usr/ports/pobj/ruby-2.4.0/ruby-2.4.0/test/lib/leakchecker.rb:117:in 
`block in find_tempfiles'
from 
/

Re: Update dialog to 1.2-20130928

2013-11-21 Thread Vladimir Támara Patiño

On Thu, Nov 21, 2013 at 06:30:47PM +, Stuart Henderson wrote:

Don't hardcode /usr/local - use ${LOCALBASE} or ${TRUEPREFIX} as
appropriate instead. (for these two, it's LOCALBASE because it refers to
things from other ports, rather than things for "this" port).


Ok


>  USE_GROFF =   Yes

Please check whether this is still needed.

Right, not needed, thanks.


> +post-install:
> +  cd ${WRKSRC}/po; make install

at least use ${MAKE_PROGRAM} here, and you usaully want something like

 ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}


Done but had to do minor change.

--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

diff -x CVS -ruN /usr/ports/misc/dialog/Makefile ./Makefile
--- /usr/ports/misc/dialog/Makefile Fri Sep 27 08:27:01 2013
+++ ./Makefile  Thu Nov 21 15:10:23 2013
@@ -2,7 +2,7 @@
 
 COMMENT =  format the display of a shell script
 
-V =1.1-20080819
+V =1.2-20130928
 DISTNAME = dialog-${V}
 PKGNAME =  dialog-${V:S/-/./}
 
@@ -18,10 +18,22 @@
 
 WANTLIB =  c m ncurses
 
+MODULES=devel/gettext
+
 CONFIGURE_STYLE=gnu
 MAKE_FILE =makefile
 
-USE_GROFF =Yes
+CONFIGURE_ARGS= --enable-nls
+CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv"
+
 NO_TEST =  Yes
+
+post-build:
+   cd ${WRKSRC}/po; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
+
+post-install:
+   echo "PREFIX=$(PREFIX)"
+   cd ${WRKSRC}/po; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} 
DESTDIR=${DESTDIR} ${MAKE_FLAGS} install
 
 .include 
diff -x CVS -ruN /usr/ports/misc/dialog/distinfo ./distinfo
--- /usr/ports/misc/dialog/distinfo Fri Jan 16 02:40:34 2009
+++ ./distinfo  Thu Nov 21 10:40:06 2013
@@ -1,5 +1,2 @@
-MD5 (dialog-1.1-20080819.tgz) = PK69ZBqfM3uYC+y0REM2xQ==
-RMD160 (dialog-1.1-20080819.tgz) = x+KtY8z/tKBCph5Z3MROXB6alLA=
-SHA1 (dialog-1.1-20080819.tgz) = BopGqh/7/pb9v1zt1IC3laT2Mho=
-SHA256 (dialog-1.1-20080819.tgz) = xdSbOcWZi87NEkwFzG8JbSLM3DeK1FUhRhGuQaL0t9k=
-SIZE (dialog-1.1-20080819.tgz) = 378814
+SHA256 (dialog-1.2-20130928.tgz) = b8+NqlAzXk0I2p9PXqXhAl7+hMOnGaVuhx64PtD9K0w=
+SIZE (dialog-1.2-20130928.tgz) = 451567
diff -x CVS -ruN /usr/ports/misc/dialog/pkg/PLIST ./pkg/PLIST
--- /usr/ports/misc/dialog/pkg/PLISTMon Jun 30 07:58:04 2008
+++ ./pkg/PLIST Thu Nov 21 15:07:16 2013
@@ -1,3 +1,97 @@
 @comment $OpenBSD: PLIST,v 1.7 2008/06/30 12:58:04 sthen Exp $
 @bin bin/dialog
+lib/libdialog.a
 @man man/man1/dialog.1
+share/locale/an/
+share/locale/an/LC_MESSAGES/
+share/locale/an/LC_MESSAGES/dialog.mo
+share/locale/ar/
+share/locale/ar/LC_MESSAGES/
+share/locale/ar/LC_MESSAGES/dialog.mo
+share/locale/be@latin/
+share/locale/be@latin/LC_MESSAGES/
+share/locale/be@latin/LC_MESSAGES/dialog.mo
+share/locale/bg/LC_MESSAGES/dialog.mo
+share/locale/ca/LC_MESSAGES/dialog.mo
+share/locale/cs/LC_MESSAGES/dialog.mo
+share/locale/cy/
+share/locale/cy/LC_MESSAGES/
+share/locale/cy/LC_MESSAGES/dialog.mo
+share/locale/da/LC_MESSAGES/dialog.mo
+share/locale/de/LC_MESSAGES/dialog.mo
+share/locale/el/LC_MESSAGES/dialog.mo
+share/locale/eo/LC_MESSAGES/dialog.mo
+share/locale/es/LC_MESSAGES/dialog.mo
+share/locale/et/LC_MESSAGES/dialog.mo
+share/locale/eu/LC_MESSAGES/dialog.mo
+share/locale/fa/
+share/locale/fa/LC_MESSAGES/
+share/locale/fa/LC_MESSAGES/dialog.mo
+share/locale/fi/LC_MESSAGES/dialog.mo
+share/locale/fr/LC_MESSAGES/dialog.mo
+share/locale/ga/LC_MESSAGES/dialog.mo
+share/locale/gl/LC_MESSAGES/dialog.mo
+share/locale/hi/
+share/locale/hi/LC_MESSAGES/
+share/locale/hi/LC_MESSAGES/dialog.mo
+share/locale/hr/LC_MESSAGES/dialog.mo
+share/locale/hu/LC_MESSAGES/dialog.mo
+share/locale/ia/
+share/locale/ia/LC_MESSAGES/
+share/locale/ia/LC_MESSAGES/dialog.mo
+share/locale/id/LC_MESSAGES/dialog.mo
+share/locale/is/
+share/locale/is/LC_MESSAGES/
+share/locale/is/LC_MESSAGES/dialog.mo
+share/locale/it/LC_MESSAGES/dialog.mo
+share/locale/ja/LC_MESSAGES/dialog.mo
+share/locale/ku/
+share/locale/ku/LC_MESSAGES/
+share/locale/ku/LC_MESSAGES/dialog.mo
+share/locale/lt/
+share/locale/lt/LC_MESSAGES/
+share/locale/lt/LC_MESSAGES/dialog.mo
+share/locale/lv/LC_MESSAGES/dialog.mo
+share/locale/mg/
+share/locale/mg/LC_MESSAGES/
+share/locale/mg/LC_MESSAGES/dialog.mo
+share/locale/mk/
+share/locale/mk/LC_MESSAGES/
+share/locale/mk/LC_MESSAGES/dialog.mo
+share/locale/ms/
+share/locale/ms/LC_MESSAGES/
+share/locale/ms/LC_MESSAGES/dialog.mo
+share/locale/nb/LC_MESSAGES/dialog.mo
+share/locale/nl/LC_MESSAGES/dialog.mo
+share/locale/pl/LC_MESSAGES/dialog.mo
+share/locale/pt/LC_MESSAGES/dialog.mo
+share/locale/pt_BR/LC_MESSAGES/dialog.mo
+share/locale/rm/
+share/locale/rm/LC_MESSAGES/
+share/locale/rm/LC_MESSAGES/dialog.mo
+share/locale/ro/LC_MESSAGES/dialog.mo
+share/locale/ru/LC_MESSAGES/dialog.mo
+share/locale/rw/
+share/locale/rw/LC_MES

Update to hexedit

2013-11-21 Thread Vladimir Támara Patiño

Includes patch sent to developer to show position in bigger files,
and changing strcat with strlcat and sprintf with snprintf.

--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

diff -ruN -x CVS -x *~ /usr/ports/editors/hexedit/patches/patch-display_c 
./patches/patch-display_c
--- /usr/ports/editors/hexedit/patches/patch-display_c  Wed Dec 31 19:00:00 1969
+++ ./patches/patch-display_c   Mon May 27 12:06:01 2013
@@ -0,0 +1,30 @@
+$OpenBSD$
+--- display.c.orig Tue Nov  8 11:16:47 2005
 display.c  Thu Mar 21 10:49:07 2013
+@@ -162,7 +162,7 @@ void display(void)
+ move(i / lineLength, 0);
+ for (j = 0; j < colsUsed; j++) printw(" "); /* cleanup the line */
+ move(i / lineLength, 0);
+-PRINTW(("%08lX", (int) (base + i)));
++PRINTW(("%09lX", (unsigned long int) (base + i)));
+   }
+ 
+   attrset(NORMAL);
+@@ -183,7 +183,7 @@ void displayLine(int offset, int max)
+ {
+   int i;
+ 
+-  PRINTW(("%08lX   ", (int) (base + offset)));
++  PRINTW(("%09lX  ", (unsigned long) (base + offset)));
+   for (i = offset; i < offset + lineLength; i++) {
+ if (i > offset) MAXATTRPRINTW(bufferAttr[i] & MARKED, (((i - offset) % 
blocSize) ? " " : "  "));
+ if (i < max) {
+@@ -248,7 +248,7 @@ int displayMessageAndGetString(char *msg, char **last,
+   getnstr(p, p_size - 1);
+   noecho();
+   if (*p == '\0') {
+-if (*last) strcpy(p, *last); else ret = FALSE;
++if (*last) strlcpy(p, *last, p_size); else ret = FALSE;
+   } else {
+ FREE(*last);
+ *last = strdup(p);
diff -ruN -x CVS -x *~ /usr/ports/editors/hexedit/patches/patch-hexedit_h 
./patches/patch-hexedit_h
--- /usr/ports/editors/hexedit/patches/patch-hexedit_h  Mon Sep 17 07:50:09 2012
+++ ./patches/patch-hexedit_h   Mon May 27 12:06:01 2013
@@ -1,6 +1,6 @@
-$OpenBSD: patch-hexedit_h,v 1.2 2012/09/17 12:50:09 gonzalo Exp $
 hexedit.h.orig Tue Nov  8 13:16:47 2005
-+++ hexedit.h  Mon Sep  3 13:56:59 2012
+$OpenBSD$
+--- hexedit.h.orig Thu Mar 14 13:27:03 2013
 hexedit.h  Thu Mar 14 13:27:32 2013
 @@ -5,6 +5,7 @@
  #include 
  #include 
diff -ruN -x CVS -x *~ /usr/ports/editors/hexedit/patches/patch-search_c 
./patches/patch-search_c
--- /usr/ports/editors/hexedit/patches/patch-search_c   Wed Dec 31 19:00:00 1969
+++ ./patches/patch-search_cMon May 27 12:06:01 2013
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- search.c.orig  Tue Nov  8 11:16:47 2005
 search.c   Thu Mar 14 13:32:36 2013
+@@ -68,7 +68,7 @@ void search_forward(void)
+ else if (getch() != ERR) quit = -2;
+ else if ((p = mymemmem(tmp, sizeb, string, sizea))) quit = p - tmp;
+ 
+-sprintf(tmpstr,"searching... 0x%08llX", (long long) blockstart);
++snprintf(tmpstr, BLOCK_SEARCH_SIZE, "searching... 0x%08llX", (long long) 
blockstart);
+ nodelay(stdscr, TRUE);
+ displayTwoLineMessage(tmpstr, "(press any key to cancel)");
+ 
+@@ -99,7 +99,7 @@ void search_backward(void)
+   else if ((p = mymemrmem(tmp, sizeb, string, sizea))) quit = p - tmp;
+ }
+ 
+-sprintf(tmpstr,"searching... 0x%08llX", (long long) blockstart);
++snprintf(tmpstr, BLOCK_SEARCH_SIZE, "searching... 0x%08llX", (long long) 
blockstart);
+ nodelay(stdscr, TRUE);
+ displayTwoLineMessage(tmpstr, "(press any key to cancel)");
+ 


Update dialog to 1.2-20130928

2013-11-21 Thread Vladimir Támara Patiño

--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

diff -x CVS -ruN /usr/ports/misc/dialog/Makefile 
/usr/ports/mystuff/misc/dialog/Makefile
--- /usr/ports/misc/dialog/Makefile Fri Sep 27 08:27:01 2013
+++ /usr/ports/mystuff/misc/dialog/Makefile Thu Nov 21 11:20:02 2013
@@ -2,7 +2,7 @@
 
 COMMENT =  format the display of a shell script
 
-V =1.1-20080819
+V =1.2-20130928
 DISTNAME = dialog-${V}
 PKGNAME =  dialog-${V:S/-/./}
 
@@ -18,10 +18,24 @@
 
 WANTLIB =  c m ncurses
 
+MODULES=devel/gettext
+
 CONFIGURE_STYLE=gnu
 MAKE_FILE =makefile
 
+CONFIGURE_ARGS= --enable-nls
+CONFIGURE_ARGS+= --includedir="/usr/local/include"
+CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib -liconv"
+
 USE_GROFF =Yes
 NO_TEST =  Yes
+
+post-build:
+   cd ${WRKSRC}/po; make 
+
+
+post-install:
+   cd ${WRKSRC}/po; make install
+
 
 .include 
diff -x CVS -ruN /usr/ports/misc/dialog/distinfo 
/usr/ports/mystuff/misc/dialog/distinfo
--- /usr/ports/misc/dialog/distinfo Fri Jan 16 02:40:34 2009
+++ /usr/ports/mystuff/misc/dialog/distinfo Thu Nov 21 10:40:06 2013
@@ -1,5 +1,2 @@
-MD5 (dialog-1.1-20080819.tgz) = PK69ZBqfM3uYC+y0REM2xQ==
-RMD160 (dialog-1.1-20080819.tgz) = x+KtY8z/tKBCph5Z3MROXB6alLA=
-SHA1 (dialog-1.1-20080819.tgz) = BopGqh/7/pb9v1zt1IC3laT2Mho=
-SHA256 (dialog-1.1-20080819.tgz) = xdSbOcWZi87NEkwFzG8JbSLM3DeK1FUhRhGuQaL0t9k=
-SIZE (dialog-1.1-20080819.tgz) = 378814
+SHA256 (dialog-1.2-20130928.tgz) = b8+NqlAzXk0I2p9PXqXhAl7+hMOnGaVuhx64PtD9K0w=
+SIZE (dialog-1.2-20130928.tgz) = 451567
diff -x CVS -ruN /usr/ports/misc/dialog/pkg/PLIST 
/usr/ports/mystuff/misc/dialog/pkg/PLIST
--- /usr/ports/misc/dialog/pkg/PLISTMon Jun 30 07:58:04 2008
+++ /usr/ports/mystuff/misc/dialog/pkg/PLISTThu Nov 21 10:41:07 2013
@@ -1,3 +1,97 @@
 @comment $OpenBSD: PLIST,v 1.7 2008/06/30 12:58:04 sthen Exp $
 @bin bin/dialog
+lib/libdialog.a
 @man man/man1/dialog.1
+share/locale/an/
+share/locale/an/LC_MESSAGES/
+share/locale/an/LC_MESSAGES/dialog.mo
+share/locale/ar/
+share/locale/ar/LC_MESSAGES/
+share/locale/ar/LC_MESSAGES/dialog.mo
+share/locale/be@latin/
+share/locale/be@latin/LC_MESSAGES/
+share/locale/be@latin/LC_MESSAGES/dialog.mo
+share/locale/bg/LC_MESSAGES/dialog.mo
+share/locale/ca/LC_MESSAGES/dialog.mo
+share/locale/cs/LC_MESSAGES/dialog.mo
+share/locale/cy/
+share/locale/cy/LC_MESSAGES/
+share/locale/cy/LC_MESSAGES/dialog.mo
+share/locale/da/LC_MESSAGES/dialog.mo
+share/locale/de/LC_MESSAGES/dialog.mo
+share/locale/el/LC_MESSAGES/dialog.mo
+share/locale/eo/LC_MESSAGES/dialog.mo
+share/locale/es/LC_MESSAGES/dialog.mo
+share/locale/et/LC_MESSAGES/dialog.mo
+share/locale/eu/LC_MESSAGES/dialog.mo
+share/locale/fa/
+share/locale/fa/LC_MESSAGES/
+share/locale/fa/LC_MESSAGES/dialog.mo
+share/locale/fi/LC_MESSAGES/dialog.mo
+share/locale/fr/LC_MESSAGES/dialog.mo
+share/locale/ga/LC_MESSAGES/dialog.mo
+share/locale/gl/LC_MESSAGES/dialog.mo
+share/locale/hi/
+share/locale/hi/LC_MESSAGES/
+share/locale/hi/LC_MESSAGES/dialog.mo
+share/locale/hr/LC_MESSAGES/dialog.mo
+share/locale/hu/LC_MESSAGES/dialog.mo
+share/locale/ia/
+share/locale/ia/LC_MESSAGES/
+share/locale/ia/LC_MESSAGES/dialog.mo
+share/locale/id/LC_MESSAGES/dialog.mo
+share/locale/is/
+share/locale/is/LC_MESSAGES/
+share/locale/is/LC_MESSAGES/dialog.mo
+share/locale/it/LC_MESSAGES/dialog.mo
+share/locale/ja/LC_MESSAGES/dialog.mo
+share/locale/ku/
+share/locale/ku/LC_MESSAGES/
+share/locale/ku/LC_MESSAGES/dialog.mo
+share/locale/lt/
+share/locale/lt/LC_MESSAGES/
+share/locale/lt/LC_MESSAGES/dialog.mo
+share/locale/lv/LC_MESSAGES/dialog.mo
+share/locale/mg/
+share/locale/mg/LC_MESSAGES/
+share/locale/mg/LC_MESSAGES/dialog.mo
+share/locale/mk/
+share/locale/mk/LC_MESSAGES/
+share/locale/mk/LC_MESSAGES/dialog.mo
+share/locale/ms/
+share/locale/ms/LC_MESSAGES/
+share/locale/ms/LC_MESSAGES/dialog.mo
+share/locale/nb/LC_MESSAGES/dialog.mo
+share/locale/nl/LC_MESSAGES/dialog.mo
+share/locale/pl/LC_MESSAGES/dialog.mo
+share/locale/pt/LC_MESSAGES/dialog.mo
+share/locale/pt_BR/LC_MESSAGES/dialog.mo
+share/locale/rm/
+share/locale/rm/LC_MESSAGES/
+share/locale/rm/LC_MESSAGES/dialog.mo
+share/locale/ro/LC_MESSAGES/dialog.mo
+share/locale/ru/LC_MESSAGES/dialog.mo
+share/locale/rw/
+share/locale/rw/LC_MESSAGES/
+share/locale/rw/LC_MESSAGES/dialog.mo
+share/locale/sk/LC_MESSAGES/dialog.mo
+share/locale/sl/LC_MESSAGES/dialog.mo
+share/locale/sq/
+share/locale/sq/LC_MESSAGES/
+share/locale/sq/LC_MESSAGES/dialog.mo
+share/locale/sr/LC_MESSAGES/dialog.mo
+share/locale/sv/LC_MESSAGES/dialog.mo
+share/locale/sw/
+share/locale/sw/LC_MESSAGES/
+share/locale/sw/LC_MESSAGES/dialog.mo
+share/locale/th/
+share/locale/th/LC_MESSAGES/
+share/locale/th/LC_MESSAGES/dialog.mo
+share/locale/tr/LC_MESSAGES/dialog.mo
+share/locale/uk/LC_MESSAGES/dialog.mo
+share/locale/vi/LC_MESSAGES/dialog.mo
+sha

Update to devel/pear-Validate

2013-11-21 Thread Vladimir Támara Patiño


--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

diff -x *~ -ruN -x CVS /usr/ports/devel/pear-Validate/Makefile ./Makefile
--- /usr/ports/devel/pear-Validate/Makefile Sat Oct  5 00:57:52 2013
+++ ./Makefile  Thu Nov 21 12:23:44 2013
@@ -2,8 +2,7 @@
 
 COMMENT=   validation class
 
-DISTNAME=  Validate-0.8.2
-REVISION = 2
+DISTNAME=  Validate-0.8.5
 CATEGORIES=devel
 
 MODULES=   www/pear
diff -x *~ -ruN -x CVS /usr/ports/devel/pear-Validate/distinfo ./distinfo
--- /usr/ports/devel/pear-Validate/distinfo Sat Oct  5 00:57:52 2013
+++ ./distinfo  Thu Nov 21 12:23:56 2013
@@ -1,5 +1,2 @@
-MD5 (Validate-0.8.2.tgz) = dp38wymuf0L52HT8e67EoQ==
-RMD160 (Validate-0.8.2.tgz) = F4aEoeY8bZsp3gNjQDyMS2nqSds=
-SHA1 (Validate-0.8.2.tgz) = etYaaUNPmBqakFgME5dKh+BUhzY=
-SHA256 (Validate-0.8.2.tgz) = mAnjtMPR75CJV+jtAHI1BstyKeZmq2ji4zcZaoDt3uk=
-SIZE (Validate-0.8.2.tgz) = 20332
+SHA256 (Validate-0.8.5.tgz) = LOSRPfItwIRwrwU8+BI8z7aZY54htSsDowHHr3ZBkqQ=
+SIZE (Validate-0.8.5.tgz) = 21668
diff -x *~ -ruN -x CVS /usr/ports/devel/pear-Validate/pkg/PLIST ./pkg/PLIST
--- /usr/ports/devel/pear-Validate/pkg/PLISTSat Oct  5 00:57:53 2013
+++ ./pkg/PLIST Thu Nov 21 12:24:19 2013
@@ -13,8 +13,11 @@
 pear/tests/Validate/
 pear/tests/Validate/tests/
 pear/tests/Validate/tests/email.phpt
+pear/tests/Validate/tests/email_domaincheck.phpt
 pear/tests/Validate/tests/multicard.phpt
 pear/tests/Validate/tests/multiple.phpt
 pear/tests/Validate/tests/number.phpt
 pear/tests/Validate/tests/testdate.phpt
+pear/tests/Validate/tests/testdate_minmax.phpt
 pear/tests/Validate/tests/uri.phpt
+pear/tests/Validate/tests/uri_domaincheck.phpt


Update to databases/pear-DB_DataObject

2013-11-21 Thread Vladimir Támara Patiño


--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

diff -x *~ -ruN -x CVS /usr/ports/databases/pear-DB_DataObject/Makefile 
./Makefile
--- /usr/ports/databases/pear-DB_DataObject/MakefileFri Sep 27 08:16:52 2013
+++ ./Makefile  Thu Nov 21 11:52:49 2013
@@ -2,7 +2,7 @@
 
 COMMENT=   SQL builder, object interface to database tables
 
-DISTNAME=  DB_DataObject-1.10.0
+DISTNAME=  DB_DataObject-1.11.2
 PKGNAME=   pear-${DISTNAME}# does not substitute _ for -
 CATEGORIES=databases
 
diff -x *~ -ruN -x CVS /usr/ports/databases/pear-DB_DataObject/distinfo 
./distinfo
--- /usr/ports/databases/pear-DB_DataObject/distinfoMon Oct  8 16:35:09 2012
+++ ./distinfo  Tue May 28 15:24:04 2013
@@ -1,2 +1,2 @@
-SHA256 (DB_DataObject-1.10.0.tgz) = 
Y2e5S71ETIJpDd1KqPo6eAHrP2sGdJTmul8IjOz+g0U=
-SIZE (DB_DataObject-1.10.0.tgz) = 78487
+SHA256 (DB_DataObject-1.11.2.tgz) = 
vIwsek6X3oIb5cytc0fpp2/X3fT/jzhAvcOtLt7y1Rk=
+SIZE (DB_DataObject-1.11.2.tgz) = 80134


Re: [wip] Firefox 26.0b1

2013-11-18 Thread Vladimir Támara Patiño


On Sat, Nov 16, 2013 at 08:29:15PM +0100, Jan Stary wrote:

On Nov 02 10:18:33, lan...@rhaalovely.net wrote:

> amd64 package built against a 4 Oct snap available here:

> http://rhaalovely.net/stuff/amd64/firefox-26.0beta1.tgz


I downloaded and tried it today (on snapshot also downloaded today).

It is compiled requiring libc.so.70.0 (as Jan reported), since I had it, 
I could  use it, and IMHO is more stable than firefox-25, at least I

could open in first try:
http://www.blueletterbible.org/Bible.cfm?b=Mar&c=14&t=KJV#s=t_conc_971064
I had big trouble opening this with firefox-25 (for example today I
had tried 3 times, and it would close).

Thank you.

--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html



Re: Update to pear-Validate to 0.8.5

2013-03-19 Thread Vladimir Támara Patiño
Fixing and resending 


On Tue, Feb 12, 2013 at 03:15:36PM +, Stuart Henderson wrote:

On 2013/02/12 09:59, Vladimir Támara Patiño wrote:
> -DISTNAME= Validate-0.8.2
> -REVISION =2
> +DISTNAME= Validate-0.8.5
> +REVISION =

Just remove the line, don't leave it blank

> +MD5 (Validate-0.8.5.tgz) = MAf79967t8D8IGIvkAluuQ==
> +RMD160 (Validate-0.8.5.tgz) = O3GctexQt6Cr/7UPKdGbFPcFz7Q=
> +SHA1 (Validate-0.8.5.tgz) = PnWROLQB55JxR5vJTD4YF40QOnw=
> +SHA256 (Validate-0.8.5.tgz) = LOSRPfItwIRwrwU8+BI8z7aZY54htSsDowHHr3ZBkqQ=
> +SIZE (Validate-0.8.5.tgz) = 21668

This is from an older release; ports updates should be done on -current

> +++ pear-Validate/pkg/PLISTTue Feb 12 09:54:51 2013
> @@ -1,5 +1,4 @@
> -@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 18:59:42 jasper Exp $
> -@group daemon
> +@group www

This is incorrect, these files should not be writable by the webserver

Please fix these and re-send after ports unlocks.



--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

Index: Makefile
===
RCS file: /cvs/ports/devel/pear-Validate/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile16 Sep 2011 09:24:53 -  1.6
+++ Makefile18 Mar 2013 10:46:54 -
@@ -2,8 +2,7 @@
 
 COMMENT=   validation class
 
-DISTNAME=  Validate-0.8.2
-REVISION = 2
+DISTNAME=  Validate-0.8.5
 CATEGORIES=devel
 
 MODULES=   www/pear
Index: distinfo
===
RCS file: /cvs/ports/devel/pear-Validate/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo18 Nov 2009 18:59:42 -  1.1.1.1
+++ distinfo18 Mar 2013 10:46:54 -
@@ -1,5 +1,2 @@
-MD5 (Validate-0.8.2.tgz) = dp38wymuf0L52HT8e67EoQ==
-RMD160 (Validate-0.8.2.tgz) = F4aEoeY8bZsp3gNjQDyMS2nqSds=
-SHA1 (Validate-0.8.2.tgz) = etYaaUNPmBqakFgME5dKh+BUhzY=
-SHA256 (Validate-0.8.2.tgz) = mAnjtMPR75CJV+jtAHI1BstyKeZmq2ji4zcZaoDt3uk=
-SIZE (Validate-0.8.2.tgz) = 20332
+SHA256 (Validate-0.8.5.tgz) = LOSRPfItwIRwrwU8+BI8z7aZY54htSsDowHHr3ZBkqQ=
+SIZE (Validate-0.8.5.tgz) = 21668
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/pear-Validate/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   18 Nov 2009 18:59:42 -  1.1.1.1
+++ pkg/PLIST   18 Mar 2013 10:46:54 -
@@ -13,8 +13,11 @@
 pear/tests/Validate/
 pear/tests/Validate/tests/
 pear/tests/Validate/tests/email.phpt
+pear/tests/Validate/tests/email_domaincheck.phpt
 pear/tests/Validate/tests/multicard.phpt
 pear/tests/Validate/tests/multiple.phpt
 pear/tests/Validate/tests/number.phpt
 pear/tests/Validate/tests/testdate.phpt
+pear/tests/Validate/tests/testdate_minmax.phpt
 pear/tests/Validate/tests/uri.phpt
+pear/tests/Validate/tests/uri_domaincheck.phpt


Update to pear-Validate to 0.8.5

2013-02-12 Thread Vladimir Támara Patiño


--
Dios, gracias por tu amor infinito.
--  
 Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/

 http://www.pasosdejesus.org/dominio_publico_colombia.html

diff -x CVS -x *~ -ruN /usr/ports/devel/pear-Validate/Makefile 
pear-Validate/Makefile
--- /usr/ports/devel/pear-Validate/Makefile Mon Nov 14 23:29:00 2011
+++ pear-Validate/Makefile  Fri Feb  8 06:18:06 2013
@@ -2,8 +2,8 @@
 
 COMMENT=   validation class
 
-DISTNAME=  Validate-0.8.2
-REVISION = 2
+DISTNAME=  Validate-0.8.5
+REVISION = 
 CATEGORIES=devel
 
 MODULES=   www/pear
diff -x CVS -x *~ -ruN /usr/ports/devel/pear-Validate/distinfo 
pear-Validate/distinfo
--- /usr/ports/devel/pear-Validate/distinfo Wed Nov 18 13:59:42 2009
+++ pear-Validate/distinfo  Fri Feb  8 06:18:06 2013
@@ -1,5 +1,5 @@
-MD5 (Validate-0.8.2.tgz) = dp38wymuf0L52HT8e67EoQ==
-RMD160 (Validate-0.8.2.tgz) = F4aEoeY8bZsp3gNjQDyMS2nqSds=
-SHA1 (Validate-0.8.2.tgz) = etYaaUNPmBqakFgME5dKh+BUhzY=
-SHA256 (Validate-0.8.2.tgz) = mAnjtMPR75CJV+jtAHI1BstyKeZmq2ji4zcZaoDt3uk=
-SIZE (Validate-0.8.2.tgz) = 20332
+MD5 (Validate-0.8.5.tgz) = MAf79967t8D8IGIvkAluuQ==
+RMD160 (Validate-0.8.5.tgz) = O3GctexQt6Cr/7UPKdGbFPcFz7Q=
+SHA1 (Validate-0.8.5.tgz) = PnWROLQB55JxR5vJTD4YF40QOnw=
+SHA256 (Validate-0.8.5.tgz) = LOSRPfItwIRwrwU8+BI8z7aZY54htSsDowHHr3ZBkqQ=
+SIZE (Validate-0.8.5.tgz) = 21668
diff -x CVS -x *~ -ruN /usr/ports/devel/pear-Validate/pkg/PLIST 
pear-Validate/pkg/PLIST
--- /usr/ports/devel/pear-Validate/pkg/PLISTWed Nov 18 13:59:42 2009
+++ pear-Validate/pkg/PLIST Tue Feb 12 09:54:51 2013
@@ -1,5 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/18 18:59:42 jasper Exp $
-@group daemon
+@group www
 lib/
 lib/php/
 pear/doc/


Re: OpenOffice port in 4.9

2011-08-11 Thread Vladimir Támara Patiño
On Thu, Aug 11, 2011 at 08:19:22AM -0300, Gonzalo L. R. wrote:
> try with editors/libreoffice

Thank you.  I prefer the new license of OpenOffice.

-- 
Dios, gracias por tu amor infinito.
--  
  Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/
  http://www.pasosdejesus.org/dominio_publico_colombia.html



OpenOffice port in 4.9

2011-08-11 Thread Vladimir Támara Patiño
Trying to compile de OpenOffice port in 4.9 I obtain:

>> Fetch
>> http://www.bsd.hu/~robert/ooo/OOo_3.3.0rc9_20110110_src_binfilter.tar.bz2
ftp: Error retrieving file: 404 Not Found
>> Fetch
>> http://vlaai.snt.utwente.nl/pub/software/openoffice/extended/3.3.0rc9/OOo_3.3.0rc9_20110110_src_binfilter.tar.bz2
ftp: Error retrieving file: 404 Not Found
>> Fetch
>> http://vlaai.snt.utwente.nl/pub/software/openoffice/stable/3.3.0rc9/OOo_3.3.0rc9_20110110_src_binfilter.tar.bz2
ftp: Error retrieving file: 404 Not Found
>> Fetch
>> http://humppa.hu/ooo/OOo_3.3.0rc9_20110110_src_binfilter.tar.bz2
ftp: Error retrieving file: 404 Not Found
>> Fetch
>> http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Sources/OOo_3.3.0rc9_20110110_src_binfilter.tar.bz2
ftp: Error retrieving file: 404 Not Found
...

I have not found that file (OOo_3.3.0rc9_20110110_src_binfilter.tar.bz2)

Any suggestion?

-- 
Dios, gracias por tu amor infinito.
--  
  Vladimir Támara Patiño.  http://vtamara.pasosdeJesus.org/
  http://www.pasosdejesus.org/dominio_publico_colombia.html



Want to share course related with OpenBSD

2011-06-06 Thread Vladimir Támara Patiño
Good evening

I just wanted to share with you, that I'm organizing a course about the
distribution adJ of OpenBSD. The free virtual part is in spanish at:
https://new.p2pu.org/es/groups/openbsd-adj-como-sistema-de-escritorio/

>From 4th June to 1th July (it already began).


Best regards.
-- 
Dios, gracias por tu amor infinito.
--  
  Vladimir Támara Patiño.  
  http://vtamara.pasosdeJesus.org/



Re: Patch for port openpoppassd

2011-04-10 Thread Vladimir Támara Patiño
On Sun, Apr 10, 2011 at 03:49:05PM +0200, Antoine Jacoutot wrote:
> You're not up to date.

Thanks, its already solved in current.  However it happened in
4.8 and 4.9, I used the patch in a server with 4.8.

-- 
Dios, gracias por tu amor infinito.
--  
  Vladimir Támara Patiño.  
  http://vtamara.pasosdeJesus.org/



Patch for port openpoppassd

2011-04-10 Thread Vladimir Támara Patiño
By default openpoppassd tries with user _poppass but the 
user added is _poppassd, I had to add the following patch

patches/patch-poppassd_h ::


$OpenBSD$
--- poppassd.h.orig Sun Apr 10 08:32:29 2011
+++ poppassd.h  Sun Apr 10 08:32:40 2011
@@ -27,7 +27,7 @@
 #include 
 #include 
 
-#definePOPPASSD_USER "_poppass"
+#definePOPPASSD_USER "_poppassd"
 #define BUFSIZE   1000
 #define VERSION   "1.1"
 #define LISTEN_IP "127.0.0.1"


Best regards, God bless us.
-- 
Dios, gracias por tu amor infinito.
--  
  Vladimir Támara Patiño.  
  http://vtamara.pasosdeJesus.org/



Support for xz in bsd.port.mk

2011-02-17 Thread Vladimir Támara Patiño
Since the sources of libtheora version 1.2.0alpha1 come also in a
tar.xz file (see http://www.theora.org/downloads/ ) and we already
have archivers/xz, I made small change in 
/usr/ports/infrastructure/mk/bsd.port.mk to support that
format in distfiles and patches (following the changes for bzip2).

Index: bsd.port.mk
===
RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v
retrieving revision 1.1071
diff -u -r1.1071 bsd.port.mk
--- bsd.port.mk 16 Jan 2011 20:36:49 -  1.1071
+++ bsd.port.mk 17 Feb 2011 12:13:45 -
@@ -745,6 +745,7 @@
 TAR ?= /bin/tar
 UNZIP ?= unzip
 BZIP2 ?= bzip2
+XZ?= xz
 
 
 # copy selected info from bsd.own.mk
@@ -1206,8 +1207,13 @@
(defined(PATCHFILES) && !empty(_PATCHFILES:M*.bz2))
 _USE_BZIP2 ?= Yes
 .endif
+.if !empty(EXTRACT_ONLY:M*.tar.xz) || !empty(EXTRACT_ONLY:M*.txz) || \
+   (defined(PATCHFILES) && !empty(_PATCHFILES:M*.xz))
+_USE_XZ ?= Yes
+.endif
 _USE_ZIP ?= No
 _USE_BZIP2 ?= No
+_USE_XZ ?= No
 
 EXTRACT_CASES ?=
 
@@ -1224,6 +1230,11 @@
 EXTRACT_CASES += *.tar.bz2|*.tbz2) \
${BZIP2} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
 .endif
+.if ${_USE_XZ:L} != "no"
+BUILD_DEPENDS += archivers/xz
+EXTRACT_CASES += *.tar.xz|*.txz) \
+   ${XZ} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
+.endif
 EXTRACT_CASES += *.tar) \
${TAR} xf ${FULLDISTDIR}/$$archive;;
 EXTRACT_CASES += *.shar.gz|*.shar.Z|*.sh.gz|*.sh.Z) \
@@ -1241,6 +1252,10 @@
 .if ${_USE_BZIP2:L} != "no"
 PATCH_CASES += *.bz2) \
${BZIP2} -dc $$patchfile | ${PATCH} ${PATCH_DIST_ARGS};;
+.endif
+.if ${_USE_XZ:L} != "no"
+PATCH_CASES += *.xz) \
+   ${XZ} -dc $$patchfile | ${PATCH} ${PATCH_DIST_ARGS};;
 .endif
 PATCH_CASES += *.Z|*.gz) \
${GZCAT} $$patchfile | ${PATCH} ${PATCH_DIST_ARGS};;


-- 
Dios, gracias por tu amor infinito.
--  
  Vladimir Támara Patiño.  
  http://vtamara.pasosdeJesus.org/





Update for xfe to 1.32.1

2010-04-04 Thread Vladimir Támara Patiño

Good morning in the Lord

Below.  There are 3 new patches attached.

-- 
Dios, gracias por tu amor infinito.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://vtamara.pasosdeJesus.org/

Index: Makefile
===
RCS file: /cvs/ports/x11/xfe/Makefile,v
retrieving revision 1.17
diff -N -u Makefile
--- Makefile3 Nov 2009 13:27:43 -   1.17
+++ Makefile4 Apr 2010 10:13:42 -
@@ -1,14 +1,14 @@
-# $OpenBSD: Makefile,v 1.17 2009/11/03 13:27:43 stephan Exp $
+# $OpenBSD: Makefile,v 1.13 2009/01/24 15:35:18 ajacoutot Exp $
 
 COMMENT=   MS-Explorer like file manager for X
 
-DISTNAME=  xfe-1.19.2
-PKGNAME=   ${DISTNAME}p4
+DISTNAME=  xfe-1.32.1
+PKGNAME=   ${DISTNAME}
 CATEGORIES=x11
 
 HOMEPAGE=  http://roland65.free.fr/xfe/
 
-MAINTAINER=Stephan A. Rickauer 
+MAINTAINER=Stephan A. Rickauer 
 
 # GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
@@ -19,13 +19,14 @@
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xfe/}
 
 WANTLIB=   X11 Xau Xdmcp Xft Xrender c expat fontconfig freetype \
-   m pthread stdc++ png z pthread-stubs xcb
+   m pthread stdc++ png z
 
 MODULES=   devel/gettext
 LIB_DEPENDS=   FOX-1.6.>=1::devel/fox
 
 USE_X11=   Yes
 USE_LIBTOOL=   Yes
+USE_GMAKE= Yes
 
 CONFIGURE_STYLE=gnu
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
Index: distinfo
===
RCS file: /cvs/ports/x11/xfe/distinfo,v
retrieving revision 1.10
diff -N -u distinfo
--- distinfo20 Aug 2008 08:43:24 -  1.10
+++ distinfo4 Apr 2010 10:13:42 -
@@ -1,5 +1,5 @@
-MD5 (xfe-1.19.2.tar.gz) = ZOl2+9juP6zt3Zxz79xd7g==
-RMD160 (xfe-1.19.2.tar.gz) = rce795ygfxjoRIs2cfJeWbbCLpo=
-SHA1 (xfe-1.19.2.tar.gz) = NMCDN2lhPvsVve/N4YGYlSzY3Jk=
-SHA256 (xfe-1.19.2.tar.gz) = ijC5kpMbGxyt1GnGvwF0kZ/QblYvjAiWLvJs5MCR6kI=
-SIZE (xfe-1.19.2.tar.gz) = 2084775
+MD5 (xfe-1.32.1.tar.gz) = fMvDX8ks9y0uQF0yv9dBvA==
+RMD160 (xfe-1.32.1.tar.gz) = R06os30YL1EZ+5Vt+PqypmsbB4M=
+SHA1 (xfe-1.32.1.tar.gz) = xbWsPS9+GHBtx/tYtGTI7KZgG6E=
+SHA256 (xfe-1.32.1.tar.gz) = lQJWNBUikcRIpLxmly2ADgX9wSQNqktJaY3us8AqtDo=
+SIZE (xfe-1.32.1.tar.gz) = 2115355
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/x11/xfe/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -N -u patches/patch-Makefile_in
--- patches/patch-Makefile_in   20 Aug 2008 08:43:24 -  1.7
+++ patches/patch-Makefile_in   4 Apr 2010 10:13:42 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.7 2008/08/20 08:43:24 ajacoutot Exp $
 Makefile.in.orig   Fri Aug  1 10:49:57 2008
-+++ Makefile.inSat Aug 16 14:52:56 2008
-@@ -378,12 +378,11 @@ uninstall-iconDATA:
+--- Makefile.in.orig   Tue Oct 20 10:46:33 2009
 Makefile.inFri Mar 26 07:38:59 2010
+@@ -452,12 +452,11 @@ uninstall-iconDATA:
done
  install-rcDATA: $(rc_DATA)
@$(NORMAL_INSTALL)
Index: patches/patch-configure
===
RCS file: /cvs/ports/x11/xfe/patches/patch-configure,v
retrieving revision 1.5
diff -N -u patches/patch-configure
--- patches/patch-configure 20 Aug 2008 08:43:24 -  1.5
+++ patches/patch-configure 4 Apr 2010 10:13:42 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.5 2008/08/20 08:43:24 ajacoutot Exp $
 configure.orig Fri Aug  1 10:49:52 2008
-+++ configure  Sat Aug 16 14:52:56 2008
-@@ -5438,7 +5438,7 @@ elif test $ac_cv_prog_cxx_g = yes; then
+--- configure.orig Tue Oct 20 10:46:34 2009
 configure  Fri Mar 26 07:38:59 2010
+@@ -5458,7 +5458,7 @@ elif test $ac_cv_prog_cxx_g = yes; then
fi
  else
if test "$GXX" = yes; then
@@ -10,7 +10,7 @@
else
  CXXFLAGS=
fi
-@@ -8600,13 +8600,13 @@ fi
+@@ -8832,13 +8832,13 @@ fi
  
  else
# Some library is needed. Try libpthread and libc_r.
@@ -27,7 +27,7 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -8663,8 +8663,8 @@ fi
+@@ -8895,8 +8895,8 @@ fi
  echo "${ECHO_T}$ac_cv_lib_pthread_pthread_kill" >&6; }
  if test $ac_cv_lib_pthread_pthread_kill = yes; then
gl_have_pthread=yes
@@ -38,7 +38,7 @@
  fi
  
if test -z "$gl_have_pthread"; then
-@@ -16622,7 +16622,7 @@ LIBTHREAD!$LIBTHREAD$ac_delim
+@@ -21720,7 +21720,7 @@ LIBTHREAD!$LIBTHREAD$ac_delim
  LTLIBTHREAD!$LTLIBTHREAD$ac_delim
  LIBMULTITHREAD!$LIBMULTITHREAD$ac_delim
  LTLIBMULTITHREAD!$LTLIBMULTITHREAD$ac_delim
@@ -47,7 +47,7 @@
  LTLIBICONV!$LTLIBICONV$ac_delim
  INTLBISON!$INTLBISON$ac_delim
  GLIBC21!$GLIBC21$ac_delim
-@@ -16643,8 +16643,8 @@ INSTOBJEXT!$INSTOBJEXT$ac_delim
+@@ -21737,8 +21737,8 @@ INSTOBJEXT!$INSTOBJEXT$ac_delim
  GENCAT!$GENCAT$ac_delim
  INTLOBJS!$INTLOBJS$ac_delim
  INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim
@@ -5

Update libtheora 1.1.1

2009-11-13 Thread Vladimir Támara Patiño
Good evening in the Lord

Below is the patch.  It includes suggestions of Brad.
(Assembler disabled while regression tests are fixed).

Best regards.
-- 
Dios, gracias por tu amor infinito.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara


diff -uNr --exclude=CVS ./Makefile ../nlibtheora/Makefile
--- ./Makefile  Fri Oct 30 07:50:00 2009
+++ ../nlibtheora/Makefile  Fri Oct 30 07:24:37 2009
@@ -2,14 +2,14 @@
 
 COMMENT=   open video codec
 
-DISTNAME=  libtheora-1.0
+DISTNAME=  libtheora-1.1.1
 CATEGORIES=multimedia
 MASTER_SITES=  http://downloads.xiph.org/releases/theora/
 EXTRACT_SUFX=  .tar.bz2
 
-SHARED_LIBS+=  theora  3.1
-SHARED_LIBS+=  theoradec   1.0
-SHARED_LIBS+=  theoraenc   1.1
+SHARED_LIBS+=  theora  3.2
+SHARED_LIBS+=  theoradec   1.1
+SHARED_LIBS+=  theoraenc   1.2
 
 HOMEPAGE=  http://www.theora.org/
 
@@ -26,9 +26,13 @@
 
 USE_LIBTOOL=   Yes
 SEPARATE_BUILD=concurrent
-CONFIGURE_STYLE=gnu
-CONFIGURE_ARGS=--disable-examples
+CONFIGURE_STYLE=autoconf
+AUTOCONF_VERSION=2.61
+CONFIGURE_ARGS=--disable-examples --disable-asm
 CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false \
ac_cv_prog_HAVE_PDFLATEX=false
+
+#MODULES+=   gcc4
+#MODGCC4_ARCHES= *
 
 .include 
diff -uNr --exclude=CVS ./distinfo ../nlibtheora/distinfo
--- ./distinfo  Fri Oct 30 07:50:00 2009
+++ ../nlibtheora/distinfo  Thu Oct 22 05:26:02 2009
@@ -1,5 +1,5 @@
-MD5 (libtheora-1.0.tar.bz2) = yWOTcFP0Wnh4lUvtN86xgg==
-RMD160 (libtheora-1.0.tar.bz2) = 9y0KLOhHWoiKtn/Xe3Em1m1TfJs=
-SHA1 (libtheora-1.0.tar.bz2) = AnF3cwAbRPlbxsIxEaiUk6SpP4c=
-SHA256 (libtheora-1.0.tar.bz2) = OunfVuj8df/ibmOhPK4s550HlBYXX7C6/+Di3o3JGm0=
-SIZE (libtheora-1.0.tar.bz2) = 1652987
+MD5 (libtheora-1.1.1.tar.bz2) = KSq2XO3VAh1rfd0RfgfNjg==
+RMD160 (libtheora-1.1.1.tar.bz2) = HQcjS9fiKWxh1uMP6YFkFap/2OU=
+SHA1 (libtheora-1.1.1.tar.bz2) = jcqo5hzYbrEkRGfAtkud2sBK4mI=
+SHA256 (libtheora-1.1.1.tar.bz2) = tq4e4vo9QqxIkofT7DTFiFcwsSlvCAGuV3o1GT06/7w=
+SIZE (libtheora-1.1.1.tar.bz2) = 1903175
diff -uNr --exclude=CVS ./patches/patch-configure_ac 
../nlibtheora/patches/patch-configure_ac
--- ./patches/patch-configure_acWed Dec 31 19:00:00 1969
+++ ../nlibtheora/patches/patch-configure_acThu Oct 22 05:26:23 2009
@@ -0,0 +1,24 @@
+$OpenBSD$
+--- configure.ac.orig  Sat Aug 22 13:54:35 2009
 configure.ac   Thu Aug 27 23:43:00 2009
+@@ -168,8 +168,8 @@ else
+ case $host in 
+ *)
+ DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
+-CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr 
-fomit-frame-pointer -finline-functions -funroll-loops"
+-PROFILE="-Wall -Wno-parentheses -pg -g -O3 
-fno-inline-functions -DDEBUG";;
++CFLAGS="-Wall -Wno-parentheses -fforce-addr 
-fomit-frame-pointer -finline-functions -funroll-loops"
++PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions 
-DDEBUG";;
+ esac
+ fi
+ CFLAGS="$CFLAGS $cflags_save"
+@@ -426,7 +426,8 @@ dnl Check for library functions
+ dnl --
+ 
+ dnl OpenBSD needs -lcompat for ftime() used by dump_video.c
+-AC_SEARCH_LIBS([ftime], [compat])
++AC_CHECK_LIB([compat], [ftime], [COMPAT_LIBS='-lcompat'])
++AC_SUBST(COMPAT_LIBS)
+ 
+ dnl substitute the included getopt if the system doesn't support long options
+ AC_CHECK_FUNC(getopt_long,
diff -uNr --exclude=CVS ./patches/patch-doc_Makefile_in 
../nlibtheora/patches/patch-doc_Makefile_in
--- ./patches/patch-doc_Makefile_in Fri Oct 30 07:50:00 2009
+++ ../nlibtheora/patches/patch-doc_Makefile_in Thu Oct 22 05:26:23 2009
@@ -1,12 +1,12 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.3 2008/07/25 14:20:18 brad Exp $
 doc/Makefile.in.orig   Wed Apr 16 16:26:14 2008
-+++ doc/Makefile.inTue Jul 15 16:54:48 2008
-@@ -187,7 +187,7 @@ build_vendor = @build_vendor@
- builddir = @builddir@
- datadir = @datadir@
- datarootdir = @datarootdir@
+--- doc/Makefile.in.orig   Wed Aug 12 11:58:08 2009
 doc/Makefile.inWed Aug 12 21:44:27 2009
+@@ -161,7 +161,7 @@ sys_symbol_underscore = @sys_symbol_underscore@
+ 
+ SUBDIRS = spec
+ 
 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 +docdir = $(datadir)/doc/$(PACKAGE)
- dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
+ 
+ static_docs = vp3-format.txt color.html \
+   draft-ietf-avt-rtp-theora-00.xml \
diff -uNr --exclude=CVS ./patches/patch-doc_spec_Makefile_in 
../nlibtheora/patches/patch-doc_spec_Makefile_in
--- ./patches/patch-doc_spec_Makefile_inFri Oct 30 07:50:00 2009
+++ ../nlibtheora/patches/patch-doc_spec_Makefile_inThu Oct 22 05:26:23 2009
@@ -1,12 +1,12 @@
 $OpenBSD: patch-doc_spec_Makefile_in,v 1.1 2008/07/25 14:20:50 brad Exp $
 doc/spec/Makefile.in.orig  Tue Ju

Please test patch for libtheora1.1beta3

2009-08-25 Thread Vladimir Támara Patiño
Good morning in the Lord

Could you please test the update and a new patch for
libtheora1.1beta3 (please download the attachment as
libtheora/patches/patch-lib_x86_mmxencfrag_c

The patch is for amd64, described at:
http://lists.xiph.org/pipermail/theora/2009-August/002640.html

Best regards
-- 
Dios, gracias por tu amor infinito.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara


Index: Makefile
===
RCS file: /cvs/ports/multimedia/libtheora/Makefile,v
retrieving revision 1.10
diff -u Makefile
--- Makefile12 Feb 2009 03:21:56 -  1.10
+++ Makefile25 Aug 2009 14:46:39 -
@@ -2,14 +2,14 @@
 
 COMMENT=   open video codec
 
-DISTNAME=  libtheora-1.0
+DISTNAME=  libtheora-1.1beta3
 CATEGORIES=multimedia
 MASTER_SITES=  http://downloads.xiph.org/releases/theora/
 EXTRACT_SUFX=  .tar.bz2
 
 SHARED_LIBS+=  theora  3.1
 SHARED_LIBS+=  theoradec   1.0
-SHARED_LIBS+=  theoraenc   1.1
+SHARED_LIBS+=  theoraenc   1.2
 
 HOMEPAGE=  http://www.theora.org/
 
@@ -30,5 +30,8 @@
 CONFIGURE_ARGS=--disable-examples
 CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false \
ac_cv_prog_HAVE_PDFLATEX=false
+
+#MODULES+=   gcc4
+#MODGCC4_ARCHES= *
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/multimedia/libtheora/distinfo,v
retrieving revision 1.6
diff -u distinfo
--- distinfo12 Feb 2009 03:21:56 -  1.6
+++ distinfo25 Aug 2009 14:46:39 -
@@ -1,5 +1,5 @@
-MD5 (libtheora-1.0.tar.bz2) = yWOTcFP0Wnh4lUvtN86xgg==
-RMD160 (libtheora-1.0.tar.bz2) = 9y0KLOhHWoiKtn/Xe3Em1m1TfJs=
-SHA1 (libtheora-1.0.tar.bz2) = AnF3cwAbRPlbxsIxEaiUk6SpP4c=
-SHA256 (libtheora-1.0.tar.bz2) = OunfVuj8df/ibmOhPK4s550HlBYXX7C6/+Di3o3JGm0=
-SIZE (libtheora-1.0.tar.bz2) = 1652987
+MD5 (libtheora-1.1beta3.tar.bz2) = IBKpmX9MciDNpDkRhqB/FQ==
+RMD160 (libtheora-1.1beta3.tar.bz2) = pRtrXNr+ETDuZDnOqOiS83oQtQc=
+SHA1 (libtheora-1.1beta3.tar.bz2) = q8qX5L0sqtiW4cLBNZYmqQM9qLA=
+SHA256 (libtheora-1.1beta3.tar.bz2) = 
2HP0wBgfp1tePPBpQzdAsnd4EML9WAVdTmKqrAwjnV4=
+SIZE (libtheora-1.1beta3.tar.bz2) = 1785382
Index: patches/patch-configure
===
RCS file: /cvs/ports/multimedia/libtheora/patches/patch-configure,v
retrieving revision 1.4
diff -u patches/patch-configure
--- patches/patch-configure 25 Jul 2008 14:20:50 -  1.4
+++ patches/patch-configure 25 Aug 2009 14:46:39 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.4 2008/07/25 14:20:50 brad Exp $
 configure.orig Thu Jul 24 13:22:04 2008
-+++ configure  Thu Jul 24 13:23:06 2008
-@@ -19970,8 +19970,8 @@ else
+--- configure.orig Wed Aug 12 11:58:08 2009
 configure  Wed Aug 12 21:42:50 2009
+@@ -11843,8 +11843,8 @@ else
  case $host in
  *)
  DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
Index: patches/patch-doc_Makefile_in
===
RCS file: /cvs/ports/multimedia/libtheora/patches/patch-doc_Makefile_in,v
retrieving revision 1.3
diff -u patches/patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in   25 Jul 2008 14:20:18 -  1.3
+++ patches/patch-doc_Makefile_in   25 Aug 2009 14:46:39 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.3 2008/07/25 14:20:18 brad Exp $
 doc/Makefile.in.orig   Wed Apr 16 16:26:14 2008
-+++ doc/Makefile.inTue Jul 15 16:54:48 2008
-@@ -187,7 +187,7 @@ build_vendor = @build_vendor@
- builddir = @builddir@
- datadir = @datadir@
- datarootdir = @datarootdir@
+--- doc/Makefile.in.orig   Wed Aug 12 11:58:08 2009
 doc/Makefile.inWed Aug 12 21:44:27 2009
+@@ -161,7 +161,7 @@ sys_symbol_underscore = @sys_symbol_underscore@
+ 
+ SUBDIRS = spec
+ 
 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 +docdir = $(datadir)/doc/$(PACKAGE)
- dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
+ 
+ static_docs = vp3-format.txt color.html \
+   draft-ietf-avt-rtp-theora-00.xml \
Index: patches/patch-doc_spec_Makefile_in
===
RCS file: /cvs/ports/multimedia/libtheora/patches/patch-doc_spec_Makefile_in,v
retrieving revision 1.1
diff -u patches/patch-doc_spec_Makefile_in
--- patches/patch-doc_spec_Makefile_in  25 Jul 2008 14:20:50 -  1.1
+++ patches/patch-doc_spec_Makefile_in  25 Aug 2009 14:46:39 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-doc_spec_Makefile_in,v 1.1 2008/07/25 14:20:50 brad Exp $
 doc/spec/Makefile.in.orig  Tue Jul 15 17:48:31 2008
-+++ doc/spec/Makefile.in   Tue Jul 15 17:48:40 2008
-@@ -197,7 +197,7 @@ build_vendor = @build_vendor@
- builddir = @builddir@
- datadir = @datadir@
- datarootdir = @datarootdir@
+--- doc/spec/Makefile.in.orig  Wed Aug 12 11:

[Computer Security, Human Rights] Public invitation to audit SIVeL

2008-11-11 Thread Vladimir Támara Patiño
Thanks to God from 28/10/2008 up to 28/11/2008 we are able to offer
EU$30 ($90.000 colombian pesos) for each vulnerability found and fixed
in SIVeL 1.0cp2 (development version).

If you belong to an organization that documents infractions to
Humanitarian international Law or Human Rights Violations with
development versions of SIVeL, we invite you to donate for this public
invitation, in order to increase the reward offered.

If you are developer or interested in information security we invite you
to look for bugs in the security of SIVeL, by experimenting on the
test installation for this call; by doing your own installation, 
following the recommendations for the operation environment (see 
http://sivel.sourceforge.net/instalacion.html ), or by auditing the 
PHP sources in the public domain available in the CVS.

To report a vulnerability please have in mind:

* You must find the bug.
* Each bug must be replicable in the test installation.
You can check the form that don't require authentication:
https://sivel1.pasosdeJesus.org/consulta_web.php ;
as well as other modules that shouldn't allow modification of
information as user sivel1 with password sivel1:
https://sivel1.pasosdeJesus.org/index.php ; or as administrator
adminsivel1 --same password. This installation operates on the
recommended execution platform (OpenBSD distribution adJ 4.3pre, web server
with SSL in chroot, PostgreSQL with authentication and hardened PHP) 
and uses data from Banco De Datos de Violencia Política, DH y DIH del CINEP
http://www.nocheyniebla.org
* Your report should explain the methodology that you used to find
the bug and propose a solution in the source code available at the CVS
repository (branch HEAD) http://sivel.cvs.sourceforge.net/sivel/ 
(examples of previous auditories are available in the sources of SIVeL 
in the directory doc).
* To report a vulnerability please subscribe your email address to
the non moderated list sivel-desarrollo 
https://lists.sourceforge.net/lists/listinfo/sivel-desarrollo 
and send there your public domain report (by reporting a vulnerability 
in that list you confirm that your contribution is in the public domain).
To see the archives of that list please subscribe to sourceforge.net.
* Your report will be evaluated and answered in the same list, and
if we are able to reproduce it, we will give you the monetary
compensation personally or via PayPal or a bank transfer.
* The data about yourself that you don't want to publish in the list
(for example your name), can be sent to Vladimir Támara Patiño 
[EMAIL PROTECTED] or by writing to Cr 5 #33A-08, Bogotá, Colombia 
(if you need to send encrypted information you can use the PGP public 
key available at http://www.geocities.com/v-tamara/vtamara-pgp.txt ). 

We thank your interest in this public call, its most recent version is
available at: http://sivel.sf.net/call.html. We invite you to distribute
it without changes. 




Update: libtheora 1.0

2008-11-04 Thread Vladimir Támara Patiño
Good morning in the Lord.

I sent a patch to update to libtheora-1.0beta2 on 15 October 2007:
http://archives.neohapsis.com/archives/openbsd/2007-10/1047.html

It was not applied, and a question I posted there was not answered.  
Recently I discovered a commit in the CVS of Jul 25.2008 that says:

"Also remove previous MAINTAINER (timeout)."

http://www.openbsd.org/cgi-bin/cvsweb/ports/multimedia/libtheora/Makefile?rev=1.9

I'm sorry for not sending a patch for beta3 I thought you wanted
to wait until 1.0. 

I cannot find the annoucument of the update applied in the archive 
of the mailing list.  

I hope you will list me again as maintainer, and we can communicate
better.  

A patch for libtheora 1.0 tested on AMD64 is below.
 
Best regards.
-- 
Dios, gracias por tu amor infinito.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara



Index: Makefile
===
RCS file: /cvs/ports/multimedia/libtheora/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile25 Jul 2008 14:15:55 -  1.9
+++ Makefile4 Nov 2008 18:09:55 -
@@ -2,7 +2,7 @@
 
 COMMENT=   open video codec
 
-DISTNAME=  libtheora-1.0beta3
+DISTNAME=  libtheora-1.0
 CATEGORIES=multimedia
 MASTER_SITES=  http://downloads.xiph.org/releases/theora/
 
@@ -10,7 +10,11 @@
 SHARED_LIBS+=  theoradec   1.0
 SHARED_LIBS+=  theoraenc   1.0
 
+EXTRACT_SUFX=   .tar.bz2
+
 HOMEPAGE=  http://www.theora.org/
+
+MAINTAINER= Vladimir Tamara Patino <[EMAIL PROTECTED]>
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===
RCS file: /cvs/ports/multimedia/libtheora/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo25 Jul 2008 14:15:55 -  1.5
+++ distinfo4 Nov 2008 18:09:55 -
@@ -1,5 +1,5 @@
-MD5 (libtheora-1.0beta3.tar.gz) = mPv0p6YUhtsXgD4PUh9qyA==
-RMD160 (libtheora-1.0beta3.tar.gz) = hnvRNFr7Rkk5Hn8Kcs0E0RknskY=
-SHA1 (libtheora-1.0beta3.tar.gz) = apMqvmNLWH/SDkhpw0enj5xT89c=
-SHA256 (libtheora-1.0beta3.tar.gz) = 
cuoVX1z7iv7HkcVJweicmlNYxsMBzlR6oM1fp9RerkQ=
-SIZE (libtheora-1.0beta3.tar.gz) = 1905383
+MD5 (libtheora-1.0.tar.bz2) = yWOTcFP0Wnh4lUvtN86xgg==
+RMD160 (libtheora-1.0.tar.bz2) = 9y0KLOhHWoiKtn/Xe3Em1m1TfJs=
+SHA1 (libtheora-1.0.tar.bz2) = AnF3cwAbRPlbxsIxEaiUk6SpP4c=
+SHA256 (libtheora-1.0.tar.bz2) = OunfVuj8df/ibmOhPK4s550HlBYXX7C6/+Di3o3JGm0=
+SIZE (libtheora-1.0.tar.bz2) = 1652987



Port of FbDesk

2008-02-07 Thread Vladimir Támara Patiño
Good morning in the Lord

Attached is a simple port of fbdesk.

DESCR

FbDesk is a fluxbox-util application that creates and manage icons on
your Fluxbox desktop.   Implementes features like: transparent texts and
icons, several graphics formats, antialiased text, UTF-8 and multibyte 
support, vertical text, grid snapping, GUI for editing command/label and
add/remove icons.


It is in category x11, however in my humble opinion it would be better as 
subdirectory of x11/fluxbox along with fluxter (cunrrently in x11).

Best regards.  God illuminate us.
-- 
Dios, gracias por tu amor infinito.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara



fbdesk-port.tar.gz
Description: application/tar-gz


[UPDATE] libtheora-1.0beta2

2007-10-15 Thread Vladimir Támara Patiño
Good morning in the Lord

Tested on i386 and amd64

I wonder if the version of the library (SHARED_LIBS) is correct (3.1) since 
in other OSs the original of the library is used (0.3.1).  

Shouldn't we use 0.3.1 ?

Best regards. God illuminate us.
-- 
Dios, gracias por tu amor infinto.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara

Index: Makefile
===
RCS file: /cvs/ports/multimedia/libtheora/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile2007/09/16 03:24:28 1.8
+++ Makefile2007/10/15 15:53:46
@@ -1,9 +1,9 @@
 # $OpenBSD: Makefile,v 1.8 2007/09/16 03:24:28 merdely Exp $
 
-COMMENT=   open video codec
-DISTNAME=  libtheora-1.0alpha7
+COMMENT=   "open video codec"
+DISTNAME=  libtheora-1.0beta2
 CATEGORIES=multimedia
-SHARED_LIBS=   theora  2.0
+SHARED_LIBS=   theora  3.1
 
 MASTER_SITES=  http://downloads.xiph.org/releases/theora/
 
@@ -20,8 +20,10 @@
 # uses Ogg headers
 LIB_DEPENDS=   ogg.>=5::audio/libogg
 
+LIBS=-lcompat
 USE_LIBTOOL=   Yes
 SEPARATE_BUILD=concurrent
 CONFIGURE_STYLE=gnu
+CONFIGURE_ENV="LIBS=-lcompat"
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/multimedia/libtheora/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo2007/04/05 16:20:07 1.4
+++ distinfo2007/10/15 15:53:46
@@ -1,5 +1,5 @@
-MD5 (libtheora-1.0alpha7.tar.gz) = Ve48bbPgkn55GDCYkaj1Kw==
-RMD160 (libtheora-1.0alpha7.tar.gz) = EpcMjQVbYEJiWp8fxjTENwgnEWo=
-SHA1 (libtheora-1.0alpha7.tar.gz) = g527fvDLHD+/z3iNzs+edVBCdJE=
-SHA256 (libtheora-1.0alpha7.tar.gz) = 
9cdzDe0Cc6hhWxK0ajK4ALvLnoYeOhiqkrHAYpgaL+8=
-SIZE (libtheora-1.0alpha7.tar.gz) = 2002542
+MD5 (libtheora-1.0beta2.tar.gz) = jh7jyrSq9hyJUSHUXcyvcQ==
+RMD160 (libtheora-1.0beta2.tar.gz) = y8VPjWIDsfF342KU1SfE9s4bvtE=
+SHA1 (libtheora-1.0beta2.tar.gz) = pPVuo8aJF7zgbb2XbzIf5DNK+Qk=
+SHA256 (libtheora-1.0beta2.tar.gz) = 
j7UgwzNGJFTKn7nfMowW65XGxSmLbl/YGT5pEm++nEc=
+SIZE (libtheora-1.0beta2.tar.gz) = 1961709
Index: patches/patch-doc_Makefile_in
===
RCS file: /cvs/ports/multimedia/libtheora/patches/patch-doc_Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in   2006/07/21 11:24:07 1.2
+++ patches/patch-doc_Makefile_in   2007/10/15 15:53:46
@@ -1,12 +1,12 @@
-$OpenBSD: patch-doc_Makefile_in,v 1.2 2006/07/21 11:24:07 steven Exp $
 doc/Makefile.in.orig   Wed Jun 28 23:08:22 2006
-+++ doc/Makefile.inWed Jun 28 23:08:34 2006
-@@ -215,7 +215,7 @@ target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
- SUBDIRS = #python
+$OpenBSD$
+--- doc/Makefile.in.orig   Fri Sep 28 05:48:10 2007
 doc/Makefile.inFri Sep 28 05:48:19 2007
+@@ -176,7 +176,7 @@ build_vendor = @build_vendor@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 +docdir = $(datadir)/doc/$(PACKAGE)
- built_docs = 
- static_docs = vp3-format.txt color.html \
-   draft-barbato-avt-rtp-theora-01.xml \
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host = @host@
Index: patches/patch-examples_Makefile_in
===
RCS file: /cvs/ports/multimedia/libtheora/patches/patch-examples_Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-examples_Makefile_in
--- patches/patch-examples_Makefile_in  2006/07/21 11:24:07 1.2
+++ patches/patch-examples_Makefile_in  2007/10/15 15:53:46
@@ -1,12 +1,11 @@
-$OpenBSD: patch-examples_Makefile_in,v 1.2 2006/07/21 11:24:07 steven Exp $
 examples/Makefile.in.orig  Tue Jun 20 15:06:55 2006
-+++ examples/Makefile.in   Wed Jun 28 23:06:56 2006
-@@ -290,7 +290,7 @@ encoder_example$(EXEEXT): $(encoder_exam
-   $(LINK) $(encoder_example_LDFLAGS) $(encoder_example_OBJECTS) 
$(encoder_example_LDADD) $(LIBS)
+$OpenBSD$
+--- examples/Makefile.in.orig  Fri Sep 28 23:11:26 2007
 examples/Makefile.in   Fri Sep 28 23:12:10 2007
+@@ -299,7 +299,6 @@ encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $
+   $(encoder_example_LINK) $(encoder_example_OBJECTS) 
$(encoder_example_LDADD) $(LIBS)
  player_example$(EXEEXT): $(player_example_OBJECTS) 
$(player_example_DEPENDENCIES) 
@rm -f player_example$(EXEEXT)
--  $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
-+# $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
- 
- mostlyclean-compile:
-   -rm -f *.$(OBJEXT)
+-  $(player_example_LINK) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
+ png2theora$(EXEEXT): $(png2theora_OBJECTS) $(png2theora_DEPENDENCIES) 
+

UPDATE for hpijs and foomatic-filters

2007-07-25 Thread Vladimir Támara Patiño
Good morning in the Lord

I could install and after that print in a "HP PSC-1315" with current
cups, attached hpijs and the ports sent again by Jakob: foomatic-db,
foomatic-filters, foomatic-engine, gutenprint

Please consider their inclusion in the ports tree with two small
changes (the smallest I could think after 
 http://archives.neohapsis.com/archives/openbsd/2005-07/1133.html ):

1. Updating hpijs as described below
2. Removing from foomatic-filters/pkg/PLIST:
@conflict hpijs-*

The attached patch for hpijs doesn't install foomatic-rip.

I hope this long issue is finally solved and those good ports of Jakob
will finally be included as official ports.

Best regards. God illuminate us.
-- 
Dios, gracias por tu amor infinto.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara

Index: patches/patch-Makefile_am
===
RCS file: /cvs/ports/print/hpijs/patches/patch-Makefile_am,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile_am
--- patches/patch-Makefile_am   2007/04/29 00:15:02 1.2
+++ patches/patch-Makefile_am   2007/07/25 14:21:24
@@ -1,6 +1,15 @@
 $OpenBSD: patch-Makefile_am,v 1.2 2007/04/29 00:15:02 jasper Exp $
 Makefile.am.orig   Wed Oct  1 22:07:56 2003
-+++ Makefile.amSun Apr 29 02:15:51 2007
+--- Makefile.am.orig   Wed Oct  1 15:07:56 2003
 Makefile.amWed Jul 25 09:16:19 2007
+@@ -4,7 +4,7 @@ ppddir = $(datadir)/ppd/HP
+ if FOOMATIC_INSTALL
+ foomatichook = install-foomatic
+ unfoomatichook = uninstall-foomatic
+-rip = foomatic-rip
++rip = 
+ if CUPS_INSTALL
+ cupshook = install-cups
+ uncupshook = uninstall-cups
 @@ -57,7 +57,7 @@ uninstall-hook: $(unfoomatichook) $(uncupshook)
  install-foomatic:
mkdir -p $(DESTDIR)/$(ppddir)
@@ -10,3 +19,13 @@
gzip -f $(DESTDIR)/$(ppddir)/*
  
  uninstall-foomatic:
+@@ -68,9 +68,6 @@ install-cups:
+   rm -f $(DESTDIR)/$(CUPS_PPD_PATH)/foomatic-ppds
+   mkdir -p $(DESTDIR)/$(CUPS_PPD_PATH)
+   ln -s $(datadir)/ppd $(DESTDIR)/$(CUPS_PPD_PATH)/foomatic-ppds
+-  rm -f $(DESTDIR)/$(CUPS_FILTER_PATH)/foomatic-rip
+-  mkdir -p $(DESTDIR)/$(CUPS_FILTER_PATH)
+-  ln -s $(bindir)/foomatic-rip $(DESTDIR)/$(CUPS_FILTER_PATH)/foomatic-rip
+ 
+ uninstall-cups:
+   rm -f $(DESTDIR)/$(CUPS_PPD_PATH)/foomatic-ppds
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/print/hpijs/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   2007/04/29 00:15:02 1.2
+++ patches/patch-Makefile_in   2007/07/25 14:21:24
@@ -1,6 +1,15 @@
 $OpenBSD: patch-Makefile_in,v 1.2 2007/04/29 00:15:02 jasper Exp $
 Makefile.in.orig   Wed Oct  1 22:10:04 2003
-+++ Makefile.inSun Apr 29 02:15:51 2007
+--- Makefile.in.orig   Wed Oct  1 15:10:04 2003
 Makefile.inWed Jul 25 09:16:34 2007
+@@ -87,7 +87,7 @@ ppddir = $(datadir)/ppd/HP
+ @[EMAIL PROTECTED] = 
+ @[EMAIL PROTECTED] = uninstall-foomatic
+ @[EMAIL PROTECTED] = 
[EMAIL PROTECTED]@rip = foomatic-rip
[EMAIL PROTECTED]@rip = 
+ @[EMAIL PROTECTED] = 
+ @CUPS_INSTALL_FALSE@@[EMAIL PROTECTED] = 
+ @CUPS_INSTALL_TRUE@@[EMAIL PROTECTED] = install-cups
 @@ -635,7 +635,7 @@ uninstall-hook: $(unfoomatichook) $(uncupshook)
  install-foomatic:
mkdir -p $(DESTDIR)/$(ppddir)
@@ -10,3 +19,13 @@
gzip -f $(DESTDIR)/$(ppddir)/*
  
  uninstall-foomatic:
+@@ -646,9 +646,6 @@ install-cups:
+   rm -f $(DESTDIR)/$(CUPS_PPD_PATH)/foomatic-ppds
+   mkdir -p $(DESTDIR)/$(CUPS_PPD_PATH)
+   ln -s $(datadir)/ppd $(DESTDIR)/$(CUPS_PPD_PATH)/foomatic-ppds
+-  rm -f $(DESTDIR)/$(CUPS_FILTER_PATH)/foomatic-rip
+-  mkdir -p $(DESTDIR)/$(CUPS_FILTER_PATH)
+-  ln -s $(bindir)/foomatic-rip $(DESTDIR)/$(CUPS_FILTER_PATH)/foomatic-rip
+ 
+ uninstall-cups:
+   rm -f $(DESTDIR)/$(CUPS_PPD_PATH)/foomatic-ppds
Index: pkg/PLIST
===
RCS file: /cvs/ports/print/hpijs/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkg/PLIST   2004/09/15 18:32:14 1.3
+++ pkg/PLIST   2007/07/25 14:21:24
@@ -1,9 +1,12 @@
 @comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:14 espie Exp $
-bin/foomatic-rip
 bin/hpijs
+share/cups/
+share/cups/model/
+share/cups/model/foomatic-ppds
 share/doc/hpijs/
 share/doc/hpijs/gs_hpijs.png
 share/doc/hpijs/hpijs_readme.html
+share/nls/pl_PL.ISO_8859-2/
 share/ppd/
 share/ppd/HP/
 share/ppd/HP/HP-2000C-hpijs.ppd.gz


Work in Progress: port of hplip

2007-02-09 Thread Vladimir Támara Patiño
Good morning in the Lord

I made port for hplip 1.6.12 (http://hplip.sf.net) integrating changes for 
FreeBSD's port (also adopted by NetBSD's port).   Besides 
those changes, after experimentation I made a small (two line) change to 
io/hpiod/device.cpp that gives more opportunity at reading, with this 
change I have been able to scan with my HP PSC 1310 through the ugen driver, 
however I have not been able to print (I'm able to print but with the hpijs,
the foomatic port of Jakob and ulpt).

My scanner was recognized by sane-find-scanner however
scanimage -L reported that it didn't find a scanner, examining
/var/log/messages and the sources discovered that the scanner was
reported as psc_1310_series_ while there were attributes for
psc_1310_series (withouth the last underscore) in
/usr/local/share/hplip/data/models/models.dat repeating the section
in that file with the new name solved the problem.

After compiling and installing I can test with:

* Restarting OpenBSD withouth ulpt (the printer/scanner will be
  recognized by the ugen driver).
* Configuring cupsd, my /etc/cups/printers.conf includes:


Info psc
Location casa
DeviceURI hp:/usb/psc_1310_series_?serial=MY43O2D1MVO2
State Idle
StateTime 1167819065
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer


* Running:
sudo pkill cupsd
sudo hpiod
sudo /usr/local/share/hplip/hpssd.py
sudo cupsd
sudo scanimage > photo.pnm

Well sometimes after starting cups, the printer begins to blink, I have
to turn it off and restart hpiod, hpssd and cupsd.

I'm also able to use hp-toolbox and other graphical tools after
installing PyQT, however I have not made a port for it.

Could you please help to test this port and make it better? 
Your suggestions are welcome.  With a little of moral support
I will try with the newest version of hplip.

Best regards. God bless you.
-- 
Dios, gracias por tu amor infinto.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara


hplip-port.tar.gz
Description: application/tar-gz


Update to hevea

2006-08-17 Thread Vladimir Támara Patiño
Hi

Just wanted to inform that upgrading to Hevea 1.08 is simple, the
advantage of that version is a more standard handling of symbols
(e.g better rendering with mozilla).
To update just change the version in the Makefile and:
make makesum
make
make update-plist

After upgrading, I did some successfull tests in -current/i386.

Best regards. God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara




Update: libtheora-1.0alpha7

2006-07-18 Thread Vladimir Támara Patiño
It works for me in -current on i386. 

vlc and mplayer both work fine.

Best regards. God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara


diff -pruN --exclude=CVS ../libtheora.orig/Makefile ./Makefile
--- ../libtheora.orig/Makefile  Tue Jul 18 05:43:06 2006
+++ ./Makefile  Wed Jun 28 22:46:45 2006
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.4 2006/06/05 12:34:29 steven Exp $
 
 COMMENT=   "open video codec"
-DISTNAME=  libtheora-1.0alpha6
+DISTNAME=  libtheora-1.0alpha7
 CATEGORIES=multimedia
 SHARED_LIBS=   theora  1.1
 
diff -pruN --exclude=CVS ../libtheora.orig/distinfo ./distinfo
--- ../libtheora.orig/distinfo  Tue Jul 18 05:43:06 2006
+++ ./distinfo  Wed Jun 28 23:06:52 2006
@@ -1,4 +1,4 @@
-MD5 (libtheora-1.0alpha6.tar.gz) = 0309b6e6da4b3a5e5d27adfc8558a73d
-RMD160 (libtheora-1.0alpha6.tar.gz) = e03f232416f0c4160bd5034bb0bc7234020b6892
-SHA1 (libtheora-1.0alpha6.tar.gz) = 93ec6eaccc841581a723c251db06138fd9e783f4
-SIZE (libtheora-1.0alpha6.tar.gz) = 1863054
+MD5 (libtheora-1.0alpha7.tar.gz) = 55ee3c6db3e0927e7918309891a8f52b
+RMD160 (libtheora-1.0alpha7.tar.gz) = 12970c8d055b6042625a9f1fc634c4370827116a
+SHA1 (libtheora-1.0alpha7.tar.gz) = 839dbb7ef0cb1c3fbfcf788dcecf9e7550427491
+SIZE (libtheora-1.0alpha7.tar.gz) = 2002542
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-doc_Makefile_in 
./patches/patch-doc_Makefile_in
--- ../libtheora.orig/patches/patch-doc_Makefile_in Mon Jun  5 07:34:29 2006
+++ ./patches/patch-doc_Makefile_in Wed Jun 28 23:10:04 2006
@@ -1,12 +1,12 @@
-$OpenBSD: patch-doc_Makefile_in,v 1.1 2006/06/05 12:34:29 steven Exp $
 doc/Makefile.in.orig   Fri Jun  2 17:26:19 2006
-+++ doc/Makefile.inFri Jun  2 17:26:28 2006
-@@ -120,7 +120,7 @@ install_sh = @install_sh@
- 
+$OpenBSD$
+--- doc/Makefile.in.orig   Wed Jun 28 23:08:22 2006
 doc/Makefile.inWed Jun 28 23:08:34 2006
+@@ -215,7 +215,7 @@ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
  SUBDIRS = #python
- 
 -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
 +docdir = $(datadir)/doc/$(PACKAGE)
- 
  built_docs = 
- 
+ static_docs = vp3-format.txt color.html \
+   draft-barbato-avt-rtp-theora-01.xml \
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-examples_Makefile_in 
./patches/patch-examples_Makefile_in
--- ../libtheora.orig/patches/patch-examples_Makefile_inMon Jun  5 
07:34:29 2006
+++ ./patches/patch-examples_Makefile_inWed Jun 28 23:10:04 2006
@@ -1,12 +1,12 @@
-$OpenBSD: patch-examples_Makefile_in,v 1.1 2006/06/05 12:34:29 steven Exp $
 examples/Makefile.in.orig  Fri Jun  2 17:26:42 2006
-+++ examples/Makefile.in   Fri Jun  2 17:27:11 2006
-@@ -216,7 +216,7 @@ encoder_example$(EXEEXT): $(encoder_exam
- player_example-player_example.$(OBJEXT): player_example.c
+$OpenBSD$
+--- examples/Makefile.in.orig  Tue Jun 20 15:06:55 2006
 examples/Makefile.in   Wed Jun 28 23:06:56 2006
+@@ -290,7 +290,7 @@ encoder_example$(EXEEXT): $(encoder_exam
+   $(LINK) $(encoder_example_LDFLAGS) $(encoder_example_OBJECTS) 
$(encoder_example_LDADD) $(LIBS)
  player_example$(EXEEXT): $(player_example_OBJECTS) 
$(player_example_DEPENDENCIES) 
@rm -f player_example$(EXEEXT)
 -  $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
 +# $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
  
  mostlyclean-compile:
-   -rm -f *.$(OBJEXT) core *.core
+   -rm -f *.$(OBJEXT)
diff -pruN --exclude=CVS ../libtheora.orig/pkg/PLIST ./pkg/PLIST
--- ../libtheora.orig/pkg/PLIST Tue Jul 18 05:43:06 2006
+++ ./pkg/PLIST Sat Jul  1 23:38:18 2006
@@ -9,6 +9,6 @@ lib/pkgconfig/theora.pc
 share/doc/libtheora/
 share/doc/libtheora/color.html
 share/doc/libtheora/doxygen-build.stamp
-share/doc/libtheora/draft-barbato-avt-rtp-theora-00.txt
-share/doc/libtheora/draft-barbato-avt-rtp-theora-00.xml
+share/doc/libtheora/draft-barbato-avt-rtp-theora-01.txt
+share/doc/libtheora/draft-barbato-avt-rtp-theora-01.xml
 share/doc/libtheora/vp3-format.txt



Re: Update libtheora-1.0alpha6

2006-06-02 Thread Vladimir Támara Patiño
On Wed, May 31, 2006 at 05:52:33PM +0200, steven mestdagh wrote:
> please make it install the docs under share/doc/libtheora.

Thank you.  Updated patch below.

A copy of this email goes to the list of theora.  The following patch
for the port of libtheora-alpha6 for OpenBSD includes (among other things):
*  a patch for examples/Makefile.in that doesn't link player_example
   since it requires OSS.
* a patch for doc/Makefile.in that installs at
  $datadir/doc/libtheora instead of
  $datadir/doc/libtheora-alpha6

Best regards.  God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara


diff -pruN --exclude=CVS ../libtheora.orig/Makefile ./Makefile
--- ../libtheora.orig/Makefile  Wed May 31 08:29:37 2006
+++ ./Makefile  Fri Jun  2 08:18:32 2006
@@ -1,11 +1,9 @@
 # $OpenBSD: Makefile,v 1.3 2005/12/30 05:35:56 jakemsr Exp $
 
 COMMENT=   "open video codec"
-DISTNAME=  libtheora-1.0alpha4
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  libtheora-1.0alpha6
 CATEGORIES=multimedia
 SHARED_LIBS=   theora  1.0
-MODGNU_SHARED_LIBS=theora  ''
 
 MASTER_SITES=  http://downloads.xiph.org/releases/theora/
 
@@ -27,9 +25,6 @@ USE_LIBTOOL=  Yes
 SEPARATE_BUILD=concurrent
 CONFIGURE_STYLE=gnu
 
-post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libtheora
-   ${INSTALL_DATA} ${WRKSRC}/doc/{color.html,vp3-format.txt} \
-   ${PREFIX}/share/doc/libtheora
-   
+REGRESS_TARGET=check
+
 .include 
diff -pruN --exclude=CVS ../libtheora.orig/distinfo ./distinfo
--- ../libtheora.orig/distinfo  Wed May 31 08:29:37 2006
+++ ./distinfo  Wed May 31 06:42:00 2006
@@ -1,4 +1,4 @@
-MD5 (libtheora-1.0alpha4.tar.gz) = 75f436a980b80f8b8102ee182ddb8748
-RMD160 (libtheora-1.0alpha4.tar.gz) = 1eca6dba519c8af94fa27c4112d3d3ec41aa54d3
-SHA1 (libtheora-1.0alpha4.tar.gz) = 524416a44bcc159bfe53893bb37983046b97522c
-SIZE (libtheora-1.0alpha4.tar.gz) = 2045695
+MD5 (libtheora-1.0alpha6.tar.gz) = 0309b6e6da4b3a5e5d27adfc8558a73d
+RMD160 (libtheora-1.0alpha6.tar.gz) = e03f232416f0c4160bd5034bb0bc7234020b6892
+SHA1 (libtheora-1.0alpha6.tar.gz) = 93ec6eaccc841581a723c251db06138fd9e783f4
+SIZE (libtheora-1.0alpha6.tar.gz) = 1863054
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-Makefile_in 
./patches/patch-Makefile_in
--- ../libtheora.orig/patches/patch-Makefile_in Wed May 31 08:29:37 2006
+++ ./patches/patch-Makefile_in Wed Dec 31 19:00:00 1969
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
 Makefile.in.orig   Wed Dec 15 14:06:17 2004
-+++ Makefile.inFri Jul  8 19:03:16 2005
-@@ -206,7 +206,7 @@ target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
- AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
--SUBDIRS = lib include doc examples debian
-+SUBDIRS = lib include
- EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
-   theora-uninstalled.pc.in
- 
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-configure 
./patches/patch-configure
--- ../libtheora.orig/patches/patch-configure   Wed May 31 08:29:37 2006
+++ ./patches/patch-configure   Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2005/12/30 05:35:56 jakemsr Exp $
 configure.orig Wed Dec 15 12:06:19 2004
-+++ configure  Thu Dec 29 20:56:15 2005
-@@ -19863,6 +19863,7 @@ fi
- 
- HAVE_VORBIS=no
- 
-+if false ; then
- 
- if test "x$HAVE_PKG_CONFIG" = "xyes"
- then
-@@ -20632,7 +20633,7 @@ echo "$as_me: WARNING: OSS audio support
- fi
- 
- done
--
-+fi
- 
- if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes; then
-   BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES player_example"
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-doc_Makefile_in 
./patches/patch-doc_Makefile_in
--- ../libtheora.orig/patches/patch-doc_Makefile_in Wed Dec 31 19:00:00 1969
+++ ./patches/patch-doc_Makefile_in Fri Jun  2 05:17:36 2006
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- doc/Makefile.in.orig   Fri Jun  2 05:16:45 2006
 doc/Makefile.inFri Jun  2 05:16:58 2006
+@@ -120,7 +120,7 @@ install_sh = @install_sh@
+ 
+ SUBDIRS = #python
+ 
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)
+ 
+ built_docs = 
+ 
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-examples_Makefile_in 
./patches/patch-examples_Makefile_in
--- ../libtheora.orig/patches/patch-examples_Makefile_inWed Dec 31 
19:00:00 1969
+++ ./patches/patch-examples_Makefile_inWed May 31 07:24:15 2006
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- examples/Makefile.in.orig  Tue May 30 17:47:41 2006
 examples/Makefile.in   Wed May 31 07:24:09 2006
+@@ -216,7 +216,7 @@ encoder_example$(EXEEXT): $(encoder_exam
+ player_example-player_example.$(OBJEXT): playe

Update libtheora-1.0alpha6

2006-05-31 Thread Vladimir Támara Patiño
Good morning in the Lord

I'm sending un update for the port of multimedia/libtheora to
upgrade it from alpha4 to alpha6. It includes suggestions of
Moritz Grimm, Jakob Mauser and Jonathan Gray
http://archives.neohapsis.com/archives/openbsd/2005-12/1990.html
http://archives.neohapsis.com/archives/openbsd/2006-03/1595.html

I tested it on i386 with current.  mplayer and vlc both play theora.

Please note that with this patch it would be better to remove
from the repository:

patches/patch-Makefile_in
patches/patch-configure

Best regards. God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara

diff -pruN --exclude=CVS ../libtheora.orig/Makefile ./Makefile
--- ../libtheora.orig/Makefile  Wed May 31 08:29:37 2006
+++ ./Makefile  Wed May 31 06:40:41 2006
@@ -1,11 +1,9 @@
 # $OpenBSD: Makefile,v 1.3 2005/12/30 05:35:56 jakemsr Exp $
 
 COMMENT=   "open video codec"
-DISTNAME=  libtheora-1.0alpha4
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  libtheora-1.0alpha6
 CATEGORIES=multimedia
 SHARED_LIBS=   theora  1.0
-MODGNU_SHARED_LIBS=theora  ''
 
 MASTER_SITES=  http://downloads.xiph.org/releases/theora/
 
@@ -26,6 +24,8 @@ LIB_DEPENDS=  ogg.5::audio/libogg
 USE_LIBTOOL=   Yes
 SEPARATE_BUILD=concurrent
 CONFIGURE_STYLE=gnu
+
+REGRESS_TARGET=check
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libtheora
diff -pruN --exclude=CVS ../libtheora.orig/distinfo ./distinfo
--- ../libtheora.orig/distinfo  Wed May 31 08:29:37 2006
+++ ./distinfo  Wed May 31 06:42:00 2006
@@ -1,4 +1,4 @@
-MD5 (libtheora-1.0alpha4.tar.gz) = 75f436a980b80f8b8102ee182ddb8748
-RMD160 (libtheora-1.0alpha4.tar.gz) = 1eca6dba519c8af94fa27c4112d3d3ec41aa54d3
-SHA1 (libtheora-1.0alpha4.tar.gz) = 524416a44bcc159bfe53893bb37983046b97522c
-SIZE (libtheora-1.0alpha4.tar.gz) = 2045695
+MD5 (libtheora-1.0alpha6.tar.gz) = 0309b6e6da4b3a5e5d27adfc8558a73d
+RMD160 (libtheora-1.0alpha6.tar.gz) = e03f232416f0c4160bd5034bb0bc7234020b6892
+SHA1 (libtheora-1.0alpha6.tar.gz) = 93ec6eaccc841581a723c251db06138fd9e783f4
+SIZE (libtheora-1.0alpha6.tar.gz) = 1863054
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-Makefile_in 
./patches/patch-Makefile_in
--- ../libtheora.orig/patches/patch-Makefile_in Wed May 31 08:29:37 2006
+++ ./patches/patch-Makefile_in Wed Dec 31 19:00:00 1969
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/07/09 00:35:02 jolan Exp $
 Makefile.in.orig   Wed Dec 15 14:06:17 2004
-+++ Makefile.inFri Jul  8 19:03:16 2005
-@@ -206,7 +206,7 @@ target_cpu = @target_cpu@
- target_os = @target_os@
- target_vendor = @target_vendor@
- AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
--SUBDIRS = lib include doc examples debian
-+SUBDIRS = lib include
- EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
-   theora-uninstalled.pc.in
- 
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-configure 
./patches/patch-configure
--- ../libtheora.orig/patches/patch-configure   Wed May 31 08:29:37 2006
+++ ./patches/patch-configure   Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2005/12/30 05:35:56 jakemsr Exp $
 configure.orig Wed Dec 15 12:06:19 2004
-+++ configure  Thu Dec 29 20:56:15 2005
-@@ -19863,6 +19863,7 @@ fi
- 
- HAVE_VORBIS=no
- 
-+if false ; then
- 
- if test "x$HAVE_PKG_CONFIG" = "xyes"
- then
-@@ -20632,7 +20633,7 @@ echo "$as_me: WARNING: OSS audio support
- fi
- 
- done
--
-+fi
- 
- if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes; then
-   BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES player_example"
diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-examples_Makefile_in 
./patches/patch-examples_Makefile_in
--- ../libtheora.orig/patches/patch-examples_Makefile_inWed Dec 31 
19:00:00 1969
+++ ./patches/patch-examples_Makefile_inWed May 31 07:24:15 2006
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- examples/Makefile.in.orig  Tue May 30 17:47:41 2006
 examples/Makefile.in   Wed May 31 07:24:09 2006
+@@ -216,7 +216,7 @@ encoder_example$(EXEEXT): $(encoder_exam
+ player_example-player_example.$(OBJEXT): player_example.c
+ player_example$(EXEEXT): $(player_example_OBJECTS) 
$(player_example_DEPENDENCIES) 
+   @rm -f player_example$(EXEEXT)
+-  $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
++  #$(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) 
$(player_example_LDADD) $(LIBS)
+ 
+ mostlyclean-compile:
+   -rm -f *.$(OBJEXT) core *.core
diff -pruN --exclude=CVS ../libtheora.orig/pkg/PFRAG.shared ./pkg/PFRAG.shared
--- ../libtheora.orig/pkg/PFRAG.shared  Wed May 31 08:29:37 2006
+++ ./pkg/PFRAG.shared  Thu May 25 07:17:45 2006
@@ -1,2 +1,3 @@
[EMAIL PROTECTED] $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/07/09 00:35:02

Fix for jadetex (3.7, 3.8 and current)

2006-02-12 Thread Vladimir Támara Patiño
Good evening in the Lord

I was unable to use jadetex since OpenBSD 3.7,  even with the simplest test
(after installing openjade):

$ mkdir test
$ cd test
$ cp /usr/local/share/sgml/openjade/demo.* .
$ openjade -t tex -d demo.dsl demo.sgm
$ jadetex demo.tex

I obtained:

This is TeX, Version 3.141592 (Web2C 7.5.4)
---! /usr/local/share/texmf-local/web2c/jadetex.fmt was written by
pdfetex
(Fatal format file error; I'm stymied)

It's a small bug in the jadetex port.  To fix it:

$ sudo rm /usr/local/bin/jadetex /usr/local/bin/pdfjadetex
$ sudo ln -s /usr/local/bin/etex /usr/local/bin/jadetex
$ sudo ln -s /usr/local/bin/pdfetex /usr/local/bin/pdfjadetex

Below is a patch for the port.

Best regards. God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara

cvs server: Diffing .
Index: Makefile
===
RCS file: /cvs/ports/print/jadetex/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile2005/03/23 20:20:40 1.17
+++ Makefile2006/02/13 02:01:00
@@ -3,7 +3,7 @@
 COMMENT=   "macros for the OpenJade DSSSL TeX backend"
 
 DISTNAME=  jadetex-3.11
-PKGNAME=   ${DISTNAME}p1
+PKGNAME=   ${DISTNAME}p2
 CATEGORIES=print
 
 HOMEPAGE=  http://jadetex.sourceforge.net/
@@ -40,7 +40,7 @@
${INSTALL_DATA} ${WRKBUILD}/jadetex.ltx ${TEXMFLOC}/tex/jadetex
${INSTALL_MAN} ${WRKBUILD}/jadetex.1
${PREFIX}/man/man1/jadetex.1
${INSTALL_MAN} ${WRKBUILD}/pdfjadetex.1
${PREFIX}/man/man1/pdfjadetex.1
-   ln -s ${TRUEPREFIX}/bin/tex ${PREFIX}/bin/jadetex
-   ln -s ${TRUEPREFIX}/bin/pdftex ${PREFIX}/bin/pdfjadetex
+   ln -s ${TRUEPREFIX}/bin/etex ${PREFIX}/bin/jadetex
+   ln -s ${TRUEPREFIX}/bin/pdfetex ${PREFIX}/bin/pdfjadetex
 
 .include 
cvs server: Diffing patches
cvs server: Diffing pkg



Re: New port of Sword 1.5.8 with KJV module

2005-10-05 Thread Vladimir Támara Patiño
Good morning in the Lord

On Wed, Oct 05, 2005 at 01:06:53AM +0200, Aleksander Piotrowski wrote:
> Vladimir Támara Pati?o <[EMAIL PROTECTED]> wrote:
> 
> > WWW: ${HOMEPAGE}
> > 
> > now it says:
> > 
> > WWW: http://crosswire.org/sword/software/swordapi.jsp
> > 
> > Why is the last one better?
> 
> It's still wrong, check other ports!  WWW line is added automagically by
> ports infrastructure.  
>We live in 21th century, no?! (;  So please remove this line! 

Ok. Sorry. Thank you for teaching me.  Not just the 21th century. I would
like to live for the eternity near Jesus/God --obviously respecting whatever
other people believe.

Best regards. God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara




sword-1.5.8-port-3.tar.gz
Description: application/tar-gz


Re: New port of Sword 1.5.8 with KJV module

2005-10-04 Thread Vladimir Támara Patiño
Good evening in the Lord

On Fri, Sep 30, 2005 at 11:54:36AM +0200, Aleksander Piotrowski wrote:
> A few comments:

Thanks a lot!

> 
> - please remove all those unnecessary comments from the begining from
>   Makefile

Ok.  Then I must write them  here:

* The port is in the public domain
* It is based on 
  
http://darwinports.opendarwin.org/darwinports/dports/textproc/sword-bible-kjv/Portfile
 

> - we use $OpenBSD$ and not $Id$
OK.

> - check other ports how LIB_DEPENDS should be used
It said:
::net/curl
now it says 
curl::net/curl

Better?

> - use ${INSTALL_*} instead of cp in install target

Ok. Thank you.

> - is V var really needed?  It's used only once, right?

Ok. Removed.

> - are you sure that you are using -current system? pkg/COMMENT? ${WWW}
>   and the ond of pkg/DESCR?!

Yes, I'm using -current. pkg/COMMENT removed.

Beforeg pkg/DESCR said:

WWW: ${HOMEPAGE}

now it says:

WWW: http://crosswire.org/sword/software/swordapi.jsp

Why is the last one better?

> - please don't hardcode /usr/local in pkg/DESCR.  Anyway, I'm not sure
>   if that comment about adding export to .profile should be in pkg/DESCR

Ok. No it says:
export SWORD_PATH=${PREFIX}/share/sword

I also added a patch for a better make regress.

Best regards. God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara




sword-1.5.8-port-2.tar.gz
Description: application/tar-gz


New port of Sword 1.5.8 with KJV module

2005-09-29 Thread Vladimir Támara Patiño
Good morning in the Lord

I wanted to share this port.  I must say that I don't like the license of
sword.  

Best regards.  God illuminate us.
-- 
Dios, por favor, ayudanos a hacer Tu voluntad que es felicidad desbordante.
http://www.primarilypublicdomain.org/letter/
--  
  Vladimir Támara Patiño.  
  http://www.geocities.com/v-tamara




sword-1.5.8-port.tar.gz
Description: application/tar-gz