summaryrefslogtreecommitdiff
path: root/deskutils/xpad
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 03:21:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 03:21:36 +0000
commitcd268cd82fc2d649b4a7d16de561e55187862a91 (patch)
tree6c09e746cfa1160ff11f20bd803d53ef5ac7dd21 /deskutils/xpad
parentNew port: JRTPLIB - RTP library in C++ (diff)
New port: A virtual note-pad system for your X11 desktop
xpad is a sticky note application written using GTK+ 2.0 that strives to be simple, fault-tolerant, and customizable. xpad consists of independent pad windows; each is basically a text box in which notes can be written. PR: ports/49003 Submitted by: Guillaume Paquet <amyfoub@videotron.ca>
Notes
Notes: svn path=/head/; revision=90363
Diffstat (limited to 'deskutils/xpad')
-rw-r--r--deskutils/xpad/Makefile37
-rw-r--r--deskutils/xpad/distinfo1
-rw-r--r--deskutils/xpad/pkg-descr20
-rw-r--r--deskutils/xpad/pkg-message11
-rw-r--r--deskutils/xpad/pkg-plist7
5 files changed, 76 insertions, 0 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile
new file mode 100644
index 000000000000..649e395e0c8f
--- /dev/null
+++ b/deskutils/xpad/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: xpad
+# Date created: 6 March 2002
+# Whom: Guillaume Paquet <amyfoub@videotron.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xpad
+PORTVERSION= 1.9.1
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= amyfoub@videotron.ca
+COMMENT= A virtual note-pad system for your X11 desktop
+
+WRKSRC= ${WRKDIR}/xpad-${PORTVERSION}
+
+USE_GNOME= gtk20
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+MAN1= xpad.1
+MANCOMPRESSED= no
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/xpad
+ ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/xpad/
+ @${MKDIR} ${PREFIX}/share/examples/xpad
+ ${INSTALL_MAN} ${WRKSRC}/xpad.desktop ${PREFIX}/share/examples/xpad/
+ @${CAT} pkg-message
+.endif
+ @${RM} /xpad.desktop
+
+.include <bsd.port.mk>
diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo
new file mode 100644
index 000000000000..b2e97d87dc82
--- /dev/null
+++ b/deskutils/xpad/distinfo
@@ -0,0 +1 @@
+MD5 (xpad-1.9.1.tar.gz) = 05e52fe86f421ea4c770e8480cb40d4f
diff --git a/deskutils/xpad/pkg-descr b/deskutils/xpad/pkg-descr
new file mode 100644
index 000000000000..31f678b537db
--- /dev/null
+++ b/deskutils/xpad/pkg-descr
@@ -0,0 +1,20 @@
+xpad is a sticky note application written using GTK+ 2.0 that strives to be
+simple, fault-tolerant, and customizable. xpad consists of independent pad
+windows; each is basically a text box in which notes can be written. Despite
+being called xpad, all that is needed to run or compile it is the GTK+ 2.0
+libraries. Here is a list of major features in the current xpad stable
+release:
+
+ * GTK+ 2.0 powered text view.
+ * Fault tolerant. All information is kept on the hard drive, not memory.
+ * xpad is very customizable. The color scheme (text, background, and window
+ borders) and the font can be changed.
+ * A customizable toolbar puts the most frequently used commands at your
+ fingertips.
+ * Support for the X session management protocol.
+ * Support for the www.freedesktop.org system tray proposal.
+
+WWW: http://xpad.sourceforge.net/
+
+- Guillaume
+amyfoub@videotron.ca
diff --git a/deskutils/xpad/pkg-message b/deskutils/xpad/pkg-message
new file mode 100644
index 000000000000..71bf6d3151e1
--- /dev/null
+++ b/deskutils/xpad/pkg-message
@@ -0,0 +1,11 @@
+-----------------------------------------------------------------------------
+
+1) See /usr/local/share/doc/xpad/README for some useful informations.
+
+2) If you are using KDE, copy /usr/local/share/example/xpad/xpad.desktop to:
+
+ ~/.kde/share/applnk/Utilities/
+ or
+ /usr/local/share/applnk/Utilities/
+
+-----------------------------------------------------------------------------
diff --git a/deskutils/xpad/pkg-plist b/deskutils/xpad/pkg-plist
new file mode 100644
index 000000000000..49e04ecabc48
--- /dev/null
+++ b/deskutils/xpad/pkg-plist
@@ -0,0 +1,7 @@
+bin/xpad
+share/pixmaps/xpad.xpm
+@dirrm share/pixmaps
+%%PORTDOCS%%share/doc/xpad/README
+%%PORTDOCS%%share/examples/xpad/xpad.desktop
+%%PORTDOCS%%@dirrm share/doc/xpad
+%%PORTDOCS%%@dirrm share/examples/xpad