debian/0000755000000000000000000000000011575453753007205 5ustar debian/control0000644000000000000000000000177111575453753010616 0ustar Source: libelixirfm-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libencode-arabic-perl Maintainer: Debian Perl Group Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) Standards-Version: 3.9.2 Homepage: http://elixir-fm.sourceforge.net Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libelixirfm-perl.git Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libelixirfm-perl.git Package: libelixirfm-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libencode-arabic-perl Description: perl implementation for Functional Arabic Morphology The ElixirFM module reimplements some of the functionality of the ElixirFM system written in Haskell, which implements Functional Arabic Morphology. . ElixirFM can process words of Modern Written Arabic using four different modes. . You can find documentation for this module at http://elixir-fm.wiki.sourceforge.net/ debian/elixir-compose.10000644000000000000000000000156211575453753012232 0ustar .TH ELIXIR-COMPOSE 1p "2010-08-05" "perl v5.10.1" "User Contributed Perl Documentation" .SH "NAME" elixir\-compose \- reformat 'elixir compose' output .SH "DESCRIPTION" elixir-compose can be used for reformatting the general output of elixir compose and produces the contents of lib/ElixirFM/Data/Compose.PL which is used in lib/ElixirFM/Resolve.pm. .SH "SEE ALSO" .IX Header "SEE ALSO" ElixirFM Project .PP Encode Arabic Project .SH "AUTHOR" Otakar Smrz , .SH "COPYRIGHT AND LICENSE" Copyright (C) 2009\-2005 Otakar Smrz, 2009 Viktor Bielicky, 2002 Tim Buckwalter .PP This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. debian/copyright0000644000000000000000000000272211575453753011143 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Otakar Smrz Source: http://search.cpan.org/dist/ElixirFM/ Name: ElixirFM Files: * Copyright: 2005-2010, Otakar Smrz 2002, Tim Buckwalter 2010, Viktor Bielicky License: GPL-3 Files: debian/* Copyright: 2010-2011, أحمد المحمودي (Ahmed El-Mahmoudy) License: GPL-3 or Artistic or GPL-1+ License: GPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/libelixirfm-perl.examples0000644000000000000000000000001211575453753014204 0ustar css/ cgi/ debian/watch0000644000000000000000000000007611575453753010241 0ustar version=3 http://sf.net/elixir-fm/ElixirFM-(.*)-Perl\.tar\.gz debian/compat0000644000000000000000000000000211575453753010403 0ustar 8 debian/libelixirfm-perl.manpages0000644000000000000000000000005711575453753014172 0ustar debian/elixir-column.1 debian/elixir-compose.1 debian/changelog0000644000000000000000000000112211575453753011053 0ustar libelixirfm-perl (1.1.976-2) unstable; urgency=low [ أحمد المحمودي (Ahmed El-Mahmoudy) ] * debian/control: + Move packaging to Git + Update Standards-Version to 3.9.2 * Bumped compat level to 8 [ gregor herrmann ] * debian/copyright: update formatting. -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 13 Jun 2011 12:59:54 +0200 libelixirfm-perl (1.1.976-1) unstable; urgency=low * Initial Release (Closes: #565629) -- أحمد المحمودي (Ahmed El-Mahmoudy) Thu, 05 Aug 2010 17:44:23 +0300 debian/elixir-column.10000644000000000000000000000160011575453753012053 0ustar .TH ELIXIR-COLUMN 1p "2010-08-05" "perl v5.10.1" "User Contributed Perl Documentation" .SH "NAME" elixir\-column \- reformat 'elixir resolve' output .SH "DESCRIPTION" elixir-column can be used for reformatting the general output of elixir resolve \-\-lists into a column format that simply lists the solutions. .SH "EXAMPLE" elixir resolve \-l | elixir-column.pl .SH "SEE ALSO" .IX Header "SEE ALSO" ElixirFM Project .PP Encode Arabic Project .SH "AUTHOR" Otakar Smrz , .SH "COPYRIGHT AND LICENSE" Copyright (C) 2009\-2005 Otakar Smrz, 2009 Viktor Bielicky, 2002 Tim Buckwalter .PP This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. debian/source/0000755000000000000000000000000011575453753010505 5ustar debian/source/format0000644000000000000000000000001411575453753011713 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000076311575453753010273 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # Remove .pl extension: for i in $(TMP)/usr/bin/*.pl; do \ mv $$i $$(echo $$i | sed -e 's/.pl$$//'); \ done mv $(TMP)/usr/share/man/man1/elixir-resolve.pl.1p \ $(TMP)/usr/share/man/man1/elixir-resolve.1p override_dh_installexamples: dh_installexamples mv $(TMP)/usr/share/perl5/ElixirFM/CGI* $(TMP)/usr/share/doc/libelixirfm-perl/examples/