[Midnightbsd-cvs] mports [17459] links 1.03
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 23 22:39:41 EDT 2014
Revision: 17459
http://svnweb.midnightbsd.org/mports/?rev=17459
Author: laffer1
Date: 2014-09-23 22:39:40 -0400 (Tue, 23 Sep 2014)
Log Message:
-----------
links 1.03
Modified Paths:
--------------
trunk/www/links1/Makefile
trunk/www/links1/distinfo
trunk/www/links1/pkg-descr
trunk/www/links1/pkg-plist
Added Paths:
-----------
trunk/www/links1/files/patch-kbd.c
Property Changed:
----------------
trunk/www/links1/files/patch-default.c
trunk/www/links1/files/patch-types.c
trunk/www/links1/pkg-descr
Modified: trunk/www/links1/Makefile
===================================================================
--- trunk/www/links1/Makefile 2014-09-24 02:38:01 UTC (rev 17458)
+++ trunk/www/links1/Makefile 2014-09-24 02:39:40 UTC (rev 17459)
@@ -7,14 +7,11 @@
#
PORTNAME= links
-PORTVERSION= 1.00pre20
-PORTREVISION= 1
+PORTVERSION= 1.03
PORTEPOCH= 1
CATEGORIES= www
-MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/ \
- http://links.sourceforge.net/download/ \
- ftp://ftp.fu-berlin.de/unix/network/www/links/
-MASTER_SITE_SUBDIR= links
+MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/
+PKGNAMESUFFIX= 1
MAINTAINER= ports at MidnightBSD.org
COMMENT= Lynx-like text WWW browser
@@ -23,8 +20,6 @@
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-NO_LATEST_LINK= yes
+CONFLICTS= links-2*
-MAN1= links.1
-
.include <bsd.port.mk>
Modified: trunk/www/links1/distinfo
===================================================================
--- trunk/www/links1/distinfo 2014-09-24 02:38:01 UTC (rev 17458)
+++ trunk/www/links1/distinfo 2014-09-24 02:39:40 UTC (rev 17459)
@@ -1,3 +1,2 @@
-SHA256 (links-1.00pre20.tar.gz) = d5c634ef7dd30b4554b91278b1c64e0c03d3b8fc3e5f8e2e17ac9c4c4fa332a7
-RMD160 (links-1.00pre20.tar.gz) = 8a70b32ac433166d91a6b2289e815abfcab3995a
-SIZE (links-1.00pre20.tar.gz) = 620455
+SHA256 (links-1.03.tar.gz) = 32443c6f011216a8a43ed0806d9d23c1defdd19bc4b021ee00cda197782e175a
+SIZE (links-1.03.tar.gz) = 641917
Index: trunk/www/links1/files/patch-default.c
===================================================================
--- trunk/www/links1/files/patch-default.c 2014-09-24 02:38:01 UTC (rev 17458)
+++ trunk/www/links1/files/patch-default.c 2014-09-24 02:39:40 UTC (rev 17459)
Property changes on: trunk/www/links1/files/patch-default.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/www/links1/files/patch-kbd.c
===================================================================
--- trunk/www/links1/files/patch-kbd.c (rev 0)
+++ trunk/www/links1/files/patch-kbd.c 2014-09-24 02:39:40 UTC (rev 17459)
@@ -0,0 +1,15 @@
+--- kbd.c.orig 2013-03-12 19:47:22.000000000 +0400
++++ kbd.c 2013-03-12 19:47:24.000000000 +0400
+@@ -582,10 +582,10 @@
+ case 'B': ev.x = KBD_DOWN; break;
+ case 'C': ev.x = KBD_RIGHT; break;
+ case 'D': ev.x = KBD_LEFT; break;
+- case 'F':
++ case 'F': ev.x = KBD_END; break;
+ case 'K':
+ case 'e': ev.x = KBD_END; break;
+- case 'H':
++ case 'H': ev.x = KBD_HOME; break;
+ case 0: ev.x = KBD_HOME; break;
+ case 'V':
+ case 'I': ev.x = KBD_PAGE_UP; break;
Property changes on: trunk/www/links1/files/patch-kbd.c
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: trunk/www/links1/files/patch-types.c
===================================================================
--- trunk/www/links1/files/patch-types.c 2014-09-24 02:38:01 UTC (rev 17458)
+++ trunk/www/links1/files/patch-types.c 2014-09-24 02:39:40 UTC (rev 17459)
Property changes on: trunk/www/links1/files/patch-types.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/www/links1/pkg-descr
===================================================================
--- trunk/www/links1/pkg-descr 2014-09-24 02:38:01 UTC (rev 17458)
+++ trunk/www/links1/pkg-descr 2014-09-24 02:39:40 UTC (rev 17459)
@@ -1,6 +1,20 @@
Lynx-like text WWW browser with many features like displaying tables,
menus, etc.
-Use links -help to view the keys
+Keys: ESC display menu
+ ^C quit
+ ^P, ^N scroll up, down
+ [, ] scroll left, right
+ up, down select link
+ -> follow link
+ <- go back
+ g go to url
+ / search
+ ? search back
+ n find next
+ N find previous
+ = document info
+ \ document source
+ d download
-WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/
+WWW: http://www.jikos.cz/~mikulas/links/
Property changes on: trunk/www/links1/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/www/links1/pkg-plist
===================================================================
--- trunk/www/links1/pkg-plist 2014-09-24 02:38:01 UTC (rev 17458)
+++ trunk/www/links1/pkg-plist 2014-09-24 02:39:40 UTC (rev 17459)
@@ -1 +1,2 @@
+man/man1/links.1.gz
bin/links
More information about the Midnightbsd-cvs
mailing list