From a47acfb032862a0e321efed9233055fce8a5cc10 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 5 Sep 2000 13:26:58 +0000 Subject: 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. --- deskutils/Makefile | 1 + deskutils/bitnotes/Makefile | 48 ++++++++++++++++++++++++++++++++++++++++++ deskutils/bitnotes/distinfo | 1 + deskutils/bitnotes/pkg-comment | 1 + deskutils/bitnotes/pkg-descr | 11 ++++++++++ deskutils/bitnotes/pkg-plist | 8 +++++++ 6 files changed, 70 insertions(+) create mode 100644 deskutils/bitnotes/Makefile create mode 100644 deskutils/bitnotes/distinfo create mode 100644 deskutils/bitnotes/pkg-comment create mode 100644 deskutils/bitnotes/pkg-descr create mode 100644 deskutils/bitnotes/pkg-plist (limited to 'deskutils') 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 +# +# $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 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 -- cgit v1.2.3