5b576186df
Provides a central transliteration service to other Drupal modules, and sanitizes file names while uploading. Generally spoken, it takes Unicode text and tries to represent it in US-ASCII characters (universally displayable, unaccented characters) by attempting to transliterate the pronunciation expressed by the text in some other writing system to Roman letters.
11 lines
292 B
Makefile
11 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/25 11:32:20 stephan Exp $
|
|
|
|
COMMENT = provides a central transliteration service to Drupal modules
|
|
|
|
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
DISTNAME = transliteration-6.x-3.0
|
|
PKGNAME = drupal6-transliteration-3.0
|
|
|
|
.include <bsd.port.mk>
|