Bug 172885 - New port: misc/fbless text-mode fb2 books reader
Summary: New port: misc/fbless text-mode fb2 books reader
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-19 20:50 UTC by alexander.4mail
Modified: 2013-02-18 04:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.37 KB, text/plain)
2012-10-19 20:50 UTC, alexander.4mail
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexander.4mail 2012-10-19 20:50:00 UTC
Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-02-18 04:44:44 UTC
Author: miwi
Date: Mon Feb 18 04:44:29 2013
New Revision: 312475
URL: http://svnweb.freebsd.org/changeset/ports/312475

Log:
  Text-mode less-like fb2 books reader, written on python.
  
  WWW: http://github.com/matimatik/fbless
  
  PR:		ports/172885
  Submitted by:	Alexander <alexander.4mail@gmail.com>

Added:
  head/misc/fbless/
  head/misc/fbless/Makefile   (contents, props changed)
  head/misc/fbless/distinfo   (contents, props changed)
  head/misc/fbless/pkg-descr   (contents, props changed)
  head/misc/fbless/pkg-plist   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Mon Feb 18 04:43:58 2013	(r312474)
+++ head/misc/Makefile	Mon Feb 18 04:44:29 2013	(r312475)
@@ -84,6 +84,7 @@
     SUBDIR += esniper
     SUBDIR += estic
     SUBDIR += explosions
+    SUBDIR += fbless
     SUBDIR += felis
     SUBDIR += fep
     SUBDIR += figlet

Added: head/misc/fbless/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/fbless/Makefile	Mon Feb 18 04:44:29 2013	(r312475)
@@ -0,0 +1,17 @@
+# Created by: Alexander <alexander.4mail@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	fbless
+PORTVERSION=	0.2.2
+CATEGORIES=	misc textproc python
+
+MAINTAINER=	alexander.4mail@gmail.com
+COMMENT=	Text-mode fb2 books reader
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	matimatik
+GH_COMMIT=	b6259ab
+
+.include <bsd.port.mk>

Added: head/misc/fbless/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/fbless/distinfo	Mon Feb 18 04:44:29 2013	(r312475)
@@ -0,0 +1,2 @@
+SHA256 (fbless-0.2.2.tar.gz) = 7d1bbae38906ed705fa04ed5dc3c014b9241f4207b12b54a5a3cfc1a58a49cc3
+SIZE (fbless-0.2.2.tar.gz) = 103152

Added: head/misc/fbless/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/fbless/pkg-descr	Mon Feb 18 04:44:29 2013	(r312475)
@@ -0,0 +1,3 @@
+Text-mode less-like fb2 books reader, written on python.
+
+WWW: http://github.com/matimatik/fbless

Added: head/misc/fbless/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/fbless/pkg-plist	Mon Feb 18 04:44:29 2013	(r312475)
@@ -0,0 +1,38 @@
+bin/fbless
+%%PYTHON_SITELIBDIR%%/fbless_lib/__init__.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/__init__.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/__init__.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/const.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/const.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/const.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/fb2parser-old.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/fb2parser-old.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/fb2parser-old.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/fb2parser.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/fb2parser.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/fb2parser.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/README.ru
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_de.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_en.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_es.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_fr.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_it.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_ru.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/hyph_uk.dic
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts/langs.txt
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyphenation.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyphenation.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/hyphenation.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/main.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/main.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/main.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/options.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/options.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/options.pyo
+%%PYTHON_SITELIBDIR%%/fbless_lib/paragraph.py
+%%PYTHON_SITELIBDIR%%/fbless_lib/paragraph.pyc
+%%PYTHON_SITELIBDIR%%/fbless_lib/paragraph.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/fbless_lib/hyph_dicts
+@dirrm %%PYTHON_SITELIBDIR%%/fbless_lib
+@dirrm %%PYTHON_SITELIBDIR%%
+@dirrm %%PYTHON_LIBDIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-18 04:46:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!