diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 07:26:23 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 07:26:23 +0800 |
commit | f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9 (patch) | |
tree | 85c73067c95046c65782075e0ee9bbed14bd7402 | |
parent | 73770a65f9df2ee33bd962a592937a373bdbf2b7 (diff) | |
download | marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.tar marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.tar.gz marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.tar.bz2 marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.tar.lz marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.tar.xz marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.tar.zst marcuscom-ports-f0daabf9aa19f2b8ae263a796fa7a1f70d2777e9.zip |
- Use gnomeprefix since we install stuff in gnome dirs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7353 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | deskutils/xpad/Makefile | 26 | ||||
-rw-r--r-- | deskutils/xpad/distinfo | 3 | ||||
-rw-r--r-- | deskutils/xpad/pkg-descr | 20 | ||||
-rw-r--r-- | deskutils/xpad/pkg-plist | 27 |
4 files changed, 76 insertions, 0 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile new file mode 100644 index 000000000..edc15fc09 --- /dev/null +++ b/deskutils/xpad/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xpad +# Date created: 6 March 2002 +# Whom: Guillaume Paquet <amyfoub@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= xpad +PORTVERSION= 2.11 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= amyfoub@gmail.com +COMMENT= A virtual note-pad system for your X11 desktop + +USE_BZIP2= yes +USE_GNOME= pkgconfig gtk20 gnomeprefix 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> diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo new file mode 100644 index 000000000..90924452d --- /dev/null +++ b/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 diff --git a/deskutils/xpad/pkg-descr b/deskutils/xpad/pkg-descr new file mode 100644 index 000000000..0f0a5ab15 --- /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@gmail.com diff --git a/deskutils/xpad/pkg-plist b/deskutils/xpad/pkg-plist new file mode 100644 index 000000000..740bda493 --- /dev/null +++ b/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 +@dirrmtry share/applications +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw |