Vala Toys for gEdit is an experimental collection of plugins that extends the
gEdit editor to make it a better programmer editor for the Vala language. WWW: http://code.google.com/p/vtg/
This commit is contained in:
parent
c4e7dd47cc
commit
ea070397c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283309
@ -3646,6 +3646,7 @@
|
||||
SUBDIR += violet
|
||||
SUBDIR += vstr
|
||||
SUBDIR += vtcl
|
||||
SUBDIR += vtg
|
||||
SUBDIR += vxlog
|
||||
SUBDIR += wand-libconfig
|
||||
SUBDIR += websvn
|
||||
|
31
devel/vtg/Makefile
Normal file
31
devel/vtg/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: vtg
|
||||
# Date created: 2011-10-09
|
||||
# Whom: Romain Tartiere <romain@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vtg
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
# Fow now, only devel/monodevelop depend on vtg but the bindings have changed,
|
||||
# so use the old beta release before a new monodevelop version is available.
|
||||
# Since the 0.12 serie is for gEdit 3+, it should not be a big problem for now.
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_beta5
|
||||
|
||||
MAINTAINER= romain@FreeBSD.org
|
||||
COMMENT= Vala Toys for gEdit
|
||||
|
||||
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
|
||||
RUN_DEPENDS= valac:${PORTSDIR}/lang/vala
|
||||
|
||||
CONFIGURE_ARGS= --disable-vtg-plugin --disable-gen-project
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack glib20 intltool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/vtg/distinfo
Normal file
2
devel/vtg/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (vtg-0.12.0_beta5.tar.bz2) = fee41f498efa6e7c2f6dd823a59a4c2c5ebb5f42c775cbd9a6da89dfd9673e40
|
||||
SIZE (vtg-0.12.0_beta5.tar.bz2) = 838704
|
4
devel/vtg/pkg-descr
Normal file
4
devel/vtg/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Vala Toys for gEdit is an experimental collection of plugins that extends the
|
||||
gEdit editor to make it a better programmer editor for the Vala language.
|
||||
|
||||
WWW: http://code.google.com/p/vtg/
|
19
devel/vtg/pkg-plist
Normal file
19
devel/vtg/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $FreeBSD$
|
||||
include/afrodite-0.12/afrodite.h
|
||||
lib/libafrodite-0.12.la
|
||||
lib/libafrodite-0.12.so
|
||||
lib/libafrodite-0.12.so.2
|
||||
libdata/pkgconfig/libafrodite-0.12.pc
|
||||
%%DOCSDIR%%/vtg/AUTHORS
|
||||
%%DOCSDIR%%/vtg/COPYING
|
||||
%%DOCSDIR%%/vtg/COPYING-GPL
|
||||
%%DOCSDIR%%/vtg/COPYING-LGPL
|
||||
%%DOCSDIR%%/vtg/INSTALL
|
||||
%%DOCSDIR%%/vtg/NEWS
|
||||
%%DOCSDIR%%/vtg/README
|
||||
share/vala/vapi/afrodite-0.12.vapi
|
||||
@dirrmtry share/vala/vapi
|
||||
@dirrmtry share/vala
|
||||
@dirrm %%DOCSDIR%%/vtg
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm include/afrodite-0.12
|
Loading…
Reference in New Issue
Block a user