[30144] trunk/dports/editors
source_changes at macosforge.org
source_changes at macosforge.org
Sun Oct 21 08:38:16 PDT 2007
Revision: 30144
http://trac.macosforge.org/projects/macports/changeset/30144
Author: nox at macports.org
Date: 2007-10-21 08:38:15 -0700 (Sun, 21 Oct 2007)
Log Message:
-----------
eieio, speedbar, semantic: Added three emacs packages from the CEDET project.
Added Paths:
-----------
trunk/dports/editors/eieio/
trunk/dports/editors/eieio/Portfile
trunk/dports/editors/semantic/
trunk/dports/editors/semantic/Portfile
trunk/dports/editors/speedbar/
trunk/dports/editors/speedbar/Portfile
Added: trunk/dports/editors/eieio/Portfile
===================================================================
--- trunk/dports/editors/eieio/Portfile (rev 0)
+++ trunk/dports/editors/eieio/Portfile 2007-10-21 15:38:15 UTC (rev 30144)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem 1.0
+
+name eieio
+version 0.17
+categories editors
+platforms darwin
+maintainers nox
+description Enhanced Implementation of Emacs Interpreted Objects
+
+long_description \
+ EIEIO is an Emacs lisp program which implements a controlled \
+ object-oriented programming methodology following the CLOS standard. \
+ EIEIO also has object browsing functions, and custom widget types. \
+ It has a fairly complete manual describing how to use it.
+
+homepage http://cedet.sourceforge.net/eieio.shtml
+master_sites sourceforge:cedet
+
+checksums md5 13a5663dcd6bae31d6c618701d2bd08b \
+ sha1 4ad41e1c9aab4976808927896b2ec35a6b7dd206 \
+ rmd160 5db7ed84a5d16ce073cba36e314bfcbf37612274
+
+depends_build port:emacs
+depends_run port:emacs
+
+use_configure no
+
+destroot {
+ set lispdir ${prefix}/share/emacs/site-lisp
+ xinstall -d ${destroot}${lispdir}
+ eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \
+ ${destroot}${lispdir}
+}
+
+universal_variant no
Property changes on: trunk/dports/editors/eieio/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/editors/semantic/Portfile
===================================================================
--- trunk/dports/editors/semantic/Portfile (rev 0)
+++ trunk/dports/editors/semantic/Portfile 2007-10-21 15:38:15 UTC (rev 30144)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem 1.0
+
+name semantic
+version 1.4.4
+categories editors
+platforms darwin
+maintainers nox
+description Infrastructure for parser based text analysis in Emacs
+
+long_description \
+ Semantic is an infrastructure for parser based text analysis in Emacs. \
+ It is a lexer, parser-generator, and parser. It is written in Emacs \
+ Lisp and is customized to the way Emacs thinks about language files, \
+ and is optimized to use Emacs' parsing capabilities.
+
+homepage http://cedet.sourceforge.net/semantic.shtml
+master_sites sourceforge:cedet
+
+checksums md5 9b3780695154dc66e1ecbdc40c0541a0 \
+ sha1 65a3826d47d9deaf936c2564425aa4e970ad11c2 \
+ rmd160 e67bed991b9c1d0ade548304a47fad7019d2f912
+
+depends_build port:emacs
+depends_run port:emacs port:eieio port:semantic
+
+use_configure no
+
+destroot {
+ set lispdir ${prefix}/share/emacs/site-lisp
+ xinstall -d ${destroot}${lispdir}
+ eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \
+ ${destroot}${lispdir}
+}
+
+universal_variant no
Property changes on: trunk/dports/editors/semantic/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/editors/speedbar/Portfile
===================================================================
--- trunk/dports/editors/speedbar/Portfile (rev 0)
+++ trunk/dports/editors/speedbar/Portfile 2007-10-21 15:38:15 UTC (rev 30144)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+
+name speedbar
+version 0.14beta4
+categories editors
+platforms darwin
+maintainers nox
+description Floating Everything Browser
+
+long_description \
+ Speedbar is an Emacs Lisp program which allows you to create a special \
+ skinny frame with a specialized directory listing in it. This listing \
+ will have both directories and filtered files in it. You can then load \
+ files into your emacs frame, or expand the files to display all the tags \
+ that are in them and jump to those tags. You can also expand multiple \
+ directories into your speedbar frame.
+
+homepage http://cedet.sourceforge.net/speedbar.shtml
+master_sites sourceforge:cedet
+
+checksums md5 bfda4dfb0b30b1f9c1162347cb7c69fb \
+ sha1 58b246bab82d475c452ce3dea5a1d404ed1eca1f \
+ rmd160 0c6845fec1bc3bd8fc4c1076ad5d8bd047a9c7da
+
+depends_build port:emacs
+depends_run port:emacs
+
+use_configure no
+
+build.target-append opt
+
+destroot {
+ set lispdir ${prefix}/share/emacs/site-lisp
+ xinstall -d ${destroot}${lispdir}
+ eval xinstall -m 0644 [glob -directory ${worksrcpath} *.el *.elc] \
+ ${destroot}${lispdir}
+}
+
+universal_variant no
\ No newline at end of file
Property changes on: trunk/dports/editors/speedbar/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071021/26a13f08/attachment.html
More information about the macports-changes
mailing list