summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-11-05 09:21:14 +0000
committerkris <kris@FreeBSD.org>2005-11-05 09:21:14 +0000
commit87b3cacfd5f72be59cd244d573bf31df909ca2cc (patch)
tree8a64a8a5515b4cd9bc2e92622963f6fce4553787 /deskutils
parent69b92cdf278aa5b017dce11c8456679212d62535 (diff)
downloadFreeBSD-ports-87b3cacfd5f72be59cd244d573bf31df909ca2cc.zip
FreeBSD-ports-87b3cacfd5f72be59cd244d573bf31df909ca2cc.tar.gz
These ports depended on jx, which was removed.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/notebook/Makefile103
-rw-r--r--deskutils/notebook/distinfo2
-rw-r--r--deskutils/notebook/files/patch-aa28
-rw-r--r--deskutils/notebook/files/patch-ab11
-rw-r--r--deskutils/notebook/files/patch-ac11
-rw-r--r--deskutils/notebook/files/patch-ad44
-rw-r--r--deskutils/notebook/pkg-descr9
-rw-r--r--deskutils/notebook/pkg-plist4
9 files changed, 0 insertions, 213 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index c23aa8f..d70abd4 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -114,7 +114,6 @@
SUBDIR += nautilus-locked-folder
SUBDIR += nautilus-open-terminal
SUBDIR += nautilus-sendto
- SUBDIR += notebook
SUBDIR += notification-daemon
SUBDIR += offix-trash
SUBDIR += pal
diff --git a/deskutils/notebook/Makefile b/deskutils/notebook/Makefile
deleted file mode 100644
index 6c675fb..0000000
--- a/deskutils/notebook/Makefile
+++ /dev/null
@@ -1,103 +0,0 @@
-# New ports collection makefile for: Notebook
-# Date created: 14 June 2000
-# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
-#
-# $FreeBSD$
-#
-
-PORTNAME= notebook
-PORTVERSION= 1.0.1
-PORTREVISION= 1
-CATEGORIES= deskutils
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= lioux
-DISTNAME= Notebook_source-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Organizer for storing information and to-do lists
-
-EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure
-BUILD_DEPENDS= makemake:${JXPORT}
-LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \
- jtoolbar-0_5_4.0:${PORTSDIR}/x11-toolkits/libjtoolbar \
- jtree-1_1_7.1:${PORTSDIR}/x11-toolkits/libjtree
-
-WRKSRC= ${WRKDIR}/JX-1.5.3
-
-USE_XLIB= yes
-USE_GMAKE= yes
-MAKE_ARGS= CC="${CC}" CXX="${CXX}" \
- CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-MAKE_ENV= JX_INSTALL_ROOT="${X11BASE}/bin" \
- JX_LIB_ROOT="${X11BASE}/lib"
-PLIST_SUB= PORTNAME="${PORTNAME}"
-
-# Make environment
-PORTINCLUDES= -I${X11BASE}/include/jx \
- -I${X11BASE}/include/jcore \
- -I${X11BASE}/include/jtoolbar \
- -I${X11BASE}/include/jtree
-
-# Installs dir with proper permissions
-INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755
-# program files
-PROGRAMFILES= notebook/notebook
-# documents
-DOCFILES= LICENSE README.binary
-DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME}
-# additional configuration and header files
-EXTRALIB_PREFIX= ${X11BASE}/lib/jx
-EXTRALIBFILES_MAKE_WRKSRC= include/make
-# main jx distribution files needed for building
-COPY_JXDIRS= include
-COPY_JXFILES= Makefile
-
-.include <bsd.port.pre.mk>
-
-# main jx distribution port wrksrc
-JXPORT= ${PORTSDIR}/x11-toolkits/jx
-JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
-JX_MAKE_CONSTANTS= jtoolbar_constants jtree_constants
-
-.if ${OSVERSION} >= 300000
-ALL_TARGET= freebsd3.x
-.else
-ALL_TARGET= freebsd2.x
-.endif
-
-post-extract:
-.for i in ${COPY_JXDIRS}
- @${CP} -Rp ${JXPORT_WRKSRC}/${i} ${WRKSRC}
-.endfor
-.for i in ${COPY_JXFILES}
- @${CP} -p ${JXPORT_WRKSRC}/${i} ${WRKSRC}
-.endfor
-
-post-patch:
- @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \
- ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants
-
-pre-build:
-.for i in ${JX_MAKE_CONSTANTS}
- @${LN} -sf ${EXTRALIB_PREFIX}/make/${i} ${WRKSRC}/include/make
-.endfor
-
-post-build:
- @cd ${WRKSRC}/programs/${PORTNAME}; ${SETENV} ${MAKE_ENV} makemake; \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS}
-
-do-install:
-.if !defined(NOPORTDOCS)
-# Install all documentation
- @${INSTALL_DATA_DIR} ${DOCDIR_PREFIX}
-.for i in ${DOCFILES}
- @${INSTALL_DATA} ${WRKSRC}/programs/${PORTNAME}/${i} ${DOCDIR_PREFIX}
-.endfor
-.endif # !defined(NOPORTDOCS)
-# Install all programs
-.for i in ${PROGRAMFILES}
- @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/deskutils/notebook/distinfo b/deskutils/notebook/distinfo
deleted file mode 100644
index 820d129..0000000
--- a/deskutils/notebook/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (Notebook_source-1.0.1.tar.gz) = 124b6ebb276db6e4f82b24e0316e3802
-SIZE (Notebook_source-1.0.1.tar.gz) = 43627
diff --git a/deskutils/notebook/files/patch-aa b/deskutils/notebook/files/patch-aa
deleted file mode 100644
index 18be5d2..0000000
--- a/deskutils/notebook/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Sat Sep 11 17:44:38 1999
-+++ Makefile Wed Jun 14 01:07:15 2000
-@@ -262,25 +262,11 @@
- freebsd2.x: prep
- @ln -s sys/FreeBSD-2.x_g++ \
- include/make/jx_config
-- @ln -s ../../include/missing_proto/jMissingProto_empty.h \
-- include/jcore/jMissingProto.h
-- @ln -s config-freebsd.h \
-- ACE/ACE_wrappers/ace/config.h
-- @ln -s platform_freebsd.GNU \
-- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU
-- @${INSTALL_CMD}
-
- .PHONY : freebsd3.x
- freebsd3.x: prep
- @ln -s sys/FreeBSD-3.x_g++ \
- include/make/jx_config
-- @ln -s ../../include/missing_proto/jMissingProto_empty.h \
-- include/jcore/jMissingProto.h
-- @ln -s config-freebsd-pthread.h \
-- ACE/ACE_wrappers/ace/config.h
-- @ln -s platform_freebsd_pthread.GNU \
-- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU
-- @${INSTALL_CMD}
-
- #
- # SunOS 4.x
diff --git a/deskutils/notebook/files/patch-ab b/deskutils/notebook/files/patch-ab
deleted file mode 100644
index 08f994d..0000000
--- a/deskutils/notebook/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/make/sys/FreeBSD-2.x_g++.orig Wed Jun 14 01:44:51 2000
-+++ include/make/sys/FreeBSD-2.x_g++ Wed Jun 14 01:45:00 2000
-@@ -35,7 +35,7 @@
- # Comment this out if ACE or other code gives you warnings that
- # you can't avoid.
-
--J_DIE_ON_WARNING := -Werror
-+#J_DIE_ON_WARNING := -Werror
-
- # Uncomment this if istrstream is broken. One way to check is to run
- # testjcore/testJFileArray.
diff --git a/deskutils/notebook/files/patch-ac b/deskutils/notebook/files/patch-ac
deleted file mode 100644
index 464c422..0000000
--- a/deskutils/notebook/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/make/sys/FreeBSD-3.x_g++.orig Wed Jun 14 01:44:51 2000
-+++ include/make/sys/FreeBSD-3.x_g++ Wed Jun 14 01:45:00 2000
-@@ -35,7 +35,7 @@
- # Comment this out if ACE or other code gives you warnings that
- # you can't avoid.
-
--J_DIE_ON_WARNING := -Werror
-+#J_DIE_ON_WARNING := -Werror
-
- # Uncomment this if istrstream is broken. One way to check is to run
- # testjcore/testJFileArray.
diff --git a/deskutils/notebook/files/patch-ad b/deskutils/notebook/files/patch-ad
deleted file mode 100644
index 8fc19a8..0000000
--- a/deskutils/notebook/files/patch-ad
+++ /dev/null
@@ -1,44 +0,0 @@
---- programs/notebook/Make.header.orig Mon Oct 4 20:49:51 1999
-+++ programs/notebook/Make.header Wed Jun 14 23:46:30 2000
-@@ -14,13 +14,14 @@
-
- # Directories to search for header files
-
--SEARCHDIRS := -I- \
-+SEARCHDIRS = -I- \
- -I${CODEDIR} \
- -I${TREEDIR} \
- -I${TOOLBARDIR} \
- -I${JCOREDIR} \
- -I${JXDIR} \
-- -I${ACE_ROOT}
-+ -I${ACE_ROOT} \
-+ ${J_X11_INCLUDE_DIR}
-
- # other constants
-
-@@ -37,15 +38,6 @@
-
- # library dependencies
-
--ifdef J_BUILD_SHARED_LIB
-- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.so \
-- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.so
--# ${JLIBDIR}/libjsearch-${JSEARCH_LIB_VERSION}.so
--else
-- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.a \
-- ${JLIBDIR}/libjtoolbar-${JTOOLBAR_LIB_VERSION}.a
--# ${JLIBDIR}/libjsearch-${JSEARCH_LIB_VERSION}.a
--endif
-
- # make variables
-
-@@ -64,7 +56,7 @@
- #####
-
- .PHONY : default
--default: libs notebook
-+default: notebook
-
- .PHONY : Makefiles
- Makefiles:
diff --git a/deskutils/notebook/pkg-descr b/deskutils/notebook/pkg-descr
deleted file mode 100644
index 4b189a2..0000000
--- a/deskutils/notebook/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Buzzer Electronic Notebook
-
-Nothing is more annoying than trying to find the piece of information
-that you need. If you have as many projects as we do, it rivals
-the task of searching the Web! Buzzer is designed to solve this
-problem by providing a single place to store all your information,
-notes, tidbits, and to-do lists.
-
-WWW: http://www.newplanetsoftware.com/notebook/
diff --git a/deskutils/notebook/pkg-plist b/deskutils/notebook/pkg-plist
deleted file mode 100644
index 7a75e9e..0000000
--- a/deskutils/notebook/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/notebook
-%%PORTDOCS%%share/doc/%%PORTNAME%%/LICENSE
-%%PORTDOCS%%share/doc/%%PORTNAME%%/README.binary
-%%PORTDOCS%%@dirrm share/doc/%%PORTNAME%%
OpenPOWER on IntegriCloud