[Midnightbsd-cvs] mports: mports/deskutils:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 3 00:28:03 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/deskutils:
        Makefile (r1.18 -> r1.19)

Added Files:
-----------
    mports/deskutils/xpad:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -L deskutils/Makefile -L deskutils/Makefile -u -r1.18 -r1.19
--- deskutils/Makefile
+++ deskutils/Makefile
@@ -27,6 +27,7 @@
     SUBDIR += preferences.app
     SUBDIR += toolbox
     SUBDIR += toolboxkit
+    SUBDIR += xpad
     SUBDIR += xpostit
 
 .include <bsd.port.subdir.mk>
--- /dev/null
+++ deskutils/xpad/pkg-descr
@@ -0,0 +1,17 @@
+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/
--- /dev/null
+++ deskutils/xpad/pkg-plist
@@ -0,0 +1,27 @@
+bin/xpad
+share/applications/xpad.desktop
+share/icons/hicolor/48x48/apps/xpad.png
+share/icons/hicolor/scalable/apps/xpad.svg
+share/locale/af/LC_MESSAGES/xpad.mo
+share/locale/bg/LC_MESSAGES/xpad.mo
+share/locale/da/LC_MESSAGES/xpad.mo
+share/locale/es/LC_MESSAGES/xpad.mo
+share/locale/fr/LC_MESSAGES/xpad.mo
+share/locale/ga/LC_MESSAGES/xpad.mo
+share/locale/hu/LC_MESSAGES/xpad.mo
+share/locale/it/LC_MESSAGES/xpad.mo
+share/locale/ms/LC_MESSAGES/xpad.mo
+share/locale/nl/LC_MESSAGES/xpad.mo
+share/locale/ro/LC_MESSAGES/xpad.mo
+share/locale/ru/LC_MESSAGES/xpad.mo
+share/locale/rw/LC_MESSAGES/xpad.mo
+share/locale/sk/LC_MESSAGES/xpad.mo
+share/locale/sl/LC_MESSAGES/xpad.mo
+share/locale/sv/LC_MESSAGES/xpad.mo
+share/locale/vi/LC_MESSAGES/xpad.mo
+share/locale/zh_CN/LC_MESSAGES/xpad.mo
+share/locale/zh_TW/LC_MESSAGES/xpad.mo
+share/pixmaps/xpad.png
+ at dirrmtry share/applications
+ at dirrmtry share/locale/rw/LC_MESSAGES
+ at dirrmtry share/locale/rw
--- /dev/null
+++ deskutils/xpad/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for:	xpad
+# Date created:		6 March 2002
+# Whom:			Guillaume Paquet <amyfoub at gmail.com>
+#
+# $MidnightBSD: mports/deskutils/xpad/Makefile,v 1.1 2007/12/03 05:28:00 laffer1 Exp $
+# $FreeBSD: ports/deskutils/xpad/Makefile,v 1.16 2007/05/19 20:01:57 flz Exp $
+#
+
+PORTNAME=	xpad
+PORTVERSION=	2.11
+CATEGORIES=	deskutils
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A virtual note-pad system for your X11 desktop
+
+USE_BZIP2=	yes
+USE_GNOME=	pkgconfig gtk20 gnomehier intltool
+USE_XLIB=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1=		xpad.1
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/xpad/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpad-2.11.tar.bz2) = f06f6f2017d2dc944eb187e5232c64c6
+SHA256 (xpad-2.11.tar.bz2) = c20838ca68d94791f59940cab454d0592695d05bb202b56c00bbeb3df8c60c0a
+SIZE (xpad-2.11.tar.bz2) = 231808


More information about the Midnightbsd-cvs mailing list