diff options
-rw-r--r-- | russian/MT/Makefile | 26 | ||||
-rw-r--r-- | russian/MT/pkg-descr | 4 | ||||
-rw-r--r-- | russian/Makefile | 1 |
3 files changed, 31 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/ diff --git a/russian/Makefile b/russian/Makefile index c8d3567f6785..72a8f8c50883 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -3,6 +3,7 @@ COMMENT = Russian support + SUBDIR += MT SUBDIR += apache13 SUBDIR += apache13-modssl SUBDIR += artwiz-ru |