diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-07-02 13:46:19 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-07-02 13:46:19 +0000 |
commit | d911b53c478f3db9cfdbf1c9ec78666f456848a0 (patch) | |
tree | 8320600c388c461ea86d10f1b41f7943e03950f1 /russian/MT | |
parent | b9df6c53c75bdc185601f34c688e17762a21c206 (diff) | |
download | ports-d911b53c478f3db9cfdbf1c9ec78666f456848a0.tar.gz ports-d911b53c478f3db9cfdbf1c9ec78666f456848a0.zip |
Notes
Diffstat (limited to 'russian/MT')
-rw-r--r-- | russian/MT/Makefile | 26 | ||||
-rw-r--r-- | russian/MT/pkg-descr | 4 |
2 files changed, 30 insertions, 0 deletions
diff --git a/russian/MT/Makefile b/russian/MT/Makefile new file mode 100644 index 000000000000..0a7048ce0226 --- /dev/null +++ b/russian/MT/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ru-MT +# Date created: 01 Jun 2010 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= MT +CATEGORIES= russian www +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ru- +DISTNAME= MTOS-${PORTVERSION}-ru + +COMMENT= Russian localization of the MovableType publishing system + +PROJECTHOST= movabletype +MASTERDIR= ${.CURDIR}/../../www/${PORTNAME} + +MT_LANG= ru +CONFLICTS= MT-[2-5].* ja-MT-[2-5].* fr-MT-[2-5].* de-MT-[2-5].* \ + es-MT-[2-5].* nl-MT-[2-5].* + +MT_DOCS_URL= http://movable-type.ru/wiki/ +MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type + +.include "${MASTERDIR}/Makefile" diff --git a/russian/MT/pkg-descr b/russian/MT/pkg-descr new file mode 100644 index 000000000000..3e15f4206155 --- /dev/null +++ b/russian/MT/pkg-descr @@ -0,0 +1,4 @@ +Movable Type is a web-based personal publishing system. It is designed to +ease maintenance of regularly-updated news, journal sites and weblogs. + +WWW: http://movable-type.ru/ |