View | Details | Raw Unified | Return to bug 98001
Collapse All | Expand All

(-)/home/rafan/tmp/ports/oto/Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	oto
8
PORTNAME=	oto
9
PORTVERSION=	0.4
9
PORTVERSION=	0.5
10
PORTREVISION=	2
11
CATEGORIES=	chinese print
10
CATEGORIES=	chinese print
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-23 Link Here
17
16
18
USE_ICONV=	yes
17
USE_ICONV=	yes
19
USE_GETOPT_LONG=yes
18
USE_GETOPT_LONG=yes
20
HAS_CONFIGURE=	YES
19
GNU_CONFIGURE=	YES
21
USE_GMAKE=	YES
20
USE_GMAKE=	YES
22
CPPFLAGS=	-I${LOCALBASE}/include
21
CPPFLAGS=	-I${LOCALBASE}/include
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv"
22
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv"
(-)/home/rafan/tmp/ports/oto/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (oto-0.4.tar.gz) = 66f4cdacd3b235fcbfd718b9184b6870
1
MD5 (oto-0.5.tar.gz) = 3ff522f1812b8c5f568e443029c7c420
2
SHA256 (oto-0.4.tar.gz) = b782682e8d8fe3f23d474f0698645b16b793d583c973f525bb80183d251b0c6c
2
SHA256 (oto-0.5.tar.gz) = 30d17497a1344e9720efce8ea073c54bec5c87d9f66a490064207a09c072c943
3
SIZE (oto-0.4.tar.gz) = 264000
3
SIZE (oto-0.5.tar.gz) = 588248
(-)/home/rafan/tmp/ports/oto/pkg-plist (-5 / +5 lines)
Lines 1-6 Link Here
1
bin/oto
1
bin/oto
2
share/oto/GB2312.TXT
2
%%DATADIR%%/GB2312.TXT
3
share/oto/GB12345.TXT
3
%%DATADIR%%/GB12345.TXT
4
share/oto/GB12345p.TXT
4
%%DATADIR%%/GB12345p.TXT
5
share/oto/BIG5.TXT
5
%%DATADIR%%/BIG5.TXT
6
@dirrm share/oto
6
@dirrm %%DATADIR%%

Return to bug 98001