diff options
author | ache <ache@FreeBSD.org> | 2006-01-21 13:41:01 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-01-21 13:41:01 +0000 |
commit | 206745644fa93cfacbe1bc0b9b29a3877f545b7f (patch) | |
tree | 0ff7f84328578376003f46b10045659f3782c477 /www | |
parent | 0826705e23ae45b92d3eac2ce3fd168b647bf167 (diff) | |
download | FreeBSD-ports-206745644fa93cfacbe1bc0b9b29a3877f545b7f.zip FreeBSD-ports-206745644fa93cfacbe1bc0b9b29a3877f545b7f.tar.gz |
Upgrade to 2.7
Diffstat (limited to 'www')
-rw-r--r-- | www/ljsm/Makefile | 9 | ||||
-rw-r--r-- | www/ljsm/distinfo | 5 | ||||
-rw-r--r-- | www/ljsm/files/patch-aa | 20 | ||||
-rw-r--r-- | www/ljsm/pkg-descr | 2 |
4 files changed, 7 insertions, 29 deletions
diff --git a/www/ljsm/Makefile b/www/ljsm/Makefile index c1e51dd..d5257de 100644 --- a/www/ljsm/Makefile +++ b/www/ljsm/Makefile @@ -6,19 +6,16 @@ # PORTNAME= ljsm -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= www perl5 deskutils -MASTER_SITES= http://ryzh.kiev.ua/ljsm/ +MASTER_SITES= http://www.offtopia.net/ljsm/ EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Livejournal.com postings recusive copy utility RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/HTML/SimpleLinkExtor.pm:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ - ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 + ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib PLIST_FILES= bin/ljsm NO_WRKSUBDIR= yes diff --git a/www/ljsm/distinfo b/www/ljsm/distinfo index 8342496..96ae92e 100644 --- a/www/ljsm/distinfo +++ b/www/ljsm/distinfo @@ -1,2 +1,3 @@ -MD5 (ljsm-2.5.zip) = b952768c9add6d79a53a12e603a12bce -SIZE (ljsm-2.5.zip) = 9814 +MD5 (ljsm-2.7.zip) = 7d6001923caa7f345ca77e511a265f2c +SHA256 (ljsm-2.7.zip) = e55a592de3629b122cefd7401e857b799304a89bb89d18007d8bd65bb520395f +SIZE (ljsm-2.7.zip) = 11614 diff --git a/www/ljsm/files/patch-aa b/www/ljsm/files/patch-aa deleted file mode 100644 index 73f197c..0000000 --- a/www/ljsm/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- ljsm.pl.orig Sun Dec 21 23:15:16 2003 -+++ 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 - use constant UTF8_DECODE => 0; # convert text to local charset --use constant LOCAL_CHARSET => 'CP1251'; # windows cyrillic -+use constant LOCAL_CHARSET => 'KOI8-R'; # Unix cyrillic - 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); - diff --git a/www/ljsm/pkg-descr b/www/ljsm/pkg-descr index 8508532..a471144 100644 --- a/www/ljsm/pkg-descr +++ b/www/ljsm/pkg-descr @@ -1,4 +1,4 @@ Livejournal.com utility to fetch all user's posts and/or memories and save them in HTML format. -WWW: http://ryzh.kiev.ua/ljsm/ +WWW: http://ljsm.feechki.org/ljsm.html |