diff --git a/x11/Makefile b/x11/Makefile index d1a2b102d337..36816ec74712 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -57,6 +57,7 @@ SUBDIR += lupe SUBDIR += offix-clipboard SUBDIR += offix-execute + SUBDIR += portoseguro SUBDIR += powershell SUBDIR += props SUBDIR += qrash diff --git a/x11/portoseguro/Makefile b/x11/portoseguro/Makefile new file mode 100644 index 000000000000..2d975ec52634 --- /dev/null +++ b/x11/portoseguro/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: portoseguro +# Date created: 2000-10-08 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= portoseguro +PORTVERSION= 0.4 +CATEGORIES= x11 +MASTER_SITES= http://www.ic.unicamp.br/~guazzibe/random/ +DISTNAME= ${PORTNAME}-alpha4 + +MAINTAINER= trevor@FreeBSD.org + +CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG} +USE_AUTOCONF= yes +GNU_CONFIGURE= yes +USE_GTK= yes +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-install: +.for i in portoseguro portoseguro.conf + ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${X11BASE}/bin +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${X11BASE}/share/doc/portoseguro + ${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/share/doc/portoseguro +.endif + +.include diff --git a/x11/portoseguro/distinfo b/x11/portoseguro/distinfo new file mode 100644 index 000000000000..00a914115e6a --- /dev/null +++ b/x11/portoseguro/distinfo @@ -0,0 +1 @@ +MD5 (portoseguro-alpha4.tar.gz) = 84cb67ea560a95f18382bfb0adc824e1 diff --git a/x11/portoseguro/files/patch-configure_in b/x11/portoseguro/files/patch-configure_in new file mode 100644 index 000000000000..80646184b62c --- /dev/null +++ b/x11/portoseguro/files/patch-configure_in @@ -0,0 +1,14 @@ +--- configure.in.orig Thu Sep 7 03:57:52 2000 ++++ configure.in Sun Oct 8 20:57:24 2000 +@@ -11,11 +11,8 @@ + AC_PROG_INSTALL + + AC_HEADER_STDC +-AC_HEADER_CHECK(X11/xpm.h,,AC_MSG_ERROR(required header file missing)) + + dnl now gtk +- +-AC_PATH_PROG(GTKCONFIG,gtk-config,no) + + if test x$GTKCONFIG = xno ; then + AC_MSG_ERROR( diff --git a/x11/portoseguro/pkg-comment b/x11/portoseguro/pkg-comment new file mode 100644 index 000000000000..609c2a4d0357 --- /dev/null +++ b/x11/portoseguro/pkg-comment @@ -0,0 +1 @@ +Launch applications by clicking on an icon bar diff --git a/x11/portoseguro/pkg-descr b/x11/portoseguro/pkg-descr new file mode 100644 index 000000000000..e760c06c9576 --- /dev/null +++ b/x11/portoseguro/pkg-descr @@ -0,0 +1,15 @@ +from the README: + +Porto Seguro is a simple dock, built for the Sapphire window manager, but may +fit any other window manager. + +The applications are run with a single click. The dock is configured in a GUI +run from the button on the screen edge. + +You may configure items to hold instance, that is, run only one instance of the +app and keep the button highlighted while the application is running or not to +hold, which is useful for xterms and other things you'll want to have many at +once. + +Trevor Johnson +trevor@FreeBSD.org diff --git a/x11/portoseguro/pkg-plist b/x11/portoseguro/pkg-plist new file mode 100644 index 000000000000..938f511d2ee1 --- /dev/null +++ b/x11/portoseguro/pkg-plist @@ -0,0 +1,2 @@ +bin/portoseguro +bin/portoseguro.conf