Summary: | [NEW PORT] games/katawa-shoujo: Bishoujo-style visual novel about disabled adolescents | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||||||||||||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||
Severity: | Affects Only Me | ||||||||||||||||||
Priority: | --- | ||||||||||||||||||
Version: | Latest | ||||||||||||||||||
Hardware: | Any | ||||||||||||||||||
OS: | Any | ||||||||||||||||||
Bug Depends on: | 195768 | ||||||||||||||||||
Bug Blocks: | |||||||||||||||||||
Attachments: |
|
Description
Jan Beich
2014-12-07 06:29:08 UTC
Created attachment 150299 [details]
|poudriere testport| log (10.0R amd64)
poudriere doesn't like spaces in WRKSRC?
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
env: Shoujo-linux-x86: No such file or directory
*** Error code 127
Created attachment 150318 [details]
shar, v0.1
- unbreak check-plist by working around absence of :Q or quotes in bsd.port.mk
- add CC version for LICENSE
Created attachment 150319 [details]
|poudriere testport| log (10.1R i386)
$ portlint -A WARN: Makefile: possible use of absolute pathname "/_/}_${PORTVERSION}$...". WARN: Makefile: possible use of absolute pathname "/_/}_${PORTVERSION}$...". 0 fatal errors and 2 warnings found. Those are false positives. portlint(1) doesn't like :S with / (slash) as a separator in DISTFILES and EXTRACT_ONLY. Created attachment 150323 [details]
shar, v0.1.1
Pacify above portlint warning. S/../../ -> S|..|..|
Created attachment 150334 [details]
shar, v0.1.2
RUN_DEPENDS on renpy script in PATH rather than just the package
Created attachment 150355 [details]
shar, v0.2
- tweak LICENSE* style based on games/ufoai-data
- add $@ to the launcher, unlike ponscr only useful for --savedir
Marked as MANUAL_PACKAGE_BUILD unlike bug 195800. Not sure about the boundary when a package becomes too big. # marked $ pkg info katawa-shoujo | fgrep size Flat size : 470MiB # not marked $ pkg info narcissu2 | fgrep size Flat size : 326MiB A commit references this bug: Author: jbeich Date: Tue Feb 3 19:14:11 UTC 2015 New revision: 378367 URL: https://svnweb.freebsd.org/changeset/ports/378367 Log: Add new port games/katawa-shoujo PR: 195769 Differential Revision: https://reviews.freebsd.org/D1601 Requested by: XENOHEAVEN on forums.pcbsd.org Reviewed by: games (amdmi3) Approved by: flo (mentor) Katawa Shoujo is a bishoujo-style visual novel set in the fictional Yamaku High School for disabled children, located somewhere in modern Japan. Hisao Nakai, a normal boy living a normal life, has his life turned upside down when a congenital heart defect forces him to move to a new school after a long hospitalization. Despite his difficulties, Hisao is able to find friends - and perhaps love, if he plays his cards right. There are five main paths corresponding to the 5 main female characters, each path following the storyline pertaining to that character. WWW: http://www.katawa-shoujo.com/ Changes: head/games/Makefile head/games/katawa-shoujo/ head/games/katawa-shoujo/Makefile head/games/katawa-shoujo/distinfo head/games/katawa-shoujo/pkg-descr |