Initial import of editors/beaver
-- Beaver is an Early AdVanced EditoR, for Linux and other Unices (and even Windows); in other words, it's a text editor that is intended to be light-weight, but full of useful features for programming, from editing of web sites to C coding. It is based upon the GTK+ toolkit, supports many languages through config files and offers functions such as automatic indentation and completion or syntax highlighting. In fact, it is 100% compatible with Ultraedit's wordfile.txt files, and has its own mini macro language.
This commit is contained in:
parent
c74e6395cb
commit
ed447151c2
37
editors/beaver/Makefile
Normal file
37
editors/beaver/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/05 17:50:01 couderc Exp $
|
||||
COMMENT= "lightweight Gtk text editor with syntax highlighting"
|
||||
|
||||
DISTNAME= beaver-0.2.3
|
||||
CATEGORIES= editors
|
||||
NEED_VERSION= 1.531
|
||||
|
||||
HOMEPAGE= http://eturquin.free.fr/beaver/
|
||||
MASTER_SITES= ${HOMEPAGE}dloads/
|
||||
|
||||
MAINTAINER= Vincent Derrien <vincent.derrien@free.fr>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" OPTI="${CFLAGS}"
|
||||
|
||||
WRKSRC= ${WRKDIST}/src
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/beaver \
|
||||
${PREFIX}/bin/beaver
|
||||
${INSTALL_DATA} ${WRKDIST}/beaver.1x \
|
||||
${PREFIX}/man/man1/beaver.1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/beaver
|
||||
${INSTALL_DATA} ${WRKDIST}/pixmaps/beaver.png \
|
||||
${PREFIX}/share/beaver/beaver.png
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/beaver/bl
|
||||
@cd ${WRKDIST}; ${INSTALL_DATA} ${WRKDIST}/bl/* \
|
||||
${PREFIX}/share/beaver/bl
|
||||
|
||||
.include <bsd.port.mk>
|
3
editors/beaver/distinfo
Normal file
3
editors/beaver/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (beaver-0.2.3.tar.gz) = 21b880f575035cb6cfe087b2e0e94217
|
||||
RMD160 (beaver-0.2.3.tar.gz) = 5696da34d7f81b4649f8ea7e512a9a422dc5df09
|
||||
SHA1 (beaver-0.2.3.tar.gz) = c74337e62eec9685dbc550ded860a37ac6d96e5b
|
9
editors/beaver/pkg/DESCR
Normal file
9
editors/beaver/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
Beaver is an Early AdVanced EditoR, for Linux and other Unices (and even
|
||||
Windows); in other words, it's a text editor that is intended to be
|
||||
light-weight, but full of useful features for programming, from editing of web
|
||||
sites to C coding. It is based upon the GTK+ toolkit, supports many languages
|
||||
through config files and offers functions such as automatic indentation and
|
||||
completion or syntax highlighting. In fact, it is 100% compatible with
|
||||
Ultraedit's wordfile.txt files, and has its own mini macro language.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
9
editors/beaver/pkg/PLIST
Normal file
9
editors/beaver/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/06/05 17:50:01 couderc Exp $
|
||||
bin/beaver
|
||||
man/man1/beaver.1
|
||||
share/beaver/beaver.png
|
||||
share/beaver/bl/example1.bl
|
||||
share/beaver/bl/example2.bl
|
||||
share/beaver/bl/glib.bl
|
||||
@dirrm share/beaver/bl
|
||||
@dirrm share/beaver
|
Loading…
x
Reference in New Issue
Block a user