• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revisione0859a747d5cb06332cb996c87667eed7521d4bc (tree)
Time2009-05-09 19:51:05
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

ctags-objc-ja 20090508

Change Summary

Incremental Difference

--- a/PortIndex
+++ b/PortIndex
@@ -1,7 +1,7 @@
11 iTerm 553
22 portdir aqua/iTerm description {Enhanced terminal emulator program for Mac OS X} platforms macosx name iTerm version 0.9.6 categories {aqua shells} homepage http://iterm.sourceforge.net revision 20090416 epoch 0 maintainers waqar@macports.org long_description {iTerm is a full featured terminal emulation program written for OS X using Cocoa. We are aiming at providing users with best command line experience under OS X. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support.}
3-ctags 888
4-variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/ctags description {Reimplementation of ctags(1)} homepage http://hp.vector.co.jp/authors/VA025040/ctags/ epoch 0 platforms {darwin freebsd} name ctags maintainers nomaintainer long_description {Exuberant Ctags generates an index (or tag) file of source language objects in source files that allows these items to be quickly and easily located by a text editor or other utility. Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.} version 5.7j1 categories devel revision 0
3+ctags-objc-ja 913
4+variants universal variant_desc {universal {Build for multiple architectures}} portdir devel/ctags-objc-ja description {ObjC enabled ctags with Japanese support} homepage http://github.com/splhack/ctags-objc-ja/ epoch 0 platforms {darwin freebsd} name ctags-objc-ja maintainers nomaintainer long_description {Exuberant Ctags generates an index (or tag) file of source language objects in source files that allows these items to be quickly and easily located by a text editor or other utility. Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.} version 20090508 categories devel revision 0
55 fmdiff 751
66 portdir devel/fmdiff description {Wrapper scripts for FileMerge} platforms darwin name fmdiff version 7819 categories devel homepage http://ssel.vub.ac.be/ssel/internal:fmdiff revision 0 epoch 0 maintainers nomaintainer@macports.org long_description {Apple's Developer Tools for Mac OS X include FileMerge, a graphical tool to compare and merge files. FileMerge can be much handier to use, unfortunately, it doesn't integrate with Subversion straightforwardly. It can be opened from the command line with the opendiff command, but its interface differs from that of diff and diff3. It returns immediately (i.e. it forks and does not block) and it expects different arguments. Some wrapper scripts are thus required to call FileMerge from Subversion.}
77 macvim 824
--- a/Readme.txt
+++ b/Readme.txt
@@ -1,5 +1,5 @@
11 cmigemo @1.3c_8+universal+utf8 (active)
2- ctags @5.7j1_0+universal (active)
2+ ctags-objc-ja @20090508_0 (active)
33 fmdiff @7819_0 (active)
44 iTerm @0.9.6_20090416 (active)
55 macvim @20090427_0+cscope+gdb+perl+python+ruby+standalone+universal (active)
--- /dev/null
+++ b/devel/ctags-objc-ja/Portfile
@@ -0,0 +1,42 @@
1+# $Id$
2+PortSystem 1.0
3+
4+name ctags-objc-ja
5+version 20090508
6+revision 0
7+categories devel
8+maintainers nomaintainer
9+description ObjC enabled ctags with Japanese support
10+long_description \
11+ Exuberant Ctags generates an index (or tag) file of source language \
12+ objects in source files that allows these items to be quickly and \
13+ easily located by a text editor or other utility. \
14+ Alternatively, it can generate a cross reference file which lists, \
15+ in human-readable form, information about the various objects found \
16+ in a set of source code files. \
17+ Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh \
18+ Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, \
19+ PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.
20+homepage http://github.com/splhack/ctags-objc-ja/
21+platforms darwin freebsd
22+
23+set gittag ${version}
24+distname ${name}-${gittag}
25+use_zip yes
26+checksums \
27+ ${distname}.zip sha1 67f7b8b7115c7aa53b65c2f229fd82cff5e98fe7
28+master_sites \
29+ "http://github.com/splhack/ctags-objc-ja/zipball/${gittag}?"
30+
31+post-extract {
32+ system "mv ${workpath}/splhack-ctags-objc-ja-* ${workpath}/${distname}"
33+}
34+
35+use_autoconf yes
36+configure.type gnu
37+configure.args --enable-macro-patterns \
38+ --enable-japanese-support \
39+ --mandir=\\\${prefix}/share/man \
40+ --with-readlib
41+
42+destroot.destdir prefix=${destroot}${prefix}
--- a/devel/ctags/Portfile
+++ /dev/null
@@ -1,32 +0,0 @@
1-# $Id: Portfile 23082 2007-03-24 19:10:14Z pipping@macports.org $
2-
3-PortSystem 1.0
4-
5-name ctags
6-version 5.7j1
7-categories devel
8-maintainers nomaintainer
9-description Reimplementation of ctags(1)
10-long_description \
11- Exuberant Ctags generates an index (or tag) file of source language \
12- objects in source files that allows these items to be quickly and \
13- easily located by a text editor or other utility. \
14- Alternatively, it can generate a cross reference file which lists, \
15- in human-readable form, information about the various objects found \
16- in a set of source code files. \
17- Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh \
18- Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, \
19- PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.
20-homepage http://hp.vector.co.jp/authors/VA025040/ctags/
21-platforms darwin freebsd
22-master_sites http://hp.vector.co.jp/authors/VA025040/ctags/downloads/
23-checksums md5 076ffb2fefd52e3d19e59d27f7b16120
24-patchfiles patch-Makefile.in.diff \
25- patch-ctags.1.diff
26-configure.type gnu
27-configure.args --enable-macro-patterns \
28- --mandir=\\\${prefix}/share/man \
29- --with-readlib
30-
31-worksrcdir ${name}-5.7
32-destroot.destdir prefix=${destroot}${prefix}
--- a/devel/ctags/files/patch-Makefile.in.diff
+++ /dev/null
@@ -1,11 +0,0 @@
1---- Makefile.in.orig 2007-12-12 23:02:24.000000000 +0900
2-+++ Makefile.in 2007-12-12 23:02:51.000000000 +0900
3-@@ -6,7 +6,7 @@
4- # These are the names of the installed programs, in case you wish to change
5- # them.
6- #
7--CTAGS_PROG = ctags
8-+CTAGS_PROG = jexctags
9- ETAGS_PROG = etags
10-
11- # Set this to the path to your shell (must run Bourne shell commands).
--- a/devel/ctags/files/patch-ctags.1.diff
+++ /dev/null
@@ -1,26 +0,0 @@
1---- ctags.1.orig 2007-12-12 23:03:14.000000000 +0900
2-+++ ctags.1 2007-12-12 23:04:46.000000000 +0900
3-@@ -1,19 +1,19 @@
4--.TH CTAGS 1 "Version 5.7" "Darren Hiebert" "Exuberant Ctags"
5-+.TH JEXCTAGS 1 "Version 5.7" "Darren Hiebert" "Exuberant Ctags"
6-
7-
8- .SH "NAME"
9--ctags \- Generate tag files for source code
10-+jexctags \- Generate tag files for source code
11-
12-
13- .SH SYNOPSIS
14- .TP 6
15--\fBctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
16-+\fBjexctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
17- .TP 6
18- \fBetags\fP [\fBoptions\fP] [\fIfile(s)\fP]
19-
20-
21- .SH "DESCRIPTION"
22--The \fBctags\fP and \fBetags\fP programs (hereinafter collectively referred to
23-+The \fBjexctags\fP and \fBetags\fP programs (hereinafter collectively referred to
24- as \fBctags\fP, except where distinguished) generate an index (or "tag") file
25- for a variety of language objects found in \fIfile(s)\fP.
26- This tag file allows these items to be quickly and easily located by a text
Show on old repository browser