From owner-svn-ports-head@freebsd.org Mon Jan 8 14:11:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14849E6ED30; Mon, 8 Jan 2018 14:11:06 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B84FB7CEC4; Mon, 8 Jan 2018 14:11:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D76F89F8; Mon, 8 Jan 2018 14:11:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w08EB4dJ009097; Mon, 8 Jan 2018 14:11:04 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w08EB4ij009091; Mon, 8 Jan 2018 14:11:04 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801081411.w08EB4ij009091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 8 Jan 2018 14:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458418 - in head/editors: . medit X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/editors: . medit X-SVN-Commit-Revision: 458418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 14:11:06 -0000 Author: danfe Date: Mon Jan 8 14:11:04 2018 New Revision: 458418 URL: https://svnweb.freebsd.org/changeset/ports/458418 Log: Add a port of medit, a programming and around-programming text editor. WWW: http://mooedit.sourceforge.net/ Added: head/editors/medit/ head/editors/medit/Makefile (contents, props changed) head/editors/medit/distinfo (contents, props changed) head/editors/medit/pkg-descr (contents, props changed) head/editors/medit/pkg-plist (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Mon Jan 8 14:10:13 2018 (r458417) +++ head/editors/Makefile Mon Jan 8 14:11:04 2018 (r458418) @@ -185,6 +185,7 @@ SUBDIR += linux-sublime3 SUBDIR += madedit SUBDIR += manedit + SUBDIR += medit SUBDIR += mg SUBDIR += micro SUBDIR += mined Added: head/editors/medit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/medit/Makefile Mon Jan 8 14:11:04 2018 (r458418) @@ -0,0 +1,40 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= medit +PORTVERSION= 1.2.92 +CATEGORIES= editors +MASTER_SITES= SF/mooedit/${PORTNAME}/${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-devel + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Programming and around-programming text editor + +LICENSE= LGPL21 + +USES= gmake localbase pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= gtk20 +INSTALLS_ICONS= yes + +DATADIR= ${PREFIX}/share/${PORTNAME}-1 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-1 +PORTDOCS= * + +OPTIONS_DEFINE= DOCS NLS PYTHON +OPTIONS_SUB= yes + +NLS_USES= gettext-tools +NLS_USE= GNOME=intltool +NLS_CONFIGURE_OFF= --disable-nls + +PYTHON_USE= GNOME=pygtk2 +PYTHON_CONFIGURE_OFF= --without-python + +post-patch: + @${REINPLACE_CMD} -e '/append_12 = -ldl/d' ${WRKSRC}/moo/Makefile.in + @${REINPLACE_CMD} -e '/std::nullptr_t/ { x ; \ + s/.*/#include / ; G ; }' \ + ${WRKSRC}/moo/moopython/moopython-utils.h + +.include Added: head/editors/medit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/medit/distinfo Mon Jan 8 14:11:04 2018 (r458418) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510518875 +SHA256 (medit-1.2.92-devel.tar.bz2) = a5afd3bf5abf73dd36ba285b3c2118a02890bd8409541fa8e67b5c96c7a4de42 +SIZE (medit-1.2.92-devel.tar.bz2) = 1850614 Added: head/editors/medit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/medit/pkg-descr Mon Jan 8 14:11:04 2018 (r458418) @@ -0,0 +1,13 @@ +medit is a programming and around-programming text editor. Originally +started as a simple built-in editor component in GGAP, it grew up to a +real text editor. It features: + + - Configurable syntax highlighting + - Configurable keyboard accelerators + - Plugins that can be written in C, Python, or Lua + - Configurable tools available from the main and context menus; + can be written in Python or Lua, or be a shell script + - Regular expression search/replace, grep(1) frontend, built-in + file selector, etc. + +WWW: http://mooedit.sourceforge.net/ Added: head/editors/medit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/medit/pkg-plist Mon Jan 8 14:11:04 2018 (r458418) @@ -0,0 +1,248 @@ +bin/medit +man/man1/medit.1.gz +share/applications/medit.desktop +share/icons/hicolor/48x48/apps/medit.png +share/icons/hicolor/icon-theme.cache +%%NLS%%share/locale/ar/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/as/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ast/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/az/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/be/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/bg/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/bn/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/bn_IN/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/bs/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ca/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/cs/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/cs/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/cy/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/da/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/de/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/de/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/dz/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/el/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/en@shaw/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/es/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/es/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/et/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/eu/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/fa/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/fi/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/fi/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/fr/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/ga/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/gl/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/gu/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/he/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/hi/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/hr/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/hu/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/id/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/it/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ja/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ja/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/kn/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ko/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/lt/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/lv/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/mai/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/mg/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/mk/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ml/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/mn/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/mr/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ms/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/nb/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ne/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/nl/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/nl/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/nn/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/oc/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/or/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/pa/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/pl/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/pl/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/pt/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ro/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ru/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ru/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/rw/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/si/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/sk/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/sl/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/sq/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/sr/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/sv/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ta/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/te/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/th/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/tr/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/ug/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/uk/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/vi/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/xh/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/medit-1.mo +%%NLS%%share/locale/zh_HK/LC_MESSAGES/medit-1-gsv.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/medit-1-gsv.mo +%%DATADIR%%/context.xml +%%DATADIR%%/filters.xml +%%DATADIR%%/language-specs/R.lang +%%DATADIR%%/language-specs/abnf.lang +%%DATADIR%%/language-specs/actionscript.lang +%%DATADIR%%/language-specs/ada.lang +%%DATADIR%%/language-specs/ansforth94.lang +%%DATADIR%%/language-specs/asp.lang +%%DATADIR%%/language-specs/automake.lang +%%DATADIR%%/language-specs/awk.lang +%%DATADIR%%/language-specs/bennugd.lang +%%DATADIR%%/language-specs/bibtex.lang +%%DATADIR%%/language-specs/bluespec.lang +%%DATADIR%%/language-specs/boo.lang +%%DATADIR%%/language-specs/c.lang +%%DATADIR%%/language-specs/cg.lang +%%DATADIR%%/language-specs/changelog.lang +%%DATADIR%%/language-specs/chdr.lang +%%DATADIR%%/language-specs/check.sh +%%DATADIR%%/language-specs/classic.xml +%%DATADIR%%/language-specs/cmake.lang +%%DATADIR%%/language-specs/cobalt.xml +%%DATADIR%%/language-specs/cobol.lang +%%DATADIR%%/language-specs/cpp.lang +%%DATADIR%%/language-specs/cpphdr.lang +%%DATADIR%%/language-specs/csharp.lang +%%DATADIR%%/language-specs/css.lang +%%DATADIR%%/language-specs/csv.lang +%%DATADIR%%/language-specs/cuda.lang +%%DATADIR%%/language-specs/d.lang +%%DATADIR%%/language-specs/def.lang +%%DATADIR%%/language-specs/desktop.lang +%%DATADIR%%/language-specs/diff.lang +%%DATADIR%%/language-specs/docbook.lang +%%DATADIR%%/language-specs/dosbatch.lang +%%DATADIR%%/language-specs/dot.lang +%%DATADIR%%/language-specs/dpatch.lang +%%DATADIR%%/language-specs/dtd.lang +%%DATADIR%%/language-specs/dtl.lang +%%DATADIR%%/language-specs/eiffel.lang +%%DATADIR%%/language-specs/erlang.lang +%%DATADIR%%/language-specs/fcl.lang +%%DATADIR%%/language-specs/forth.lang +%%DATADIR%%/language-specs/fortran.lang +%%DATADIR%%/language-specs/fsharp.lang +%%DATADIR%%/language-specs/gap.lang +%%DATADIR%%/language-specs/gdb-log.lang +%%DATADIR%%/language-specs/genie.lang +%%DATADIR%%/language-specs/glsl.lang +%%DATADIR%%/language-specs/go.lang +%%DATADIR%%/language-specs/gtk-doc.lang +%%DATADIR%%/language-specs/gtkrc.lang +%%DATADIR%%/language-specs/haddock.lang +%%DATADIR%%/language-specs/haskell-literate.lang +%%DATADIR%%/language-specs/haskell.lang +%%DATADIR%%/language-specs/haxe.lang +%%DATADIR%%/language-specs/html.lang +%%DATADIR%%/language-specs/idl-exelis.lang +%%DATADIR%%/language-specs/idl.lang +%%DATADIR%%/language-specs/imagej.lang +%%DATADIR%%/language-specs/ini.lang +%%DATADIR%%/language-specs/j.lang +%%DATADIR%%/language-specs/jade.lang +%%DATADIR%%/language-specs/java.lang +%%DATADIR%%/language-specs/javascript.lang +%%DATADIR%%/language-specs/json.lang +%%DATADIR%%/language-specs/julia.lang +%%DATADIR%%/language-specs/kate.xml +%%DATADIR%%/language-specs/kotlin.lang +%%DATADIR%%/language-specs/language2.rng +%%DATADIR%%/language-specs/latex.lang +%%DATADIR%%/language-specs/lex.lang +%%DATADIR%%/language-specs/libtool.lang +%%DATADIR%%/language-specs/llvm.lang +%%DATADIR%%/language-specs/logcat.lang +%%DATADIR%%/language-specs/lua.lang +%%DATADIR%%/language-specs/m4.lang +%%DATADIR%%/language-specs/makefile.lang +%%DATADIR%%/language-specs/mallard.lang +%%DATADIR%%/language-specs/markdown.lang +%%DATADIR%%/language-specs/matlab.lang +%%DATADIR%%/language-specs/maxima.lang +%%DATADIR%%/language-specs/mediawiki.lang +%%DATADIR%%/language-specs/medit.xml +%%DATADIR%%/language-specs/meson.lang +%%DATADIR%%/language-specs/modelica.lang +%%DATADIR%%/language-specs/mxml.lang +%%DATADIR%%/language-specs/nemerle.lang +%%DATADIR%%/language-specs/netrexx.lang +%%DATADIR%%/language-specs/nsis.lang +%%DATADIR%%/language-specs/objc.lang +%%DATADIR%%/language-specs/objj.lang +%%DATADIR%%/language-specs/oblivion.xml +%%DATADIR%%/language-specs/ocaml.lang +%%DATADIR%%/language-specs/ocl.lang +%%DATADIR%%/language-specs/octave.lang +%%DATADIR%%/language-specs/ooc.lang +%%DATADIR%%/language-specs/opal.lang +%%DATADIR%%/language-specs/opencl.lang +%%DATADIR%%/language-specs/pascal.lang +%%DATADIR%%/language-specs/perl.lang +%%DATADIR%%/language-specs/php.lang +%%DATADIR%%/language-specs/pig.lang +%%DATADIR%%/language-specs/pkgconfig.lang +%%DATADIR%%/language-specs/po.lang +%%DATADIR%%/language-specs/prolog.lang +%%DATADIR%%/language-specs/protobuf.lang +%%DATADIR%%/language-specs/puppet.lang +%%DATADIR%%/language-specs/python-console.lang +%%DATADIR%%/language-specs/python.lang +%%DATADIR%%/language-specs/python3.lang +%%DATADIR%%/language-specs/rpmspec.lang +%%DATADIR%%/language-specs/rst.lang +%%DATADIR%%/language-specs/ruby.lang +%%DATADIR%%/language-specs/rust.lang +%%DATADIR%%/language-specs/scala.lang +%%DATADIR%%/language-specs/scheme.lang +%%DATADIR%%/language-specs/scilab.lang +%%DATADIR%%/language-specs/sh.lang +%%DATADIR%%/language-specs/sml.lang +%%DATADIR%%/language-specs/solarized-dark.xml +%%DATADIR%%/language-specs/solarized-light.xml +%%DATADIR%%/language-specs/sparql.lang +%%DATADIR%%/language-specs/sql.lang +%%DATADIR%%/language-specs/sweave.lang +%%DATADIR%%/language-specs/swift.lang +%%DATADIR%%/language-specs/systemverilog.lang +%%DATADIR%%/language-specs/t2t.lang +%%DATADIR%%/language-specs/tango.xml +%%DATADIR%%/language-specs/tcl.lang +%%DATADIR%%/language-specs/texinfo.lang +%%DATADIR%%/language-specs/thrift.lang +%%DATADIR%%/language-specs/vala.lang +%%DATADIR%%/language-specs/vbnet.lang +%%DATADIR%%/language-specs/verilog.lang +%%DATADIR%%/language-specs/vhdl.lang +%%DATADIR%%/language-specs/xml.lang +%%DATADIR%%/language-specs/xslt.lang +%%DATADIR%%/language-specs/yacc.lang +%%DATADIR%%/language-specs/yaml.lang +%%DATADIR%%/lua/_moo/_string.lua +%%DATADIR%%/lua/_moo/_table.lua +%%DATADIR%%/lua/_moo/_util.lua +%%DATADIR%%/lua/_moo/builtin.lua +%%DATADIR%%/lua/_moo/os.lua +%%DATADIR%%/lua/_moo/path.lua +%%DATADIR%%/menu.xml +%%PYTHON%%%%DATADIR%%/plugins/python.ini +%%PYTHON%%%%DATADIR%%/plugins/python.py +%%PYTHON%%%%DATADIR%%/plugins/terminal.ini +%%PYTHON%%%%DATADIR%%/plugins/terminal.py +%%PYTHON%%%%DATADIR%%/python/insert_date_and_time.py +%%PYTHON%%%%DATADIR%%/python/medit/__init__.py +%%PYTHON%%%%DATADIR%%/python/medit/runpython.py +%%PYTHON%%%%DATADIR%%/python/pyconsole.py