add camomile 0.4.2
A comprehensive Unicode library for objective caml language
This commit is contained in:
parent
f213d271e6
commit
2e5c92edd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104271
4 changed files with 39 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
SUBDIR += c_parser
|
||||
SUBDIR += calibrator
|
||||
SUBDIR += camlp4
|
||||
SUBDIR += camomile
|
||||
SUBDIR += cbrowser
|
||||
SUBDIR += cc65
|
||||
SUBDIR += ccache
|
||||
|
|
32
devel/camomile/Makefile
Normal file
32
devel/camomile/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: camomile
|
||||
# Date created: Mar 17, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= camomile
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A comprehensive Unicode library for objective caml language
|
||||
|
||||
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
|
||||
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} "@unexec ocamlfind remove camomile 2>/dev/null || true" >> ${TMPPLIST}
|
||||
@${FIND} ${DATADIR} -type f | \
|
||||
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
|
||||
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
|
||||
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/camomile/distinfo
Normal file
2
devel/camomile/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (camomile-0.4.2.tar.bz2) = 8a548a5b8774a313221b7a9ac85f9ee7
|
||||
SIZE (camomile-0.4.2.tar.bz2) = 2120067
|
4
devel/camomile/pkg-descr
Normal file
4
devel/camomile/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Camomile is a comprehensive Unicode library for objective caml language.
|
||||
The library is currently designed to conform Unicode Standard 3.2.
|
||||
|
||||
WWW: http://camomile.sourceforge.net/
|
Loading…
Reference in a new issue