mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
975 B
Tcl
27 lines
975 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
|
# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
|
|
|
|
PortSystem 1.0
|
|
|
|
name liblinebreak
|
|
version 2.0
|
|
revision 0
|
|
platforms darwin
|
|
categories devel
|
|
maintainers nomaintainer
|
|
description Unicode linebreak library
|
|
long_description \
|
|
liblinebreak, an implementation of the line breaking algorithm as described \
|
|
in Unicode 5.2.0 Standard Annex 14, Revision 24, available at \
|
|
http://www.unicode.org/reports/tr14/tr14-24.html
|
|
|
|
homepage http://vimgadgets.sourceforge.net/
|
|
master_sites sourceforge:vimgadgets
|
|
use_parallel_build no
|
|
universal_variant no
|
|
|
|
checksums md5 c4ac2052b9e1883822662ecee483c542 \
|
|
sha1 8b97931e4f4645da933091ac9d6a4d87fb9b7350 \
|
|
rmd160 1c2becdb8d1f05ba397045b413a02b3a026a4047
|
|
|