diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-05 13:26:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-05 13:26:58 +0000 |
commit | a47acfb032862a0e321efed9233055fce8a5cc10 (patch) | |
tree | be1c7b243be37a61d06f2ebbe7b8a5f84e026e91 /deskutils | |
parent | Add finder. Finder is a small program that creates a finder bar on your Gnome (diff) |
New port of bitnotes.
BitNotes are yet another desktop note taking applet for GNOME, BUT, this one is
connected to the net. Huh, you say, what does that mean?, you ask. Well,
everytime you see a interesting URL or an important phone number for example,
you usually type it in some note pad application. The problem is, once you get
to another computer you can't get to your notes. With BitNotes, your notes are
automatically saved on a server. The notes you take at the office will also
pop up at home for example.
Notes
Notes:
svn path=/head/; revision=32308
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/bitnotes/Makefile | 48 | ||||
-rw-r--r-- | deskutils/bitnotes/distinfo | 1 | ||||
-rw-r--r-- | deskutils/bitnotes/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/bitnotes/pkg-descr | 11 | ||||
-rw-r--r-- | deskutils/bitnotes/pkg-plist | 8 |
6 files changed, 70 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 5deafe7d2889..a6482f85dc5f 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -3,6 +3,7 @@ SUBDIR += abacus SUBDIR += aspostit + SUBDIR += bitnotes SUBDIR += bulb SUBDIR += cal SUBDIR += cbb diff --git a/deskutils/bitnotes/Makefile b/deskutils/bitnotes/Makefile new file mode 100644 index 000000000000..04d0c3b29cb5 --- /dev/null +++ b/deskutils/bitnotes/Makefile @@ -0,0 +1,48 @@ +# Ports collection Makefile for: bitnotes +# Date created: 5 September 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bitnotes +PORTVERSION= 0.9 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.bitbuilder.com/bitnotes/ +DISTNAME= BitNotes-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= sobomax@FreeBSD.org + +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gnome.4:${PORTSDIR}/x11/gnomelibs + +WRKSRC= ${WRKDIR}/BitNotes + +USE_X_PREFIX= yes +USE_AUTOCONF= yes +USE_GMAKE= yes + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + GTK_CONFIG="${GTK_CONFIG}" + +AUTOCONF= autoconf && \ + ${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' \ + ${WRKSRC}/configure + +pre-patch: + @find ${WRKSRC} -type l | xargs ${RM} -f + @cd ${WRKSRC} && automake --add-missing 2>/dev/null + @${RM} -f ${WRKSRC}/config.cache + @find ${WRKSRC} \( -name "Makefile.in" -or -name "*.make" \) | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/deskutils/bitnotes/distinfo b/deskutils/bitnotes/distinfo new file mode 100644 index 000000000000..b237294d24ae --- /dev/null +++ b/deskutils/bitnotes/distinfo @@ -0,0 +1 @@ +MD5 (BitNotes-0.9.tgz) = ceab25310e1a704abd8822c8b8ce0498 diff --git a/deskutils/bitnotes/pkg-comment b/deskutils/bitnotes/pkg-comment new file mode 100644 index 000000000000..15827fb778b7 --- /dev/null +++ b/deskutils/bitnotes/pkg-comment @@ -0,0 +1 @@ +A Gnome applet which keeps your notes on the BitBuilder server diff --git a/deskutils/bitnotes/pkg-descr b/deskutils/bitnotes/pkg-descr new file mode 100644 index 000000000000..3f6e5eba8703 --- /dev/null +++ b/deskutils/bitnotes/pkg-descr @@ -0,0 +1,11 @@ +BitNotes are yet another desktop note taking applet, BUT, this one is connected +to the net. Huh, you say, what does that mean?, you ask. Well, everytime you +see a interesting URL or an important phone number for example, you usually +type it in some note pad application. The problem is, once you get to another +computer you can't get to your notes. With BitNotes, your notes are +automatically saved on a server. The notes you take at the office will also +pop up at home for example. + +Enjoy! + +WWW: http://www.bitbuilder.com/bitnotes/ diff --git a/deskutils/bitnotes/pkg-plist b/deskutils/bitnotes/pkg-plist new file mode 100644 index 000000000000..9f32879c34ff --- /dev/null +++ b/deskutils/bitnotes/pkg-plist @@ -0,0 +1,8 @@ +bin/BitNotes +etc/CORBA/servers/BitNotes.gnorba +share/gnome/applets/Utility/BitNotes.desktop +share/gnome/pixmaps/BitNotes/About_BitNotes.png +share/gnome/pixmaps/BitNotes/BitNotes_icon.png +share/gnome/pixmaps/BitNotes/BitNotes_icon.xpm +share/gnome/pixmaps/BitNotes/BitNotes_small_icon.png +@dirrm share/gnome/pixmaps/BitNotes |