aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2005-06-19 01:35:58 +0800
committerache <ache@FreeBSD.org>2005-06-19 01:35:58 +0800
commita6df20a4d679984c52596bc08df728fe04bc803e (patch)
tree73143a205df6fba6d37ff570b7c902be0b377778 /www
parent4d76a843d2fb60e7a929b8c59e5673d9b2a98bae (diff)
downloadfreebsd-ports-gnome-a6df20a4d679984c52596bc08df728fe04bc803e.tar.gz
freebsd-ports-gnome-a6df20a4d679984c52596bc08df728fe04bc803e.tar.zst
freebsd-ports-gnome-a6df20a4d679984c52596bc08df728fe04bc803e.zip
Use Unicode for XML export
Diffstat (limited to 'www')
-rw-r--r--www/ljsm/Makefile1
-rw-r--r--www/ljsm/files/patch-aa11
2 files changed, 11 insertions, 1 deletions
diff --git a/www/ljsm/Makefile b/www/ljsm/Makefile
index bf072bd4b5e4..a1b1deccf6d9 100644
--- a/www/ljsm/Makefile
+++ b/www/ljsm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ljsm
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://ryzh.kiev.ua/ljsm/
EXTRACT_SUFX= .zip
diff --git a/www/ljsm/files/patch-aa b/www/ljsm/files/patch-aa
index 820728ecfad6..73f197c73150 100644
--- a/www/ljsm/files/patch-aa
+++ b/www/ljsm/files/patch-aa
@@ -1,5 +1,5 @@
--- ljsm.pl.orig Sun Dec 21 23:15:16 2003
-+++ ljsm.pl Thu Aug 12 10:45:13 2004
++++ ljsm.pl Sat Jun 18 21:31:48 2005
@@ -57,7 +57,7 @@
use constant PASSWORD => '';
use constant START_YEAR => 2001; # fetch data back to this year
@@ -9,3 +9,12 @@
use constant DEBUG_LEVEL => 3; # 0 - quiet, 1 - essential, 2 - verbose
use constant LOCAL_DIR => ''; # local directory to put files into. Leave it empty to put in the current directory. Slash (/, if not empty) in the end required.
use constant HTTP_PROXY => ''; # set proxy URL if you use http proxy
+@@ -296,7 +296,7 @@
+ if (defined $exportform) {
+ #$exportform->dump();
+ $exportform->value('format', 'xml');
+- $exportform->value('encid', 3); # 6 for KOI-8
++ $exportform->value('encid', 2); # 6 for KOI-8
+ # uncomment next line to skip translation between encodings
+ # $exportform->value('notranslation', 1);
+