Commit graph

11 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
de880f7155 - Add LICENSE
- Use USE_PYDISTUTILS=yes and PYDISTUTILS_AUTOPLIST
- Remove USE_GNOME=desktopfileutils
- Convert to new options helper
- Support STAGEDIR
- Bump PORTREVISION for package change
- Pass maintainership to submitter
- While I'm here:
  - Fix post-install: DESKTOPDIR is already in BSD.local.dist
  - Simplify Makefile

PR:		ports/190255
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-30 05:31:20 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Jason Helfman
e8664ad598 - adoption of optionsNG
- while here convert to USES for py-periscope

Approved by:	portmgr (bapt)
2013-06-05 01:18:48 +00:00
Ruslan Makhmatkhanov
71ba0a3638 - correct py-beautifulsoup dependency. the current dependency will fail if
user already head www/py-beautifulsoup (4.x) installed, while the port
  needs an exactly 3.2.x version.
- bump PORTREVISION because of dependency change

Approved by:	portmgr (beat)
2012-09-11 20:10:28 +00:00
Beat Gaetzi
11f4efa278 - Unbreak port by changing dependency to www/py-beautifulsoup32
Submitted by:	rm, nivit
With hat:	portmgr
2012-09-10 19:31:40 +00:00
Beat Gaetzi
64857ff5d0 - Mark BROKEN: does not build
File "setup.py", line 2, in <module>
    from periscope import version
  File "periscope/__init__.py", line 1, in <module>
    from periscope import *
  File "periscope/periscope.py", line 38, in <module>
    import plugins
  File "periscope/plugins/__init__.py", line 20, in <module>
    from Subtitulos import Subtitulos
  File "periscope/plugins/Subtitulos.py", line 20, in <module>
    from BeautifulSoup import BeautifulSoup
  ImportError: No module named BeautifulSoup

Reported by:	pointyhat
2012-09-10 12:23:53 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Mario Sergio Fujikawa Ferreira
23d5ac7afa o Add option UNRAR to "Enable support for rar (.rar) compressed
subtitles" with default on
o Be explicit about the required python version: 2.6+
o Bump PORTREVISION
2011-08-27 02:39:08 +00:00
Mario Sergio Fujikawa Ferreira
a9a449cd31 New port py-periscope version 0.2.4: Subtitles searching module 2011-07-26 03:03:46 +00:00