diff options
author | makc <makc@FreeBSD.org> | 2015-03-24 17:49:51 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-03-24 17:49:51 +0800 |
commit | 12685858763a417723ec3a668d0c8022febc86fe (patch) | |
tree | a7cc4ef9383081fea0ca99a04c619d9ceed1954a /textproc | |
parent | cd9200afe83444694e0f6666065e65623f690008 (diff) | |
download | freebsd-ports-gnome-12685858763a417723ec3a668d0c8022febc86fe.tar.gz freebsd-ports-gnome-12685858763a417723ec3a668d0c8022febc86fe.tar.zst freebsd-ports-gnome-12685858763a417723ec3a668d0c8022febc86fe.zip |
textproc/ctpl:
- Update to 0.3.4
- Add NLS option
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ctpl/Makefile | 10 | ||||
-rw-r--r-- | textproc/ctpl/distinfo | 4 | ||||
-rw-r--r-- | textproc/ctpl/pkg-plist | 8 |
3 files changed, 16 insertions, 6 deletions
diff --git a/textproc/ctpl/Makefile b/textproc/ctpl/Makefile index 3cd42c96a2a7..c3c960855468 100644 --- a/textproc/ctpl/Makefile +++ b/textproc/ctpl/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ctpl -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.4 CATEGORIES= textproc devel MASTER_SITES= http://download.tuxfamily.org/ctpl/releases/ @@ -13,5 +12,12 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 USES= pathfix pkgconfig libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime .include <bsd.port.mk> diff --git a/textproc/ctpl/distinfo b/textproc/ctpl/distinfo index e8b66c14f68d..98e23dfe2fe9 100644 --- a/textproc/ctpl/distinfo +++ b/textproc/ctpl/distinfo @@ -1,2 +1,2 @@ -SHA256 (ctpl-0.3.3.tar.gz) = 7da73e7d8f10d222f5685b8eb80541d7e4d342aa74673039692fa5c4e8b120a7 -SIZE (ctpl-0.3.3.tar.gz) = 582575 +SHA256 (ctpl-0.3.4.tar.gz) = 3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb +SIZE (ctpl-0.3.4.tar.gz) = 668306 diff --git a/textproc/ctpl/pkg-plist b/textproc/ctpl/pkg-plist index 5e3011c8b7b9..65730c0de3c0 100644 --- a/textproc/ctpl/pkg-plist +++ b/textproc/ctpl/pkg-plist @@ -14,7 +14,7 @@ include/ctpl/ctpl.h lib/libctpl.a lib/libctpl.so lib/libctpl.so.2 -lib/libctpl.so.2.2.1 +lib/libctpl.so.2.2.2 libdata/pkgconfig/ctpl.pc man/man1/ctpl.1.gz share/gtk-doc/html/ctpl/annotation-glossary.html @@ -36,13 +36,17 @@ share/gtk-doc/html/ctpl/ctpl-CtplToken.html share/gtk-doc/html/ctpl/ctpl-CtplValue.html share/gtk-doc/html/ctpl/ctpl-Generic-IO.html share/gtk-doc/html/ctpl/ctpl-Version-information.html -share/gtk-doc/html/ctpl/ctpl.devhelp share/gtk-doc/html/ctpl/ctpl.devhelp2 share/gtk-doc/html/ctpl/environment-description-syntax.html share/gtk-doc/html/ctpl/home.png share/gtk-doc/html/ctpl/index.html share/gtk-doc/html/ctpl/index.sgml +share/gtk-doc/html/ctpl/left-insensitive.png share/gtk-doc/html/ctpl/left.png +share/gtk-doc/html/ctpl/right-insensitive.png share/gtk-doc/html/ctpl/right.png share/gtk-doc/html/ctpl/style.css +share/gtk-doc/html/ctpl/up-insensitive.png share/gtk-doc/html/ctpl/up.png +%%NLS%%share/locale/fr/LC_MESSAGES/ctpl.mo +%%NLS%%share/locale/it/LC_MESSAGES/ctpl.mo |