1
0
forked from ports/contrib

medit: 0.9.3 -> 0.9.4

This commit is contained in:
Bartlomiej Palmowski 2008-12-14 01:09:11 +01:00
parent 867e1bb6a3
commit 3b1a023682
3 changed files with 18 additions and 5 deletions

View File

@ -2,6 +2,19 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/medit
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/moo/
drwxr-xr-x root/root usr/lib/moo/plugins/
drwxr-xr-x root/root usr/lib/moo/plugins/lib/
-rw-r--r-- root/root usr/lib/moo/plugins/lib/insert_date_and_time.py
drwxr-xr-x root/root usr/lib/moo/plugins/lib/medit/
-rw-r--r-- root/root usr/lib/moo/plugins/lib/medit/runpython.py
-rw-r--r-- root/root usr/lib/moo/plugins/lib/pyconsole.py
-rw-r--r-- root/root usr/lib/moo/plugins/pycmd.ini
-rw-r--r-- root/root usr/lib/moo/plugins/pycmd.py
-rw-r--r-- root/root usr/lib/moo/plugins/python.ini
-rw-r--r-- root/root usr/lib/moo/plugins/python.py
-rw-r--r-- root/root usr/lib/moo/plugins/terminal.ini
-rw-r--r-- root/root usr/lib/moo/plugins/terminal.py
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/medit.1.gz
@ -13,9 +26,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/medit.png
drwxr-xr-x root/root usr/share/mime/
drwxr-xr-x root/root usr/share/mime/packages/
-rw-r--r-- root/root usr/share/mime/packages/moo.xml
drwxr-xr-x root/root usr/share/moo/
-rw-r--r-- root/root usr/share/moo/context.cfg
-rw-r--r-- root/root usr/share/moo/filters.xml
@ -29,6 +39,7 @@ drwxr-xr-x root/root usr/share/moo/language-specs/
-rw-r--r-- root/root usr/share/moo/language-specs/chdr.lang
-rw-r--r-- root/root usr/share/moo/language-specs/check.sh
-rw-r--r-- root/root usr/share/moo/language-specs/classic.xml
-rw-r--r-- root/root usr/share/moo/language-specs/cmake.lang
-rw-r--r-- root/root usr/share/moo/language-specs/cpp.lang
-rw-r--r-- root/root usr/share/moo/language-specs/csharp.lang
-rw-r--r-- root/root usr/share/moo/language-specs/css.lang
@ -39,6 +50,7 @@ drwxr-xr-x root/root usr/share/moo/language-specs/
-rw-r--r-- root/root usr/share/moo/language-specs/docbook.lang
-rw-r--r-- root/root usr/share/moo/language-specs/dpatch.lang
-rw-r--r-- root/root usr/share/moo/language-specs/dtd.lang
-rw-r--r-- root/root usr/share/moo/language-specs/eiffel.lang
-rw-r--r-- root/root usr/share/moo/language-specs/erlang.lang
-rw-r--r-- root/root usr/share/moo/language-specs/forth.lang
-rw-r--r-- root/root usr/share/moo/language-specs/fortran.lang

View File

@ -1 +1 @@
24ffe177248e94795345a11a1a668741 medit-0.9.3.tar.bz2
502086d22d608232d48ef70d56ef5f84 medit-0.9.4.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: gtk
name=medit
version=0.9.3
version=0.9.4
release=1
source=(http://dl.sourceforge.net/sourceforge/mooedit/$name-$version.tar.bz2)
@ -19,4 +19,5 @@ build() {
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rm -rf $PKG/usr/include
find $PKG -empty -delete
}