From ad0c9bdfcd6373c2ab0c2592c0637ed57fb383fc Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 29 Sep 2012 19:18:19 +0000 Subject: - use OPTIONS_DEFINE - new option WITHOUT_NLS --- print/a2ps-letter/Makefile | 25 ++++++++++++++++++++++--- print/a2ps-letter/pkg-plist | 42 +++++++++++++++++++++--------------------- 2 files changed, 43 insertions(+), 24 deletions(-) (limited to 'print/a2ps-letter') diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile index 17e8256a0394..b421a663c0da 100644 --- a/print/a2ps-letter/Makefile +++ b/print/a2ps-letter/Makefile @@ -54,13 +54,32 @@ CONFLICTS?= a2ps-a4-4.* a2ps-letter-4.* .endif .endif -.if defined(WITH_EMACS) +OPTIONS_DEFINE=NLS I18N EMACS +OPTIONS_DEFAULT=NLS +NO_OPTIONS_SORT=yes +EMACS_DESC=Enable Emacs support +I18N_DESC=Enable I18N support + +.include + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.if ${PORT_OPTIONS:MEMACS} +USE_EMACS= yes +CONFIGURE_ARGS+= --with-lispdir=${LOCALBASE}/${EMACS_SITE_LISPDIR} PLIST_SUB+= WITHEMACS="" .else +CONFIGURE_ENV+= EMACS=no PLIST_SUB+= WITHEMACS="@comment " .endif -.if defined(WITH_I18N) +.if ${PORT_OPTIONS:MI18N} PLIST_SUB+= WITHI18N="" pre-configure: @@ -81,7 +100,7 @@ PLIST_SUB+= WITHI18N="@comment " post-install: ${STRIP_CMD} ${PREFIX}/bin/a2ps -.if defined(WITH_EMACS) +.if ${PORT_OPTIONS:MEMACS} ${MKDIR} ${PREFIX}/lib/xemacs/site-lisp ${LN} -sf ${PREFIX}/share/emacs/site-lisp/a2ps-print.el \ ${PREFIX}/lib/xemacs/site-lisp/a2ps-print.el diff --git a/print/a2ps-letter/pkg-plist b/print/a2ps-letter/pkg-plist index 7438ad0f71bc..2101bd94764b 100644 --- a/print/a2ps-letter/pkg-plist +++ b/print/a2ps-letter/pkg-plist @@ -259,27 +259,27 @@ lib/liba2ps.a %%DATADIR%%/sheets/xs.ssh %%DATADIR%%/sheets/yacc.ssh %%DATADIR%%/sheets/zsh.ssh -share/locale/ca/LC_MESSAGES/a2ps.mo -share/locale/cs/LC_MESSAGES/a2ps.mo -share/locale/da/LC_MESSAGES/a2ps.mo -share/locale/de/LC_MESSAGES/a2ps.mo -share/locale/es/LC_MESSAGES/a2ps.mo -share/locale/et/LC_MESSAGES/a2ps.mo -share/locale/fr/LC_MESSAGES/a2ps.mo -share/locale/it/LC_MESSAGES/a2ps.mo -share/locale/ko/LC_MESSAGES/a2ps.mo -share/locale/nl/LC_MESSAGES/a2ps.mo -share/locale/no/LC_MESSAGES/a2ps.mo -share/locale/pl/LC_MESSAGES/a2ps.mo -share/locale/pt/LC_MESSAGES/a2ps.mo -share/locale/ru/LC_MESSAGES/a2ps.mo -share/locale/sl/LC_MESSAGES/a2ps.mo -share/locale/sv/LC_MESSAGES/a2ps.mo -share/locale/tr/LC_MESSAGES/a2ps.mo -%%WITHEMACS%%share/emacs/site-lisp/a2ps-print.el -%%WITHEMACS%%share/emacs/site-lisp/a2ps.el -%%WITHEMACS%%lib/xemacs/site-lisp/a2ps-print.el -%%WITHEMACS%%lib/xemacs/site-lisp/a2ps.el +%%NLS%%share/locale/ca/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/cs/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/da/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/de/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/es/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/et/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/fr/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/it/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/ko/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/nl/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/no/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/pl/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/pt/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/ru/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/sl/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/sv/LC_MESSAGES/a2ps.mo +%%NLS%%share/locale/tr/LC_MESSAGES/a2ps.mo +%%WITHEMACS%%%%EMACS_SITE_LISPDIR%%/a2ps-print.el +%%WITHEMACS%%%%EMACS_SITE_LISPDIR%%/a2ps-print.elc +%%WITHEMACS%%%%EMACS_SITE_LISPDIR%%/a2ps.el +%%WITHEMACS%%%%EMACS_SITE_LISPDIR%%/a2ps.elc @dirrm %%DATADIR%%/ogonkify/fonts @dirrm %%DATADIR%%/ogonkify/afm @dirrm %%DATADIR%%/ogonkify -- cgit 6.2'>dependabot/npm_and_yarn/devel/electron6/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Expand)AuthorAgeFilesLines
* Fix packaging with python3antoine2017-12-141-0/+1
* - Those ports fail to build with python3antoine2017-12-131-2/+2
* OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-211-1/+1
* Update to 5.3.7.jkim2017-11-031-5/+5
* Update LICENSEsunpoet2017-09-251-2/+2
* Fix kde4-l10n packages after sysutils/filelight's updatetcberner2017-09-172-2/+1
* Update to 5.3.6.jkim2017-09-061-5/+5
* Update to 5.3.5.jkim2017-08-041-5/+5
* Update to 5.3.4.jkim2017-06-221-5/+5
* Fix qt4 ports on armv6.tcberner2017-06-061-1/+1
* Update to 5.3.3.jkim2017-05-201-5/+5
* Update to 5.2.7.jkim2017-05-051-5/+5
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
* Update to 5.2.6.jkim2017-03-281-5/+5
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-0/+1
* Move devel/libcheck to devel/checksunpoet2017-02-051-1/+1
* Update to 5.2.5.jkim2017-02-011-5/+5
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-sunpoet2017-01-081-1/+1
* textproc/hunspell: update to 1.6.0jbeich2017-01-071-1/+1
* Update to 5.2.4.jkim2017-01-021-5/+5
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* textproc/hunspell: update to 1.5.4jbeich2016-12-041-1/+1
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
* Use USES=pathfix where applicable.mat2016-10-212-2/+1
* ${RM} already has -f.mat2016-10-213-4/+4
* Split korean/imhangul into korean/imhangul-gtk2 and korean/imhangul-gtk3.jkim2016-09-1611-23/+70
* Unbreak and modernize the port.jkim2016-09-152-25/+26
* - Unbreak and modernize the port.jkim2016-09-154-23/+44
* Unbreak the port and modernize.jkim2016-09-155-66/+23
* Unbreak the port and modernize.jkim2016-09-154-21/+35
* GOOGLE_CODE has gone away.mat2016-09-144-0/+8
* Fix a package installation error: dvipsk must be installed to run updmaptijl2016-09-104-13/+14
* - Switch to options helpersamdmi32016-07-222-7/+9
* - Switch to options helpersamdmi32016-07-152-5/+7
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+0
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-199-13/+13
* Update to 5.0.6.jkim2016-05-071-4/+4
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0114-22/+22
* - Update to 20160201.jkim2016-03-263-44/+45
* Update to 5.0.5.jkim2016-02-161-4/+4
* korean/engdic: USES+= ncurses, respect LDFLAGSmarino2016-02-051-1/+2
* Update to 5.0.4.jkim2015-12-181-4/+4
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-054-25/+25
* Update to 5.0.3.jkim2015-11-041-4/+4
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2
* Update to 5.0.2.jkim2015-09-242-6/+6
* Update to 1.5.0.jkim2015-09-106-64/+23
* Strip binary and modernize the port.jkim2015-09-102-28/+15
* Update to 13.1.jkim2015-09-103-8/+7
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
* Fix build with fmake.jkim2015-07-251-2/+2
* Update to 20141022 snapshot.jkim2015-07-233-27/+37
* Remove the unused license file since r332811.jkim2015-07-231-96/+0
* MASTER_SITES cleanup.mat2015-05-144-8/+4
* Update to 4.3.7.jkim2015-04-261-4/+4
* Major update to libpinyin, fcitx and their add ons:delphij2015-03-315-10/+20
* - Install the fonts to a better place.jkim2015-03-232-5/+8
* Fix pkg-message to display the correct directory.jkim2015-03-231-1/+1
* Update PORTREVISION to catch up with the master port change.jkim2015-03-231-1/+1
* Make fonts repecting XDGbapt2015-03-2216-124/+67
* Update KDE SC to 4.14.3alonso2015-03-122-2/+4
* - Update to 4.3.6.jkim2015-02-211-4/+4
* korean/baekmukfonts-ttfs: correct LICENSE (BSD => MIT)marino2015-02-061-1/+2
* cleanup plistbapt2014-12-216-7/+0
* Update to 4.3.5.jkim2014-12-191-4/+4
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1
* Update to 4.3.4.jkim2014-11-271-4/+4
* Does not work anymorebapt2014-11-197-143/+0
* Cleanup plistantoine2014-11-1221-243/+11
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+0
* Update to 4.3.3.jkim2014-11-011-4/+4
* Remove @dirrm and @dirrmtry entries from the Qt ports.rakuco2014-10-241-2/+0
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-202-4/+2
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-193-16/+33
* Update to 4.3.2.jkim2014-10-172-5/+4
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-2/+4
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
* - Fix a bug which prevented a bind(2) call from working.hrs2014-09-111-1/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-113-2/+3
* textproc/scim:tijl2014-08-311-1/+1
* Remove ports related to Adobe Reader.hrs2014-08-303-14/+0
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-4/+3
* More unzip removalantoine2014-08-181-1/+0
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1
* Merge 4 unzip slave ports into archivers/unzip as non-default optionsmarino2014-08-154-63/+0
* Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-301-1/+1
* Rename korean/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0
* Remove expired ports:rene2014-07-2510-2294/+0
* Do not try to remove directories not createdbapt2014-07-221-2/+0
* Stagify.vanilla2014-07-142-11/+1
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-062-2/+2
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileadamw2014-07-054-48/+35
* - Stagifyamdmi32014-07-041-5/+3
* - Switch to USES=libtoolamdmi32014-07-041-2/+2
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-5/+3
* - Switch to USES=libtoolamdmi32014-07-041-1/+2
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-3/+3
* Convert GMAKE to MAKE_CMDbapt2014-06-251-2/+2
* Update to 4.2.5.jkim2014-06-241-4/+4
* Deprecate ports failing to build with new utmpxantoine2014-06-241-0/+3
* Support LIBS like LDFLAGS.tijl2014-06-112-12/+1
* Update to libreoffice 4.2.4bapt2014-06-111-4/+4
* Add staging supportpawel2014-05-302-10/+11
* Add staging supportpawel2014-05-301-5/+4
* - Add staging supportpawel2014-05-302-8/+3
* Add staging supportpawel2014-05-301-8/+6
* Port is stage safepawel2014-05-301-1/+0
* Add staging supportpawel2014-05-301-12/+5
* Add staging supportpawel2014-05-301-4/+2
* - Add staging supportpawel2014-05-301-23/+10
* - Convert gmake to USESmiwi2014-05-264-7/+4
* STAGEDIR support.hrs2014-05-252-16/+7
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-111-2/+2
* - Don't remove mtree directoriesamdmi32014-05-101-1/+0
* Support stagebapt2014-05-091-1/+0
* Re-add accidentally removed PLIST_DIRS and PLIST_FILES in r339059.jkim2014-05-072-1/+5
* Update to 4.1.6.jkim2014-05-071-4/+4
* Convert all :U to :tu and :L to :tlbapt2014-05-052-5/+5
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-252-2/+0
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-2/+57
* Use USES=tar:bzip2.jkim2014-03-151-2/+1
* Simplify MASTER_SITES and use USES=tar:xz.jkim2014-03-151-3/+2
* - STAGEDIR supporthrs2014-03-114-13/+8
* Convert k* to USES=zipbapt2014-03-102-2/+2
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2
* Support stagingehaupt2014-02-271-6/+4
* Update to 4.1.5. It is partially based on the following PR.jkim2014-02-261-4/+4
* Remove trailing whitespaces from category koreanehaupt2014-02-211-1/+1
* Support stagingehaupt2014-02-201-9/+4
* Support stagingehaupt2014-02-201-4/+3
* Support stagingehaupt2014-02-201-8/+3
* Support stagingehaupt2014-02-201-2/+1
* Support stagingehaupt2014-02-201-2/+1
* Support stagingehaupt2014-02-201-5/+4
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-184-19/+46
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-10