summaryrefslogtreecommitdiff
path: root/x11/portoseguro
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-08 21:47:23 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-08 21:47:23 +0000
commit1bd430337d353dc4bfe9e4d3af95e7cc302a08c4 (patch)
tree20d9b6b65149b4e8204b2936f9d6e47d512545be /x11/portoseguro
parentAdd do-install target to port's Makefile. Remove patch section (diff)
Add PortoSeguro, Felipe Bergo's dock.
Notes
Notes: svn path=/head/; revision=33591
Diffstat (limited to 'x11/portoseguro')
-rw-r--r--x11/portoseguro/Makefile32
-rw-r--r--x11/portoseguro/distinfo1
-rw-r--r--x11/portoseguro/files/patch-configure_in14
-rw-r--r--x11/portoseguro/pkg-comment1
-rw-r--r--x11/portoseguro/pkg-descr15
-rw-r--r--x11/portoseguro/pkg-plist2
6 files changed, 65 insertions, 0 deletions
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 <bsd.port.mk>
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