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>
This commit is contained in:
parent
5435a0a292
commit
cd268cd82f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90363
6 changed files with 77 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
SUBDIR += xmaddressbook
|
||||
SUBDIR += xmdiary
|
||||
SUBDIR += xopps
|
||||
SUBDIR += xpad
|
||||
SUBDIR += xpostit
|
||||
SUBDIR += xpostitPlus
|
||||
SUBDIR += xrolo
|
||||
|
|
37
deskutils/xpad/Makefile
Normal file
37
deskutils/xpad/Makefile
Normal file
|
@ -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>
|
1
deskutils/xpad/distinfo
Normal file
1
deskutils/xpad/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xpad-1.9.1.tar.gz) = 05e52fe86f421ea4c770e8480cb40d4f
|
20
deskutils/xpad/pkg-descr
Normal file
20
deskutils/xpad/pkg-descr
Normal file
|
@ -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
|
11
deskutils/xpad/pkg-message
Normal file
11
deskutils/xpad/pkg-message
Normal file
|
@ -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/
|
||||
|
||||
-----------------------------------------------------------------------------
|
7
deskutils/xpad/pkg-plist
Normal file
7
deskutils/xpad/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue