aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-unf/Makefile
blob: 0b1cb62d7771e60c84442035ba4eba741dab227c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: MIHIRA Yoshiro <sanpei@FreeBSD.org>
# $FreeBSD$

PORTNAME=   unf
PORTVERSION=    0.1.1
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Wrapper library to bring Unicode Normalization Form support

RUN_DEPENDS=    rubygem-unf_ext>=0:${PORTSDIR}/textproc/rubygem-unf_ext

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

NO_STAGE=   yes
.include <bsd.port.mk>
rid of gnomehierbapt2014-12-211-2/+2 | * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) * Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-061-1/+1 | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) * Fix build error.nobutaka2014-06-163-5/+22 | | | | Support staging. * Remove trailing whitespaces from category japaneseehaupt2014-02-211-1/+1 | * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3 | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) * - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0 | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21