1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add motor 2.6.3, a powerful text mode based programming IDE.

This commit is contained in:
Maxim Sobolev 2001-02-21 00:15:07 +00:00
parent c4e3c399f3
commit d07e4e801e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38533
9 changed files with 109 additions and 0 deletions

View File

@ -213,6 +213,7 @@
SUBDIR += mm
SUBDIR += mob
SUBDIR += moonshine
SUBDIR += motor
SUBDIR += mprof
SUBDIR += msrc0
SUBDIR += nana

22
devel/motor/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: motor
# Date created: 20 February 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= motor
PORTVERSION= 2.6.3
CATEGORIES= devel
MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS}" \
LOCALBASE="${LOCALBASE}"
.include <bsd.port.mk>

1
devel/motor/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (motor-2.6.3.tar.gz) = 4d3ac7566c8d90efc96f0b4a18f152dc

View File

@ -0,0 +1,16 @@
$FreeBSD$
--- configure.orig Tue Feb 20 09:42:20 2001
+++ configure Wed Feb 21 00:26:08 2001
@@ -563,8 +563,8 @@
FreeBSD*)
echo "$ac_t""freebsd" 1>&6
if test -z "$GCC"; then
- LDFLAGS="-L/usr/local/lib -lintl"
- CPPFLAGS="-I/usr/local/include"
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
+ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
fi
;;

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- po/Makefile.in 2001/02/20 22:35:16 1.1
+++ po/Makefile.in 2001/02/20 22:36:03
@@ -23,7 +23,7 @@
for i in $(LANGS); do msgfmt -o $$i.mo $$i.po; done
install:
- for i in $(LANGS); do install -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/motor.mo; done
+ for i in $(LANGS); do install -c -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/motor.mo; done
uninstall:
find ${datadir}/locale/ -name motor.mo -exec rm -f {} \;

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/Makefile.in 2001/02/20 22:38:22 1.1
+++ src/Makefile.in 2001/02/20 22:38:53
@@ -51,7 +51,7 @@
$(CXX) @CPPFLAGS@ $*.cc -c $(INCLUDE) "-DVERSION=\"$(VERSION)\"" "-DSHAREDIR=\"@CONFIG_MOTOR_SHAREDIR@\"" "-DMAKECMD=\"$(MAKE)\"" -o $*.o
install:
- install -Ds motor $(bindir)/$(PROG)
+ install -c -Ds motor $(bindir)/$(PROG)
mkdir -p $(datadir)/$(PROG)/
cp -R ../share/* ../COPYING $(datadir)/$(PROG)

1
devel/motor/pkg-comment Normal file
View File

@ -0,0 +1 @@
A powerful text mode based programming IDE

6
devel/motor/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Motor is a text mode based programming environment for *nix. It
consists of a powerful editor with syntax highlight, project
manager, makefile generator, gcc and gdb front-end, etc. Deep CVS
integration is also provided.
WWW: http://konst.org.ua/motor/

34
devel/motor/pkg-plist Normal file
View File

@ -0,0 +1,34 @@
bin/motor
share/locale/pl/LC_MESSAGES/motor.mo
share/locale/ru/LC_MESSAGES/motor.mo
share/motor/COPYING
share/motor/external
share/motor/syntax
share/motor/templates/library/static/Browser
share/motor/templates/library/static/Buildrules
share/motor/templates/library/static/Folders
share/motor/templates/library/static/Makefile
share/motor/templates/library/static/rpm.Dist
share/motor/templates/library/static/tar.gz.Dist
share/motor/templates/terminal program/C++/Browser
share/motor/templates/terminal program/C++/Buildrules
share/motor/templates/terminal program/C++/Folders
share/motor/templates/terminal program/C++/Makefile
share/motor/templates/terminal program/C++/[value name].cc.tmpl
share/motor/templates/terminal program/C++/rpm.Dist
share/motor/templates/terminal program/C++/tar.gz.Dist
share/motor/templates/terminal program/C/Browser
share/motor/templates/terminal program/C/Buildrules
share/motor/templates/terminal program/C/Folders
share/motor/templates/terminal program/C/Makefile
share/motor/templates/terminal program/C/[value name].c.tmpl
share/motor/templates/terminal program/C/rpm.Dist
share/motor/templates/terminal program/C/tar.gz.Dist
share/motor/themes
@dirrm share/motor/templates/terminal program/C++
@dirrm share/motor/templates/terminal program/C
@dirrm share/motor/templates/terminal program
@dirrm share/motor/templates/library/static
@dirrm share/motor/templates/library
@dirrm share/motor/templates
@dirrm share/motor