mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
KOI8-U coding system for all emacsen.
Approved by: sem(mentor)
This commit is contained in:
parent
b44e761dbc
commit
615d23bd06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151322
5 changed files with 46 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
COMMENT = Ukrainian support
|
COMMENT = Ukrainian support
|
||||||
|
|
||||||
SUBDIR += aspell
|
SUBDIR += aspell
|
||||||
|
SUBDIR += emacs-koi8u
|
||||||
SUBDIR += gd
|
SUBDIR += gd
|
||||||
SUBDIR += ispell
|
SUBDIR += ispell
|
||||||
SUBDIR += kde3-i18n
|
SUBDIR += kde3-i18n
|
||||||
|
|
38
ukrainian/emacs-koi8u/Makefile
Normal file
38
ukrainian/emacs-koi8u/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# New ports collection makefile for: emacs-koi8u.el
|
||||||
|
# Date created: Mon Dec 12 23:19:55 UTC 2005
|
||||||
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= koi8u
|
||||||
|
PORTVERSION= 1.0
|
||||||
|
CATEGORIES= ukrainian elisp
|
||||||
|
MASTER_SITES= http://santinel.bas-net.by/files/
|
||||||
|
PKGNAMEPREFIX= emacs-
|
||||||
|
DISTNAME= ukr-koi8u.el
|
||||||
|
EXTRACT_SUFX= # empty
|
||||||
|
EXTRACT_ONLY= # empty
|
||||||
|
|
||||||
|
MAINTAINER= anray@FreeBSD.org
|
||||||
|
COMMENT= KOI8-U coding system for [X]Emacs.
|
||||||
|
|
||||||
|
NO_BUILD= yes
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
|
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||||
|
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
|
||||||
|
|
||||||
|
PLIST_FILES= share/emacs/site-lisp/ukr-koi8u.el lib/xemacs/site-lisp/ukr-koi8u.el
|
||||||
|
PLIST_DIRS= lib/xemacs/site-lisp lib/xemacs
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${MKDIR} ${EMACSLISPDIR}
|
||||||
|
${MKDIR} ${XEMACSLISPDIR}
|
||||||
|
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/ukr-koi8u.el
|
||||||
|
${LN} -sf ${EMACSLISPDIR}/ukr-koi8u.el ${XEMACSLISPDIR}
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
ukrainian/emacs-koi8u/distinfo
Normal file
3
ukrainian/emacs-koi8u/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (ukr-koi8u.el) = bd3e5e692b2dd3bcadba4ab36f3c7037
|
||||||
|
SHA256 (ukr-koi8u.el) = 0ed12e567042afb96c06414f89ccd3cb4cfde25166cc8ae0e355f1ff45ad2bfd
|
||||||
|
SIZE (ukr-koi8u.el) = 3806
|
1
ukrainian/emacs-koi8u/pkg-descr
Normal file
1
ukrainian/emacs-koi8u/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
KOI8-U coding system for all emacsen.
|
3
ukrainian/emacs-koi8u/pkg-message
Normal file
3
ukrainian/emacs-koi8u/pkg-message
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*************************************************************
|
||||||
|
Add (require 'ukr-koi8u) to you ~/.emacs or ~/.xemacs/init.el
|
||||||
|
*************************************************************
|
Loading…
Add table
Reference in a new issue