1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add gmrun 0.8.1,

a customizable program to run programs, with
tab-completion.

PR:		43391
Submitted by:	Adam Weinberger <adam@vectors.cx>
This commit is contained in:
Oliver Braun 2002-10-08 07:24:51 +00:00
parent 333fef04c7
commit 8ed6e33db9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67601
6 changed files with 59 additions and 0 deletions

View File

@ -37,6 +37,7 @@
SUBDIR += gdm
SUBDIR += gdm2
SUBDIR += gmessage
SUBDIR += gmrun
SUBDIR += gnoclip
SUBDIR += gnome
SUBDIR += gnome2

36
x11/gmrun/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: gmrun
# Date created: 26 September 2002
# Whom: Adam Weinberger <adam@vectors.cx>
#
# $FreeBSD$
#
PORTNAME= gmrun
PORTVERSION= 0.8.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= adam@vectors.cx
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gtk12 glib12
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|PACKAGE_DATA_DIR\"|\"${PREFIX}/etc|' ${WRKSRC}/src/prefs.cc
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/gmrun ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/config/gmrunrc ${PREFIX}/etc
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
x11/gmrun/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gmrun-0.8.1.tar.gz) = b400f09e83bab0b6949dc159c6f27319

1
x11/gmrun/pkg-comment Normal file
View File

@ -0,0 +1 @@
A customizable program to run programs, with tab-completion

16
x11/gmrun/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
This is a Run... box, allowing you to spawn other programs.
Features
--------
* Tilde completion
* Completion for separate words
* Cycleable command history
* Configuration file in /usr/X11R6/etc/gmrunrc, which can be copied
to ~/.gmrunrc
* Can spawn commands in a terminal
* Intelligent URL handling
WWW: http://sourceforge.net/projects/gmrun
- Adam Weinberger <adam@vectors.cx>

4
x11/gmrun/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/gmrun
etc/gmrunrc
%%PORTDOCS%%share/doc/gmrun/README
%%PORTDOCS%%@dirrm share/doc/gmrun