|
Lines 1-7
Link Here
|
| 1 |
# Created by: Johannes Meixner <johannes@perceivon.net> |
1 |
# Created by: Johannes Meixner <johannes@perceivon.net> |
| 2 |
|
2 |
|
| 3 |
PORTNAME= gollum-lib |
3 |
PORTNAME= gollum-lib |
| 4 |
PORTVERSION= 4.2.10 |
4 |
PORTVERSION= 5.1.3 |
| 5 |
CATEGORIES= www rubygems |
5 |
CATEGORIES= www rubygems |
| 6 |
MASTER_SITES= RG |
6 |
MASTER_SITES= RG |
| 7 |
|
7 |
|
|
Lines 11-23
COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
Link Here
|
| 11 |
LICENSE= MIT |
11 |
LICENSE= MIT |
| 12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 13 |
|
13 |
|
| 14 |
RUN_DEPENDS= rubygem-gemojione>=3.2<4:graphics/rubygem-gemojione \ |
14 |
RUN_DEPENDS= rubygem-gemojione>=4.1:graphics/rubygem-gemojione \ |
| 15 |
rubygem-gollum-grit_adapter10>=1.0<2:www/rubygem-gollum-grit_adapter10 \ |
15 |
rubygem-nokogiri18>=1.8.0<2.0:textproc/rubygem-nokogiri18 \ |
| 16 |
rubygem-nokogiri>=1.6.1<2.0:textproc/rubygem-nokogiri \ |
16 |
rubygem-rouge>=3.1<4:textproc/rubygem-rouge \ |
| 17 |
rubygem-rouge2>=2.1<3:textproc/rubygem-rouge2 \ |
17 |
rubygem-twitter-text1=1.14.7:textproc/rubygem-twitter-text1 \ |
| 18 |
rubygem-sanitize>=2.1:textproc/rubygem-sanitize \ |
18 |
rubygem-loofah>=2.12.0:textproc/rubygem-loofah \ |
| 19 |
rubygem-stringex>=2.6,1<3,1:devel/rubygem-stringex \ |
19 |
rubygem-github-markup>=4.0.0<5.0:textproc/rubygem-github-markup \ |
| 20 |
rubygem-twitter-text1=1.14.7:textproc/rubygem-twitter-text1 |
20 |
rubygem-gemojione>=3.3.0:graphics/rubygem-gemojione \ |
|
|
21 |
rubygem-octicons>=12.0.0:misc/rubygem-octicons |
| 21 |
|
22 |
|
| 22 |
USES= gem |
23 |
USES= gem |
| 23 |
|
24 |
|