diff options
author | mezz <mezz@FreeBSD.org> | 2011-01-04 11:32:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-01-04 11:32:21 +0800 |
commit | 1409218a5eab2eb07e7c9291a308a1065ad3f192 (patch) | |
tree | 49cd6f5d979285c0faf13dd0abf321a704e2b878 | |
parent | 9e045efe47738db7983cb0197a8bf00620212141 (diff) | |
download | freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.tar.gz freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.tar.zst freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.zip |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
100 files changed, 27 insertions, 2374 deletions
@@ -4798,3 +4798,14 @@ x11/enity||2011-01-03|Has expired: abandoned upstream x11/examine||2011-01-03|Has expired: abandoned upstream x11/ecore-desktop||2011-01-03|Has expired: abandoned upstream x11/enterminus||2011-01-03|Removed +deskutils/gnome-pim||2011-01-03|Removed due to x11/libcapplet broke +mail/pmail||2011-01-03|Removed due to x11/libcapplet broke +mail/pygmy||2011-01-03|Removed due to x11/libcapplet broke +math/scigraphica||2011-01-03|Removed due to x11/libcapplet broke +net/geotrace||2011-01-03|Removed due to x11/libcapplet broke +security/nofgpg||2011-01-03|Removed due to x11/libcapplet broke +sysutils/gnome-control-center1||2011-01-03|Removed due to x11/libcapplet broke +www/gtkhtml||2011-01-03|Removed due to x11/libcapplet broke +x11/libcapplet||2011-01-03|Removed, broke and unmaintain by upstream +x11/wmmenu||2011-01-03|Removed due to x11/libcapplet broke +x11-toolkits/py-gnome||2011-01-03|Removed due to x11/libcapplet broke diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 7743670c125a..c34c49ecb2db 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -75,8 +75,7 @@ _USE_GNOME_ALL= esound intlhack intltool ltasneededhack lthack ltverhack \ # GNOME 1 components _USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \ gnomecanvas gnomedb gnomelibs gnomeprint gnomevfs gtk12 \ - gtkhtml libcapplet libgda libghttp libglade libxml imlib \ - oaf orbit pygnome pygtk + libgda libghttp libglade libxml imlib oaf orbit pygtk # GNOME 2 components _USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 gdkpixbuf2 \ @@ -217,10 +216,6 @@ gnomevfs_MAKE_ENV= GNOME_VFS_CONFIG="${GNOME_VFS_CONFIG}" gnomevfs_DETECT= ${GNOME_VFS_CONFIG} gnomevfs_USE_GNOME_IMPL=gnomemimedata gconf gnomelibs -libcapplet_LIB_DEPENDS= capplet.5:${PORTSDIR}/x11/libcapplet -libcapplet_DETECT= ${LOCALBASE}/etc/cappletConf.sh -libcapplet_USE_GNOME_IMPL=gnomelibs - gnomeprint_LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnome-print gnomeprint_DETECT= ${LOCALBASE}/etc/printConf.sh gnomeprint_USE_GNOME_IMPL=gnomelibs gnomecanvas @@ -258,20 +253,11 @@ glibwww_LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww glibwww_DETECT= ${LOCALBASE}/etc/glibwwwConf.sh glibwww_USE_GNOME_IMPL= gnomelibs -gtkhtml_LIB_DEPENDS= gtkhtml-1.1.3:${PORTSDIR}/www/gtkhtml -gtkhtml_DETECT= ${LOCALBASE}/etc/gtkhtmlConf.sh -gtkhtml_USE_GNOME_IMPL= glibwww gal libghttp libcapplet - pygtk_DETECT= ${LOCALBASE}/bin/pygtk-codegen-1.2 pygtk_BUILD_DEPENDS= ${pygtk_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk pygtk_RUN_DEPENDS= ${pygtk_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk pygtk_USE_GNOME_IMPL= gnomelibs gdkpixbuf libglade -pygnome_DETECT= ${LOCALBASE}/share/pygtk/1.2/defs/applet.defs -pygnome_BUILD_DEPENDS= ${pygnome_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome -pygnome_RUN_DEPENDS= ${pygnome_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome -pygnome_USE_GNOME_IMPL= gtkhtml pygtk - _glib20_LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 _glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc _glib20_USE_GNOME_IMPL= pkgconfig diff --git a/deskutils/Makefile b/deskutils/Makefile index db1fd1d884f4..5ad7728ced49 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -89,7 +89,6 @@ SUBDIR += gnochm SUBDIR += gnome-blog SUBDIR += gnome-main-menu - SUBDIR += gnome-pim SUBDIR += gnome-utils SUBDIR += gnote SUBDIR += gnotime diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile deleted file mode 100644 index 5748aaa11a48..000000000000 --- a/deskutils/gnome-pim/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gnomepim -# Date created: 17 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-pim -PORTVERSION= 1.4.9 -PORTREVISION= 12 -CATEGORIES= deskutils gnome -MASTER_SITES= http://www.rittau.org/gnome-pim/ -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome pim package - -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs libcapplet -USE_GETTEXT= yes -GNU_CONFIGURE= yes - -CPPFLAGS= -I${LOCALBASE}/include -LIBS= -L${LOCALBASE}/lib -.if !defined(WITHOUT_PILOT) -CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -.endif -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LIBS="${LIBS}" - -pre-extract: - @${ECHO_MSG} -.if defined(WITHOUT_PILOT) - @${ECHO_MSG} "Palm Pilot support disabled. You will not be able to syncronize" - @${ECHO_MSG} "your palm with gnomecard and gnomecal." -.else - @${ECHO_MSG} "You can disable Palm Pilot support by defining WITHOUT_PILOT." -.endif - @${ECHO_MSG} - -post-patch: -.for file in vcc.y vobject.c - @${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file} -.endfor - -pre-install: - ${MKDIR} ${PREFIX}/share/gnome/help/gnomecard/C \ - ${PREFIX}/share/gnome/help/gnomecard/eu - -.include <bsd.port.mk> diff --git a/deskutils/gnome-pim/distinfo b/deskutils/gnome-pim/distinfo deleted file mode 100644 index f1db632fc84e..000000000000 --- a/deskutils/gnome-pim/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gnome-pim-1.4.9.tar.gz) = 849babfa25e08eb7616d20e826f7fb6d -SHA256 (gnome/gnome-pim-1.4.9.tar.gz) = 2176396e7e02d3af8d2974cfce4d8a8c2b68a1a745d4200bbb4adc5b8d19c9ea -SIZE (gnome/gnome-pim-1.4.9.tar.gz) = 1467095 diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab deleted file mode 100644 index e27b3092bccd..000000000000 --- a/deskutils/gnome-pim/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gncal/Makefile.in.orig Thu Dec 6 11:29:15 2001 -+++ gncal/Makefile.in Thu Dec 6 11:29:15 2001 -@@ -138,7 +138,7 @@ - gnorbadir = $(sysconfdir)/CORBA/servers - gnorba_DATA = gnomecal.gnorba - --help_base = $(datadir)/gnome/help/cal -+help_base = $(datadir)/gnome/help/gnomecal - - bin_PROGRAMS = gnomecal - diff --git a/deskutils/gnome-pim/files/patch-ad b/deskutils/gnome-pim/files/patch-ad deleted file mode 100644 index 7a5f6345a27e..000000000000 --- a/deskutils/gnome-pim/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- gnomecard/address-conduit.c.orig Tue Mar 14 01:39:27 2000 -+++ gnomecard/address-conduit.c Fri Jun 2 12:36:08 2000 -@@ -241,8 +241,16 @@ - { - if (card->rev.prop.used) { - time_t syncTime, revTime; -+#ifdef __FreeBSD__ -+ struct tm *tmptm; -+#endif - syncTime = GET_CONDUIT_DATA(abs)->dbi->pu->lastSyncDate; -+#ifdef __FreeBSD__ -+ tmptm = localtime(&syncTime); -+ revTime = mktime(&card->rev.tm) - tmptm->tm_gmtoff; -+#else - revTime = mktime(&card->rev.tm)-timezone; -+#endif - LOG("Comparing rev time %lu with sync time %lu",revTime,syncTime); - if (revTime > syncTime) return TRUE; - } diff --git a/deskutils/gnome-pim/files/patch-configure b/deskutils/gnome-pim/files/patch-configure deleted file mode 100644 index db3c8d027a0b..000000000000 --- a/deskutils/gnome-pim/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri May 31 16:29:25 2002 -+++ configure Fri May 31 16:30:03 2002 -@@ -6413,6 +6413,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/deskutils/gnome-pim/pkg-descr b/deskutils/gnome-pim/pkg-descr deleted file mode 100644 index c0612b6d8f7e..000000000000 --- a/deskutils/gnome-pim/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A GNOME Personal Information Manager (PIM), consisting of the iCal-based -GNOME Calendar and the vCard-based GNOME Address Book. diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist deleted file mode 100644 index f975b875df30..000000000000 --- a/deskutils/gnome-pim/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/gnomecal -bin/gnomecard -etc/CORBA/servers/gnomecal.gnorba -etc/CORBA/servers/gnomecard.gnorba -share/gnome/apps/Applications/gncal.desktop -share/gnome/apps/Applications/gnomecard.desktop -share/gnome/help/gnomecal/C/c26.html -share/gnome/help/gnomecal/C/c61.html -share/gnome/help/gnomecal/C/c67.html -share/gnome/help/gnomecal/C/images/cal-props.png -share/gnome/help/gnomecal/C/images/calday.png -share/gnome/help/gnomecal/C/images/calmonth.png -share/gnome/help/gnomecal/C/images/calweek.png -share/gnome/help/gnomecal/C/images/calyear.png -share/gnome/help/gnomecal/C/index.html -share/gnome/help/gnomecal/C/topic.dat -share/gnome/help/gnomecal/C/x102.html -share/gnome/help/gnomecal/C/x164.html -share/gnome/help/gnomecal/C/x83.html -share/gnome/help/gnomecard/C/c12.html -share/gnome/help/gnomecard/C/c16.html -share/gnome/help/gnomecard/C/index.html -share/gnome/help/gnomecard/C/topic.dat -share/gnome/help/gnomecard/C/x36.html -share/gnome/help/gnomecard/C/x39.html -share/gnome/help/gnomecard/C/x81.html -share/gnome/help/gnomecard/C/x84.html -share/idl/GnomeCal.idl -share/idl/gnome-pim.idl -share/locale/az/LC_MESSAGES/gnome-pim.mo -share/locale/ca/LC_MESSAGES/gnome-pim.mo -share/locale/cs/LC_MESSAGES/gnome-pim.mo -share/locale/cy/LC_MESSAGES/gnome-pim.mo -share/locale/da/LC_MESSAGES/gnome-pim.mo -share/locale/de/LC_MESSAGES/gnome-pim.mo -share/locale/el/LC_MESSAGES/gnome-pim.mo -share/locale/en_GB/LC_MESSAGES/gnome-pim.mo -share/locale/es/LC_MESSAGES/gnome-pim.mo -share/locale/et/LC_MESSAGES/gnome-pim.mo -share/locale/eu/LC_MESSAGES/gnome-pim.mo -share/locale/fi/LC_MESSAGES/gnome-pim.mo -share/locale/fr/LC_MESSAGES/gnome-pim.mo -share/locale/ga/LC_MESSAGES/gnome-pim.mo -share/locale/gd/LC_MESSAGES/gnome-pim.mo -share/locale/gl/LC_MESSAGES/gnome-pim.mo -share/locale/gv/LC_MESSAGES/gnome-pim.mo -share/locale/hu/LC_MESSAGES/gnome-pim.mo -share/locale/it/LC_MESSAGES/gnome-pim.mo -share/locale/ja/LC_MESSAGES/gnome-pim.mo -share/locale/ko/LC_MESSAGES/gnome-pim.mo -share/locale/kw/LC_MESSAGES/gnome-pim.mo -share/locale/lt/LC_MESSAGES/gnome-pim.mo -share/locale/nl/LC_MESSAGES/gnome-pim.mo -share/locale/nn/LC_MESSAGES/gnome-pim.mo -share/locale/no/LC_MESSAGES/gnome-pim.mo -share/locale/pl/LC_MESSAGES/gnome-pim.mo -share/locale/pt/LC_MESSAGES/gnome-pim.mo -share/locale/pt_BR/LC_MESSAGES/gnome-pim.mo -share/locale/ru/LC_MESSAGES/gnome-pim.mo -share/locale/sk/LC_MESSAGES/gnome-pim.mo -share/locale/sl/LC_MESSAGES/gnome-pim.mo -share/locale/sv/LC_MESSAGES/gnome-pim.mo -share/locale/tr/LC_MESSAGES/gnome-pim.mo -share/locale/uk/LC_MESSAGES/gnome-pim.mo -share/locale/vi/LC_MESSAGES/gnome-pim.mo -share/locale/wa/LC_MESSAGES/gnome-pim.mo -share/locale/zh_CN/LC_MESSAGES/gnome-pim.mo -share/locale/zh_TW/LC_MESSAGES/gnome-pim.mo -share/mime-info/gnome-pim.keys -share/pixmaps/gnome-calendar-conduit.png -share/pixmaps/gnome-gnomecard.png -@dirrm share/gnome/help/gnomecard/eu -@dirrm share/gnome/help/gnomecard/C -@dirrm share/gnome/help/gnomecard -@dirrm share/gnome/help/gnomecal/C/images -@dirrm share/gnome/help/gnomecal/C -@dirrm share/gnome/help/gnomecal -@dirrmtry share/locale/kw/LC_MESSAGES -@dirrmtry share/locale/kw -@dirrmtry share/locale/gv/LC_MESSAGES -@dirrmtry share/locale/gv -@dirrmtry share/locale/gd/LC_MESSAGES -@dirrmtry share/locale/gd diff --git a/mail/Makefile b/mail/Makefile index 18f3d02eaae6..ef7886d71201 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -489,7 +489,6 @@ SUBDIR += phpmailer2 SUBDIR += pine-pgp-filters SUBDIR += pm-lib - SUBDIR += pmail SUBDIR += policyd2 SUBDIR += pop-before-smtp SUBDIR += pop3gwd @@ -539,7 +538,6 @@ SUBDIR += py-spf SUBDIR += py-turbomail SUBDIR += py-twistedMail - SUBDIR += pygmy SUBDIR += pymsgauth SUBDIR += pysieved SUBDIR += pyzor diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile deleted file mode 100644 index 99c87ca0fe67..000000000000 --- a/mail/pmail/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: pmail -# Date created: 27 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pmail -PORTVERSION= 0.5.3 -PORTREVISION= 11 -CATEGORIES= mail python gnome -MASTER_SITES= # previous mastersites disappeared in 2001 and 2002 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME/python email client - -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomeprefix gnomehack pygnome -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-pygtk-includes=${LOCALBASE}/include/pygtk - -.include <bsd.port.mk> diff --git a/mail/pmail/distinfo b/mail/pmail/distinfo deleted file mode 100644 index 031a8a0301d5..000000000000 --- a/mail/pmail/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pmail-0.5.3.tar.gz) = 7f1cfdbc3f2c9c70c342b987332fbcdf -SHA256 (pmail-0.5.3.tar.gz) = f704379e398d6f2316eb60764aa15019b8bb1c73d1189edf9dfdca814d51d117 -SIZE (pmail-0.5.3.tar.gz) = 149673 diff --git a/mail/pmail/files/patch-gtkf::gutil.py b/mail/pmail/files/patch-gtkf::gutil.py deleted file mode 100644 index 0b4ee8ac5d14..000000000000 --- a/mail/pmail/files/patch-gtkf::gutil.py +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gtkf/gutil.py 2001/08/03 07:14:48 1.1 -+++ gtkf/gutil.py 2001/08/03 07:14:57 -@@ -19,7 +19,7 @@ - # Boston, MA 02111-1307, USA. - - from gtk import * --import gtk -+import gtk, sys - import GtkExtra - try: - import gnome diff --git a/mail/pmail/pkg-descr b/mail/pmail/pkg-descr deleted file mode 100644 index 83cfc4b0c520..000000000000 --- a/mail/pmail/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -pmail - GNOME/python email client -==================================== - -This an email client written (almost) entirely in python using pygtk and -gnome-python for the user interface. - -Major Features -==================================== - * Unlimited IMAP4 and POP3 accounts (tested with cyrus and uw IMAP) - * Unlimited MH Mailboxes - * Drag and Drop (attachments, and messages between folders) - * MIME reading and composition - * Sent/Drafs/Trash can be any folder in IMAP or MH - * CREATE/DELETE/RENAME IMAP and MH Folders - * IMAP Namespace/Subscription support - * IMAP messages cached for faster operation on slow connections - * Search IMAP folders - * POP messages can be stored in IMAP or MH folders - * HTML messages can be viewed with XmHTML or GtkMozilla - * Smart external attachment viewing - * Written in python and pygtk, easy to add new folder/server types - * READ/SEND mail with atttached mail messages - -WWW: http://www.scottbender.net/pmail/ diff --git a/mail/pmail/pkg-plist b/mail/pmail/pkg-plist deleted file mode 100644 index 71f0dca9f63d..000000000000 --- a/mail/pmail/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/pmail -share/pmail/Base.py -share/pmail/Base.pyc -share/pmail/Base.pyo -share/pmail/MessageList.py -share/pmail/MessageList.pyc -share/pmail/MessageList.pyo -share/pmail/MimeWriter.py -share/pmail/MimeWriter.pyc -share/pmail/MimeWriter.pyo -share/pmail/PmailGtkXmHTML.py -share/pmail/PmailGtkXmHTML.pyc -share/pmail/PmailGtkXmHTML.pyo -share/pmail/_pmailextensionsmodule.so -share/pmail/config/Config.py -share/pmail/config/Config.pyc -share/pmail/config/Config.pyo -share/pmail/config/__init__.py -share/pmail/config/__init__.pyc -share/pmail/config/__init__.pyo -share/pmail/config/paths.py -share/pmail/config/paths.pyc -share/pmail/config/paths.pyo -share/pmail/dumpconfig.py -share/pmail/dumpconfig.pyc -share/pmail/dumpconfig.pyo -share/pmail/gtkf/Compose.py -share/pmail/gtkf/Compose.pyc -share/pmail/gtkf/Compose.pyo -share/pmail/gtkf/FrontEnd.py -share/pmail/gtkf/FrontEnd.pyc -share/pmail/gtkf/FrontEnd.pyo -share/pmail/gtkf/GladeWindow.py -share/pmail/gtkf/GladeWindow.pyc -share/pmail/gtkf/GladeWindow.pyo -share/pmail/gtkf/MainWindow.py -share/pmail/gtkf/MainWindow.pyc -share/pmail/gtkf/MainWindow.pyo -share/pmail/gtkf/MessageList.py -share/pmail/gtkf/MessageList.pyc -share/pmail/gtkf/MessageList.pyo -share/pmail/gtkf/MozillaMsgWindow.py -share/pmail/gtkf/MozillaMsgWindow.pyc -share/pmail/gtkf/MozillaMsgWindow.pyo -share/pmail/gtkf/MsgWindow.py -share/pmail/gtkf/MsgWindow.pyc -share/pmail/gtkf/MsgWindow.pyo -share/pmail/gtkf/Preferences.py -share/pmail/gtkf/Preferences.pyc -share/pmail/gtkf/Preferences.pyo -share/pmail/gtkf/ProgressBar.py -share/pmail/gtkf/ProgressBar.pyc -share/pmail/gtkf/ProgressBar.pyo -share/pmail/gtkf/SMessageWindow.py -share/pmail/gtkf/SMessageWindow.pyc -share/pmail/gtkf/SMessageWindow.pyo -share/pmail/gtkf/SearchMessages.py -share/pmail/gtkf/SearchMessages.pyc -share/pmail/gtkf/SearchMessages.pyo -share/pmail/gtkf/Spell.py -share/pmail/gtkf/Spell.pyc -share/pmail/gtkf/Spell.pyo -share/pmail/gtkf/TextMsgWindow.py -share/pmail/gtkf/TextMsgWindow.pyc -share/pmail/gtkf/TextMsgWindow.pyo -share/pmail/gtkf/TreeWindow.py -share/pmail/gtkf/TreeWindow.pyc -share/pmail/gtkf/TreeWindow.pyo -share/pmail/gtkf/XmHTMLMsgWindow.py -share/pmail/gtkf/XmHTMLMsgWindow.pyc -share/pmail/gtkf/XmHTMLMsgWindow.pyo -share/pmail/gtkf/__init__.py -share/pmail/gtkf/__init__.pyc -share/pmail/gtkf/__init__.pyo -share/pmail/gtkf/all.glade -share/pmail/gtkf/gnomeapp.glade -share/pmail/gtkf/gutil.py -share/pmail/gtkf/gutil.pyc -share/pmail/gtkf/gutil.pyo -share/pmail/gtkf/mygnome.py -share/pmail/gtkf/mygnome.pyc -share/pmail/gtkf/mygnome.pyo -share/pmail/gtkf/update.py -share/pmail/gtkf/update.pyc -share/pmail/gtkf/update.pyo -share/pmail/imaplib.py -share/pmail/imaplib.pyc -share/pmail/imaplib.pyo -share/pmail/mail/IMAP.py -share/pmail/mail/IMAP.pyc -share/pmail/mail/IMAP.pyo -share/pmail/mail/MH.py -share/pmail/mail/MH.pyc -share/pmail/mail/MH.pyo -share/pmail/mail/Mailbox.py -share/pmail/mail/Mailbox.pyc -share/pmail/mail/Mailbox.pyo -share/pmail/mail/Message.py -share/pmail/mail/Message.pyc -share/pmail/mail/Message.pyo -share/pmail/mail/NewMessage.py -share/pmail/mail/NewMessage.pyc -share/pmail/mail/NewMessage.pyo -share/pmail/mail/POP.py -share/pmail/mail/POP.pyc -share/pmail/mail/POP.pyo -share/pmail/mail/Plugin.py -share/pmail/mail/Plugin.pyc -share/pmail/mail/Plugin.pyo -share/pmail/mail/SearchCriteria.py -share/pmail/mail/SearchCriteria.pyc -share/pmail/mail/SearchCriteria.pyo -share/pmail/mail/Source.py -share/pmail/mail/Source.pyc -share/pmail/mail/Source.pyo -share/pmail/mail/SpoolFile.py -share/pmail/mail/SpoolFile.pyc -share/pmail/mail/SpoolFile.pyo -share/pmail/mail/__init__.py -share/pmail/mail/__init__.pyc -share/pmail/mail/__init__.pyo -share/pmail/mail/config_hooks.py -share/pmail/mail/config_hooks.pyc -share/pmail/mail/config_hooks.pyo -share/pmail/mail/pmailmailbox.py -share/pmail/mail/pmailmailbox.pyc -share/pmail/mail/pmailmailbox.pyo -share/pmail/mail/util.py -share/pmail/mail/util.pyc -share/pmail/mail/util.pyo -share/pmail/main.py -share/pmail/main.pyc -share/pmail/main.pyo -share/pmail/plugins/Filters.py -share/pmail/plugins/Filters.pyc -share/pmail/plugins/Filters.pyo -share/pmail/plugins/HtmlViewer.py -share/pmail/plugins/HtmlViewer.pyc -share/pmail/plugins/HtmlViewer.pyo -share/pmail/plugins/__init__.py -share/pmail/plugins/__init__.pyc -share/pmail/plugins/__init__.pyo -share/pmail/plugins/filters.glade -share/pmail/plugins/myf.py -share/pmail/plugins/myf.pyc -share/pmail/plugins/myf.pyo -share/pmail/pmailmimify.py -share/pmail/pmailmimify.pyc -share/pmail/pmailmimify.pyo -share/pmail/posixfile.py -share/pmail/posixfile.pyc -share/pmail/posixfile.pyo -@dirrm share/pmail/plugins -@dirrm share/pmail/mail -@dirrm share/pmail/gtkf -@dirrm share/pmail/config -@dirrm share/pmail diff --git a/mail/pygmy/Makefile b/mail/pygmy/Makefile deleted file mode 100644 index f19340182b7b..000000000000 --- a/mail/pygmy/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pygmy -# Date created: 15 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pygmy -PORTVERSION= 0.6.0 -PORTREVISION= 9 -CATEGORIES= mail python gnome -MASTER_SITES= http://pygmy.sourceforge.net/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tiny GNOME mail client written in the Python programming language - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ - gpgv:${PORTSDIR}/security/gnupg1 - -USE_PYTHON= yes - -MAKE_ARGS= PREFIX="${PREFIX}" PYTHON="${LOCALBASE}/bin/${PYTHON_VERSION}" -ALL_TARGET= pythonprogs - -do-configure: - @${ECHO_CMD} "PYGMY_PREFIX='${PREFIX}/share'" > ${WRKSRC}/prefix.py - @${ECHO_CMD} "PYGMY_ICONDIR='${PREFIX}/share/pygmy/icons'" >> ${WRKSRC}/prefix.py - -do-install: - ${MKDIR} ${PREFIX}/share/pygmy/icons -.for ext in py pyc pyo - ${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/share/pygmy -.endfor - ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/pygmy/icons - ${INSTALL_DATA} ${WRKSRC}/pygmy ${PREFIX}/share/pygmy - @${PRINTF} "#!/bin/sh\nexec ${PYTHON_CMD} ${PREFIX}/share/pygmy/pygmy" > \ - ${WRKDIR}/pygmy.sh - ${INSTALL_SCRIPT} ${WRKDIR}/pygmy.sh ${PREFIX}/bin/pygmy - -.include <bsd.port.mk> diff --git a/mail/pygmy/distinfo b/mail/pygmy/distinfo deleted file mode 100644 index 52eb8d866dd1..000000000000 --- a/mail/pygmy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygmy-0.6.0.tar.gz) = 0dc4ab618e9168257438dd11050a19a3 -SHA256 (pygmy-0.6.0.tar.gz) = 6bcf6d7631455d9bb89407b5aa4153ea27234bf826a7b570ebf4db2a773ba864 -SIZE (pygmy-0.6.0.tar.gz) = 99190 diff --git a/mail/pygmy/files/patch-fonts.py b/mail/pygmy/files/patch-fonts.py deleted file mode 100644 index e9d157c8c258..000000000000 --- a/mail/pygmy/files/patch-fonts.py +++ /dev/null @@ -1,11 +0,0 @@ - -$FreeBSD$ - ---- fonts.py.orig Sun Jun 10 13:43:07 2001 -+++ fonts.py Sun Jun 10 13:43:19 2001 -@@ -1,4 +1,4 @@ - ## $Id: fonts.py,v 1.1 2001/06/07 14:46:57 kjetilja Exp $ - - BOLD_FONT = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1' --NORMAL_FONT = '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1' -+NORMAL_FONT = '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1' diff --git a/mail/pygmy/pkg-descr b/mail/pygmy/pkg-descr deleted file mode 100644 index d7c3f1f8f886..000000000000 --- a/mail/pygmy/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Pygmy is a tiny GNOME mail client written in the Python programming language. - -WWW: http://pygmy.sourceforge.net/ diff --git a/mail/pygmy/pkg-plist b/mail/pygmy/pkg-plist deleted file mode 100644 index 1e23dfce321b..000000000000 --- a/mail/pygmy/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/pygmy -share/pygmy/addresslist.py -share/pygmy/addresslist.pyc -share/pygmy/addresslist.pyo -share/pygmy/builtineditor.py -share/pygmy/builtineditor.pyc -share/pygmy/builtineditor.pyo -share/pygmy/cite.py -share/pygmy/cite.pyc -share/pygmy/cite.pyo -share/pygmy/edit.py -share/pygmy/edit.pyc -share/pygmy/edit.pyo -share/pygmy/editor.py -share/pygmy/editor.pyc -share/pygmy/editor.pyo -share/pygmy/error.py -share/pygmy/error.pyc -share/pygmy/error.pyo -share/pygmy/expand.py -share/pygmy/expand.pyc -share/pygmy/expand.pyo -share/pygmy/externaleditor.py -share/pygmy/externaleditor.pyc -share/pygmy/externaleditor.pyo -share/pygmy/fileops.py -share/pygmy/fileops.pyc -share/pygmy/fileops.pyo -share/pygmy/filter.py -share/pygmy/filter.pyc -share/pygmy/filter.pyo -share/pygmy/folder.py -share/pygmy/folder.pyc -share/pygmy/folder.pyo -share/pygmy/folderops.py -share/pygmy/folderops.pyc -share/pygmy/folderops.pyo -share/pygmy/fonts.py -share/pygmy/fonts.pyc -share/pygmy/fonts.pyo -share/pygmy/headers.py -share/pygmy/headers.pyc -share/pygmy/headers.pyo -share/pygmy/html.py -share/pygmy/html.pyc -share/pygmy/html.pyo -share/pygmy/icons/configure_mail.xpm -share/pygmy/icons/dir-close.xpm -share/pygmy/icons/dir-open.xpm -share/pygmy/icons/directory.xpm -share/pygmy/icons/encrypt.xpm -share/pygmy/icons/forwarded.xpm -share/pygmy/icons/fulltrash.xpm -share/pygmy/icons/inbox.xpm -share/pygmy/icons/mark.xpm -share/pygmy/icons/move_message.xpm -share/pygmy/icons/outbox.xpm -share/pygmy/icons/reply_to_all.xpm -share/pygmy/icons/reply_to_all_menu.xpm -share/pygmy/icons/trash.xpm -share/pygmy/icons/tray_empty.xpm -share/pygmy/icons/tray_full.xpm -share/pygmy/icons/tray_new.xpm -share/pygmy/mime.py -share/pygmy/mime.pyc -share/pygmy/mime.pyo -share/pygmy/msg.py -share/pygmy/msg.pyc -share/pygmy/msg.pyo -share/pygmy/newmail.py -share/pygmy/newmail.pyc -share/pygmy/newmail.pyo -share/pygmy/prefix.py -share/pygmy/prefix.pyc -share/pygmy/prefix.pyo -share/pygmy/prefs.py -share/pygmy/prefs.pyc -share/pygmy/prefs.pyo -share/pygmy/privacy.py -share/pygmy/privacy.pyc -share/pygmy/privacy.pyo -share/pygmy/pygmy -share/pygmy/pygmymailbox.py -share/pygmy/pygmymailbox.pyc -share/pygmy/pygmymailbox.pyo -share/pygmy/pygmymimetools.py -share/pygmy/pygmymimetools.pyc -share/pygmy/pygmymimetools.pyo -share/pygmy/pygmymultifile.py -share/pygmy/pygmymultifile.pyc -share/pygmy/pygmymultifile.pyo -share/pygmy/pygmyxml.py -share/pygmy/pygmyxml.pyc -share/pygmy/pygmyxml.pyo -share/pygmy/quote_pri.py -share/pygmy/quote_pri.pyc -share/pygmy/quote_pri.pyo -share/pygmy/sendmail.py -share/pygmy/sendmail.pyc -share/pygmy/sendmail.pyo -share/pygmy/smileys.py -share/pygmy/smileys.pyc -share/pygmy/smileys.pyo -@dirrm share/pygmy/icons -@dirrm share/pygmy diff --git a/math/Makefile b/math/Makefile index f60e4b7762f1..7c918618cf64 100644 --- a/math/Makefile +++ b/math/Makefile @@ -509,7 +509,6 @@ SUBDIR += saga SUBDIR += sc SUBDIR += scalapack - SUBDIR += scigraphica SUBDIR += scilab SUBDIR += scilab-toolbox-sivp SUBDIR += scilab-toolbox-swt diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile deleted file mode 100644 index 5037bef018ba..000000000000 --- a/math/scigraphica/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: scigraphica -# Date created: 29 August 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= scigraphica -PORTVERSION= 0.8.0 -PORTREVISION= 10 -CATEGORIES= math gnome -MASTER_SITES= http://scigraphica.sourceforge.net/src/ \ - SF/${PORTNAME}/${PORTNAME}-0.x/${PORTVERSION}-source \ - http://magnet.fsu.edu/~feiguin/scigraphica/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A scientific application for data analysis and technical graphics - -BUILD_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra -RUN_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/gtk-1.2/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk - -USE_PERL5_BUILD=yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtkhtml -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/scigraphica - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/scigraphica - -.include <bsd.port.post.mk> diff --git a/math/scigraphica/distinfo b/math/scigraphica/distinfo deleted file mode 100644 index 158dd9fce7f1..000000000000 --- a/math/scigraphica/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (scigraphica-0.8.0.tar.gz) = 8527c80fe75bc4f72c14548c7a2b0b71 -SHA256 (scigraphica-0.8.0.tar.gz) = 747f45380d64c70f7e8e42fa609a6b85296fb9755ee82a081c0ddc5bfdeda881 -SIZE (scigraphica-0.8.0.tar.gz) = 841199 diff --git a/math/scigraphica/files/patch-ad b/math/scigraphica/files/patch-ad deleted file mode 100644 index 5565d24e2c6a..000000000000 --- a/math/scigraphica/files/patch-ad +++ /dev/null @@ -1,10 +0,0 @@ ---- zvt/subshell.c 2000/08/31 07:45:08 1.1 -+++ zvt/subshell.c 2000/08/31 07:46:53 -@@ -24,6 +24,7 @@ - #include <sys/time.h> - #include <sys/resource.h> - #include <sys/stat.h> -+#include <sys/param.h> - #include <limits.h> - #include <unistd.h> - #include <string.h> diff --git a/math/scigraphica/files/patch-ag b/math/scigraphica/files/patch-ag deleted file mode 100644 index efc43e10be0d..000000000000 --- a/math/scigraphica/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- sg.desktop.orig Fri Nov 24 21:46:09 2000 -+++ sg.desktop Wed Dec 5 12:40:32 2001 -@@ -1,7 +1,7 @@ - [Desktop Entry] - Name=SciGraphica - Comment=Data Plotting and Visualization --Exec=sga --Icon=sg_icon.xpm -+Exec=scigraphica -+Icon=scigraphica/sg_icon.xpm - Terminal=0 - Type=Application diff --git a/math/scigraphica/files/patch-ltmain.sh b/math/scigraphica/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/math/scigraphica/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/math/scigraphica/files/patch-src::Makefile.in b/math/scigraphica/files/patch-src::Makefile.in deleted file mode 100644 index b81e93782b80..000000000000 --- a/math/scigraphica/files/patch-src::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Wed Dec 5 11:13:00 2001 -+++ src/Makefile.in Wed Dec 5 11:14:40 2001 -@@ -148,7 +148,7 @@ - INCLUDES = -Ipython $(GTK_CFLAGS) $(GTK_EXTRA_CFLAGS) $(XML_CFLAGS) $(PY_CFLAGS) $(BONOBO_CFLAGS) $(OAF_CFLAGS) $(LIBART_CFLAGS) $(GNOME_PRINT_CFLAGS) - - --scigraphica_LDADD = -L./python python/libpint.a $(GTK_LIBS) $(GTK_EXTRA_LIBS) $(XML_LIBS) $(BONOBO_LIBS) $(OAF_LIBS) -L$(PY_LIB_LOC)/config -l$(PY_LIBS) $(PY_EXTRA_LIBS) $(UTIL_LIBS) $(READLINE_LIB) $(LIBART_LIBS) $(GNOME_PRINT_LIBS) -+scigraphica_LDADD = -L./python python/libpint.a $(GTK_LIBS) $(GTK_EXTRA_LIBS) $(XML_LIBS) $(BONOBO_LIBS) $(OAF_LIBS) -L$(PY_LIB_LOC)/config $(PTHREAD_LIBS) -l$(PY_LIBS) $(PY_EXTRA_LIBS) $(UTIL_LIBS) $(READLINE_LIB) $(LIBART_LIBS) $(GNOME_PRINT_LIBS) - - - LIBS = @LIBS@ diff --git a/math/scigraphica/files/patch-src::python::pstat.py b/math/scigraphica/files/patch-src::python::pstat.py deleted file mode 100644 index 8c3c32831afe..000000000000 --- a/math/scigraphica/files/patch-src::python::pstat.py +++ /dev/null @@ -1,13 +0,0 @@ ---- src/python/pstat.py.orig Wed Aug 20 18:00:12 2003 -+++ src/python/pstat.py Wed Aug 20 18:00:32 2003 -@@ -214,8 +214,8 @@ - index = col - column = abut(column,map(lambda x: x[index], listoflists)) - elif type(cnums) == StringType: # if an 'x[3:]' type expr. -- execstring = 'column = map(lambda x: x'+cnums+', listoflists)' -- exec(execstring) -+ execstring = 'map(lambda x: x'+cnums+', listoflists)' -+ column = eval(execstring) - else: # else it's just 1 col to get - index = cnums - column = map(lambda x: x[index], listoflists) diff --git a/math/scigraphica/files/patch-src::python::python_config.c b/math/scigraphica/files/patch-src::python::python_config.c deleted file mode 100644 index 0300aee8d4de..000000000000 --- a/math/scigraphica/files/patch-src::python::python_config.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/python/python_config.c.orig Mon Mar 7 22:00:46 2005 -+++ src/python/python_config.c Mon Mar 7 22:00:53 2005 -@@ -236,6 +236,7 @@ - } - break; - default: -+ break; /* do nothing */; - } - } - #ifdef WITH_GNOME -@@ -610,6 +611,7 @@ - break; - - default: -+ break;/* do nothing */; - } - } - diff --git a/math/scigraphica/pkg-descr b/math/scigraphica/pkg-descr deleted file mode 100644 index 2cd4f421f5fb..000000000000 --- a/math/scigraphica/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -SciGraphica is a scientific application for data analysis and technical -graphics. It pretends to be a clone of the popular commercial (and expensive) -application "Microcal Origin". Although it is in a very early development -stage, it fully supplies plotting features for 2D charts. The aim is to obtain -a fully-featured, cross-plattform, user-friendly, self-growing scientific -application. It is free and open-source, released under the GPL license. - -Main features: --------------- - o You can open several worksheets and plots and work with them at the same - time. - o The plots are fully configurable using a control panel dialog. - o The look and feel is completely WYSIWYG. - o Publication quality PostScript output. - o You can interact with the plots double-clicking, dragging and moving objects - with the mouse. - o Import/Export features in XML format. - o You can insert Python expressions in the worksheets. - -WWW: http://scigraphica.sourceforge.net/ diff --git a/math/scigraphica/pkg-plist b/math/scigraphica/pkg-plist deleted file mode 100644 index 24ac6877b27d..000000000000 --- a/math/scigraphica/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -bin/scigraphica -share/gnome/apps/Applications/sg.desktop -share/gnome/help/scigraphica/C/FAQ.html -share/gnome/help/scigraphica/C/Introduction.html -share/gnome/help/scigraphica/C/Modules-1.html -share/gnome/help/scigraphica/C/Modules-2.html -share/gnome/help/scigraphica/C/Modules.html -share/gnome/help/scigraphica/C/Tutorial.html -share/gnome/help/scigraphica/C/UserGuide.html -share/gnome/help/scigraphica/C/topic.dat -share/pixmaps/scigraphica/2d_small.xpm -share/pixmaps/scigraphica/3d_small.xpm -share/pixmaps/scigraphica/about_small.xpm -share/pixmaps/scigraphica/add_column.xpm -share/pixmaps/scigraphica/arrange.xpm -share/pixmaps/scigraphica/arrow.xpm -share/pixmaps/scigraphica/arrow2.xpm -share/pixmaps/scigraphica/arrow_down.xpm -share/pixmaps/scigraphica/arrow_left.xpm -share/pixmaps/scigraphica/arrow_right.xpm -share/pixmaps/scigraphica/arrow_up.xpm -share/pixmaps/scigraphica/as.xpm -share/pixmaps/scigraphica/autoscale.xpm -share/pixmaps/scigraphica/bold.xpm -share/pixmaps/scigraphica/book_small.xpm -share/pixmaps/scigraphica/bullet.xpm -share/pixmaps/scigraphica/button_ok.xpm -share/pixmaps/scigraphica/color.xpm -share/pixmaps/scigraphica/control.xpm -share/pixmaps/scigraphica/copy.xpm -share/pixmaps/scigraphica/cut.xpm -share/pixmaps/scigraphica/dennied.xpm -share/pixmaps/scigraphica/empty.xpm -share/pixmaps/scigraphica/error.xpm -share/pixmaps/scigraphica/exec_small.xpm -share/pixmaps/scigraphica/exit_small.xpm -share/pixmaps/scigraphica/eye.xpm -share/pixmaps/scigraphica/fit5.xpm -share/pixmaps/scigraphica/fit_page.xpm -share/pixmaps/scigraphica/fitpage.xpm -share/pixmaps/scigraphica/folder.xpm -share/pixmaps/scigraphica/font.xpm -share/pixmaps/scigraphica/function_small.xpm -share/pixmaps/scigraphica/g_2dlayer.xpm -share/pixmaps/scigraphica/g_3dcontour.xpm -share/pixmaps/scigraphica/g_3dlayer.xpm -share/pixmaps/scigraphica/g_bars.xpm -share/pixmaps/scigraphica/g_boxes.xpm -share/pixmaps/scigraphica/g_bubbles.xpm -share/pixmaps/scigraphica/g_bubbles3d.xpm -share/pixmaps/scigraphica/g_colors.xpm -share/pixmaps/scigraphica/g_colors3d.xpm -share/pixmaps/scigraphica/g_contour.xpm -share/pixmaps/scigraphica/g_csurface.xpm -share/pixmaps/scigraphica/g_density.xpm -share/pixmaps/scigraphica/g_flux3d.xpm -share/pixmaps/scigraphica/g_function.xpm -share/pixmaps/scigraphica/g_hbars.xpm -share/pixmaps/scigraphica/g_hbox.xpm -share/pixmaps/scigraphica/g_impulses.xpm -share/pixmaps/scigraphica/g_lines.xpm -share/pixmaps/scigraphica/g_lpoints.xpm -share/pixmaps/scigraphica/g_python.xpm -share/pixmaps/scigraphica/g_scatter.xpm -share/pixmaps/scigraphica/g_scatter3d.xpm -share/pixmaps/scigraphica/g_surface.xpm -share/pixmaps/scigraphica/g_vectors.xpm -share/pixmaps/scigraphica/italic.xpm -share/pixmaps/scigraphica/layer.xpm -share/pixmaps/scigraphica/layer_control.xpm -share/pixmaps/scigraphica/logo.xpm -share/pixmaps/scigraphica/markers.xpm -share/pixmaps/scigraphica/matrix_icon.xpm -share/pixmaps/scigraphica/new.xpm -share/pixmaps/scigraphica/new_2d.xpm -share/pixmaps/scigraphica/new_2d_small.xpm -share/pixmaps/scigraphica/new_3d.xpm -share/pixmaps/scigraphica/new_3d_small.xpm -share/pixmaps/scigraphica/new_function.xpm -share/pixmaps/scigraphica/new_plot.xpm -share/pixmaps/scigraphica/new_polar.xpm -share/pixmaps/scigraphica/new_polar_small.xpm -share/pixmaps/scigraphica/new_sheet.xpm -share/pixmaps/scigraphica/new_small.xpm -share/pixmaps/scigraphica/open.xpm -share/pixmaps/scigraphica/open_small.xpm -share/pixmaps/scigraphica/paint.xpm -share/pixmaps/scigraphica/paste.xpm -share/pixmaps/scigraphica/pixmaps.h -share/pixmaps/scigraphica/plot_icon.xpm -share/pixmaps/scigraphica/plot_icon2.xpm -share/pixmaps/scigraphica/plot_small.xpm -share/pixmaps/scigraphica/point.xpm -share/pixmaps/scigraphica/pointers.xpm -share/pixmaps/scigraphica/polar_small.xpm -share/pixmaps/scigraphica/preferences_small.xpm -share/pixmaps/scigraphica/print.xpm -share/pixmaps/scigraphica/python_small.xpm -share/pixmaps/scigraphica/reload.xpm -share/pixmaps/scigraphica/reset.xpm -share/pixmaps/scigraphica/rotate_x.xpm -share/pixmaps/scigraphica/rotate_y.xpm -share/pixmaps/scigraphica/rotate_z.xpm -share/pixmaps/scigraphica/save.xpm -share/pixmaps/scigraphica/save_as.xpm -share/pixmaps/scigraphica/save_as_small.xpm -share/pixmaps/scigraphica/save_small.xpm -share/pixmaps/scigraphica/set_column.xpm -share/pixmaps/scigraphica/sg.xpm -share/pixmaps/scigraphica/sg_icon.xpm -share/pixmaps/scigraphica/sg_small.xpm -share/pixmaps/scigraphica/sheet_icon.xpm -share/pixmaps/scigraphica/sheet_icon2.xpm -share/pixmaps/scigraphica/sheet_small.xpm -share/pixmaps/scigraphica/sorry.xpm -share/pixmaps/scigraphica/stock_button_apply.xpm -share/pixmaps/scigraphica/stock_button_cancel.xpm -share/pixmaps/scigraphica/stock_button_close.xpm -share/pixmaps/scigraphica/stock_button_no.xpm -share/pixmaps/scigraphica/stock_button_ok.xpm -share/pixmaps/scigraphica/stock_button_yes.xpm -share/pixmaps/scigraphica/stock_down_arrow.xpm -share/pixmaps/scigraphica/stock_font.xpm -share/pixmaps/scigraphica/stock_help.xpm -share/pixmaps/scigraphica/stock_left_arrow.xpm -share/pixmaps/scigraphica/stock_open.xpm -share/pixmaps/scigraphica/stock_pixmaps.h -share/pixmaps/scigraphica/stock_right_arrow.xpm -share/pixmaps/scigraphica/stock_up_arrow.xpm -share/pixmaps/scigraphica/symbol_circle.xpm -share/pixmaps/scigraphica/symbol_cross.xpm -share/pixmaps/scigraphica/symbol_diamond.xpm -share/pixmaps/scigraphica/symbol_dntriangle.xpm -share/pixmaps/scigraphica/symbol_dot.xpm -share/pixmaps/scigraphica/symbol_impulse.xpm -share/pixmaps/scigraphica/symbol_ltriangle.xpm -share/pixmaps/scigraphica/symbol_none.xpm -share/pixmaps/scigraphica/symbol_plus.xpm -share/pixmaps/scigraphica/symbol_rtriangle.xpm -share/pixmaps/scigraphica/symbol_square.xpm -share/pixmaps/scigraphica/symbol_star.xpm -share/pixmaps/scigraphica/symbol_uptriangle.xpm -share/pixmaps/scigraphica/target.xpm -share/pixmaps/scigraphica/text.xpm -share/pixmaps/scigraphica/tools.xpm -share/pixmaps/scigraphica/warning.xpm -share/pixmaps/scigraphica/zoom.xpm -share/pixmaps/scigraphica/zoom_minus.xpm -share/pixmaps/scigraphica/zoom_plus.xpm -share/pixmaps/scigraphica/zoomin.xpm -share/pixmaps/scigraphica/zoomout.xpm -share/pixmaps/sg_icon.xpm -share/scigraphica/examples/3d.sg -share/scigraphica/examples/image.sg -share/scigraphica/examples/matrix.sg -share/scigraphica/examples/multicolumn.sg -share/scigraphica/examples/polar.sg -share/scigraphica/examples/py_example1.py -share/scigraphica/examples/py_example1.pyc -share/scigraphica/examples/py_example1.pyo -share/scigraphica/examples/py_example2.py -share/scigraphica/examples/py_example2.pyc -share/scigraphica/examples/py_example2.pyo -share/scigraphica/examples/simpletest.sg -share/scigraphica/examples/test.dat -share/scigraphica/examples/ticks.sg -share/scigraphica/examples/trigonometric.sg -share/scigraphica/examples/vectors.sg -share/scigraphica/python/FitWizard.py -share/scigraphica/python/FitWizard.pyc -share/scigraphica/python/FitWizard.pyo -share/scigraphica/python/SimpleStats.py -share/scigraphica/python/SimpleStats.pyc -share/scigraphica/python/SimpleStats.pyo -share/scigraphica/python/clarens.py -share/scigraphica/python/clarens.pyc -share/scigraphica/python/clarens.pyo -share/scigraphica/python/clarens_histograms.py -share/scigraphica/python/clarens_histograms.pyc -share/scigraphica/python/clarens_histograms.pyo -share/scigraphica/python/gtkLeastSquares.py -share/scigraphica/python/gtkLeastSquares.pyc -share/scigraphica/python/gtkLeastSquares.pyo -share/scigraphica/python/pstat.py -share/scigraphica/python/pstat.pyc -share/scigraphica/python/pstat.pyo -share/scigraphica/python/pysga.py -share/scigraphica/python/pysga.pyc -share/scigraphica/python/pysga.pyo -share/scigraphica/python/sgagtk.py -share/scigraphica/python/sgagtk.pyc -share/scigraphica/python/sgagtk.pyo -share/scigraphica/python/stats.py -share/scigraphica/python/stats.pyc -share/scigraphica/python/stats.pyo -share/scigraphica/python/test_plugin.py -share/scigraphica/python/test_plugin.pyc -share/scigraphica/python/test_plugin.pyo -share/scigraphica/python/unpickler.py -share/scigraphica/python/unpickler.pyc -share/scigraphica/python/unpickler.pyo -@dirrm share/scigraphica/python -@dirrm share/scigraphica/examples -@dirrm share/scigraphica -@dirrm share/pixmaps/scigraphica -@dirrm share/gnome/help/scigraphica/C -@dirrm share/gnome/help/scigraphica diff --git a/multimedia/ogle-gui/Makefile b/multimedia/ogle-gui/Makefile index 37db8239ec89..ae2e667a458a 100644 --- a/multimedia/ogle-gui/Makefile +++ b/multimedia/ogle-gui/Makefile @@ -7,8 +7,8 @@ PORTNAME= ogle PORTVERSION= 0.9.2 -PORTREVISION= 15 -CATEGORIES= multimedia gnome +PORTREVISION= 16 +CATEGORIES= multimedia MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ PKGNAMESUFFIX= -gui DISTNAME= ${PORTNAME}_gui-${PORTVERSION} @@ -26,7 +26,6 @@ USE_GNOME= gnomehack \ gnomehier \ gnomeprefix \ gtk20 -WANT_GNOME= yes USE_XORG= xpm USE_AUTOTOOLS= libtool CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -42,11 +41,6 @@ MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mlibcapplet}!="" -USE_GNOME+= libcapplet -PKGNAMESUFFIX= -gnome -.endif - PLIST_SUB= SHARE_DATADIR="${SHARE_DATADIR}" post-patch: diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index fa1e855938ac..87115e0f5943 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -8,7 +8,7 @@ PORTNAME= ickle PORTVERSION= 0.3.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im devel MASTER_SITES= SF @@ -23,7 +23,8 @@ WANT_GNOME= yes USE_ICONV= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ - --with-gtkmm-prefix=${LOCALBASE} + --with-gtkmm-prefix=${LOCALBASE} \ + --with-gnome=no CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`" post-patch: @@ -32,16 +33,6 @@ post-patch: .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) -USE_GNOME+= libcapplet -PKGNAMESUFFIX= -gnome -PLIST_SUB+= GNOME="" NOGNOME="@comment " -.else -CONFIGURE_ARGS+= --with-gnome=no - -PLIST_SUB+= GNOME="@comment " NOGNOME="" -.endif - .if defined(WITH_ICKLE_CONTROL) PLIST_SUB+= ICKLECONTROL="" .else @@ -51,9 +42,6 @@ PLIST_SUB+= ICKLECONTROL="@comment " .endif pre-everything:: -.if ${HAVE_GNOME:Mlibcapplet}=="" && !defined(WITH_GNOME) - @${ECHO_MSG} "===> Define WITH_GNOME to enable GNOME support" -.endif .if !defined(WITH_ICKLE_CONTROL) @${ECHO_MSG} "===> Define WITH_ICKLE_CONTROL to enable external command-line" @${ECHO_MSG} "===> control for the ickle client" diff --git a/net-im/ickle/pkg-plist b/net-im/ickle/pkg-plist index 8f7e0a3e53a7..4e9d111c6629 100644 --- a/net-im/ickle/pkg-plist +++ b/net-im/ickle/pkg-plist @@ -1,8 +1,5 @@ -%%NOGNOME%%bin/ickle -%%GNOME%%bin/ickle_applet +bin/ickle %%ICKLECONTROL%%bin/ickle_control -%%GNOME%%etc/CORBA/servers/ickle_applet.gnorba -%%GNOME%%share/applets/Network/ickle_applet.desktop %%DATADIR%%/icons/doors/away.xpm %%DATADIR%%/icons/doors/chat.xpm %%DATADIR%%/icons/doors/dnd.xpm @@ -146,7 +143,3 @@ @dirrm %%DATADIR%%/icons/doors @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% -@dirrmtry share/applets/Network -@dirrmtry share/applets -@dirrmtry etc/CORBA/servers -@dirrmtry etc/CORBA diff --git a/net/Makefile b/net/Makefile index 98ad02128b93..140b69eb1ff5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -175,7 +175,6 @@ SUBDIR += gatekeeper SUBDIR += gateway6 SUBDIR += generic-nqs - SUBDIR += geotrace SUBDIR += ggsd SUBDIR += gini SUBDIR += gkrellmmultiping2 diff --git a/net/geotrace/Makefile b/net/geotrace/Makefile deleted file mode 100644 index 484a25fa14a0..000000000000 --- a/net/geotrace/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: geotrace -# Date created: Apr 19, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= geotrace -PORTVERSION= 0.0.4 -PORTREVISION= 8 -CATEGORIES= net gnome -MASTER_SITES= SF/${PORTNAME}/GeoTrace/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical traceroute utility - -USE_GNOME= gdkpixbuf libcapplet - -post-patch: - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/geotrace ${PREFIX}/bin - @${MKDIR} ${PREFIX}/etc/maps - ${CP} -R ${WRKSRC}/maps/ ${PREFIX}/etc/maps - -.include <bsd.port.mk> diff --git a/net/geotrace/distinfo b/net/geotrace/distinfo deleted file mode 100644 index 06338683d6ab..000000000000 --- a/net/geotrace/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (geotrace-0.0.4.tar.gz) = d56b28838feb2e5e4e5df168d11a99af -SHA256 (geotrace-0.0.4.tar.gz) = 23267e10d35c7cd029a4f67db673fa2ba73badc4220880b0453daadec56856da -SIZE (geotrace-0.0.4.tar.gz) = 248218 diff --git a/net/geotrace/files/patch-Makefile b/net/geotrace/files/patch-Makefile deleted file mode 100644 index 8a3c59b26cd9..000000000000 --- a/net/geotrace/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig Thu Apr 19 17:00:02 2001 -+++ Makefile Thu Apr 19 17:00:40 2001 -@@ -1,6 +1,6 @@ --CFLAGS = `gtk-config --cflags` `gdk-pixbuf-config --cflags` --LFLAGS = `gtk-config --libs gthread` `gdk-pixbuf-config --libs` --CC = gcc -Wall -g -+CFLAGS += `${GTK_CONFIG} --cflags` `gdk-pixbuf-config --cflags` -+LFLAGS = `${GTK_CONFIG} --libs gthread` `gdk-pixbuf-config --libs` -+CC = gcc - - OBJ = geotrace.o interface.o callbacks.o map.o netgeoclient.o prefs.o - diff --git a/net/geotrace/files/patch-prefs.c b/net/geotrace/files/patch-prefs.c deleted file mode 100644 index 32c07a9bc5db..000000000000 --- a/net/geotrace/files/patch-prefs.c +++ /dev/null @@ -1,11 +0,0 @@ ---- prefs.c.orig Thu Apr 19 18:38:27 2001 -+++ prefs.c Thu Apr 19 18:39:02 2001 -@@ -14,7 +14,7 @@ - start_map = malloc (30); - value = malloc (100); - option = malloc (30); -- sprintf (prefs_path,"%s/%s",getenv("HOME"),GEO_PREFS_FILE); -+ sprintf (prefs_path,"%s",GEO_PREFS_FILE); - strcpy (traceroute_path,TRACE_PATH_DEF); - strcpy (maps_dir_path,MAPS_DIR_DEF); - strcpy (start_map,START_MAP_DEF); diff --git a/net/geotrace/files/patch-prefs.h b/net/geotrace/files/patch-prefs.h deleted file mode 100644 index 2c880ee8310e..000000000000 --- a/net/geotrace/files/patch-prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- prefs.h.orig Thu Apr 19 18:34:56 2001 -+++ prefs.h Thu Apr 19 18:38:00 2001 -@@ -3,7 +3,7 @@ - #define TIMEOUT_DEF 5 - #define RESOLVE_DEF 1 - #define GEO_PREFS_FILE ".geotrace" --#define MAPS_DIR_DEF "maps/" -+#define MAPS_DIR_DEF "%%PREFIX%%/etc/maps/" - #define START_MAP_DEF "World50.gif" - #define LINE_COLOR_RED_DEF 0 - #define LINE_COLOR_GREEN_DEF 0 diff --git a/net/geotrace/pkg-descr b/net/geotrace/pkg-descr deleted file mode 100644 index 7e430fbc1449..000000000000 --- a/net/geotrace/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Geotrace is a geographical traceroute utility. - -WWW: http://geotrace.sourceforge.net/ diff --git a/net/geotrace/pkg-plist b/net/geotrace/pkg-plist deleted file mode 100644 index 9674b66b3103..000000000000 --- a/net/geotrace/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/geotrace -etc/maps/Africa.gif -etc/maps/Australia.gif -etc/maps/Belgium.gif -etc/maps/Canada.gif -etc/maps/Caribbean.gif -etc/maps/CentralAmerica.gif -etc/maps/China.gif -etc/maps/Europe.gif -etc/maps/France.gif -etc/maps/Germany.gif -etc/maps/Hawaii.gif -etc/maps/India.gif -etc/maps/Italy.gif -etc/maps/Japan.gif -etc/maps/Korea.gif -etc/maps/MalaysiaIndonesia.gif -etc/maps/MiddleEast.gif -etc/maps/NOSEFI.gif -etc/maps/Netherlands.gif -etc/maps/NewZealand.gif -etc/maps/Philippines.gif -etc/maps/SouthAmerica.gif -etc/maps/UK.gif -etc/maps/Us100.gif -etc/maps/Us200.gif -etc/maps/Us50.gif -etc/maps/World100.gif -etc/maps/World50.gif -etc/maps/maps.properties -@dirrm etc/maps diff --git a/security/Makefile b/security/Makefile index 3022e4020050..435b778f3819 100644 --- a/security/Makefile +++ b/security/Makefile @@ -320,7 +320,6 @@ SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapsi4 - SUBDIR += nofgpg SUBDIR += nsm-console SUBDIR += nss SUBDIR += ocaml-cryptgps diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile deleted file mode 100644 index 106dbcf05755..000000000000 --- a/security/nofgpg/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: nofgpg -# Date created: Mar 15, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= nofgpg -PORTVERSION= 0.5.1 -PORTREVISION= 8 -CATEGORIES= security python -MASTER_SITES= http://www.cgabriel.org/download/nofgpg/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= No One Fears GPG - -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \ - ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome - -USE_PYTHON= yes -NO_BUILD= yes - -MAN1= nofgpg.1 -PLIST_FILES= bin/nofgpg - -post-patch: - @${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \ - ${WRKSRC}/nofgpg - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo deleted file mode 100644 index c2cd410fc034..000000000000 --- a/security/nofgpg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nofgpg-0.5.1.tar.gz) = 06f3433bc168d691b7e26e8829679d10 -SHA256 (nofgpg-0.5.1.tar.gz) = 137828838aac74fb59bb434768c0f06773247ab5d7da6ef739dcfccd2010c9bf -SIZE (nofgpg-0.5.1.tar.gz) = 12313 diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr deleted file mode 100644 index 4757ed883113..000000000000 --- a/security/nofgpg/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -No One Fears GPG - -Simple GPG keyring manager. - -WWW: https://www.cgabriel.org/software/wiki/NofGpg diff --git a/sysutils/Makefile b/sysutils/Makefile index 0b8fc0f8860a..2a93ff774919 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -313,7 +313,6 @@ SUBDIR += gksu SUBDIR += glload SUBDIR += gnome-control-center - SUBDIR += gnome-control-center1 SUBDIR += gnome-device-manager SUBDIR += gnome-mount SUBDIR += gnome-pkgview diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile deleted file mode 100644 index a45baca736ea..000000000000 --- a/sysutils/gnome-control-center1/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: control-center -# Date created: 29 Dec 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center1/Makefile,v 1.3 2007/05/30 05:02:04 mezz Exp $ -# - -PORTNAME= gnome-control-center -PORTVERSION= 1.4.0.5 -PORTREVISION= 12 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/control-center/1.4 -DISTNAME= control-center-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Control center for GNOME project - -USE_BZIP2= yes -USE_XORG= x11 -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomecanvas gnomevfs libcapplet -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -LATEST_LINK= gnome-control-center1 - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/capplets/wm-properties/wm-desktops/WindowMaker.desktop - -.include <bsd.port.mk> diff --git a/sysutils/gnome-control-center1/distinfo b/sysutils/gnome-control-center1/distinfo deleted file mode 100644 index 14895bd81cbf..000000000000 --- a/sysutils/gnome-control-center1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/control-center-1.4.0.5.tar.bz2) = 63e731f7c9f5fca354de5de4f881e952 -SHA256 (gnome/control-center-1.4.0.5.tar.bz2) = bfefec4042b0bc64463f07c4486c5af65b20c07974b184f8a547f77ea20ced06 -SIZE (gnome/control-center-1.4.0.5.tar.bz2) = 3382798 diff --git a/sysutils/gnome-control-center1/files/patch-Makefile.in b/sysutils/gnome-control-center1/files/patch-Makefile.in deleted file mode 100644 index feb63528f70a..000000000000 --- a/sysutils/gnome-control-center1/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in 2002/02/05 09:46:12 1.1 -+++ Makefile.in 2002/02/05 09:46:25 -@@ -151,7 +151,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --always_built_SUBDIRS = control-center capplets idl doc omf-install man -+always_built_SUBDIRS = control-center capplets idl doc omf-install - - SUBDIRS = intl po macros \ - $(always_built_SUBDIRS) diff --git a/sysutils/gnome-control-center1/files/patch-bn b/sysutils/gnome-control-center1/files/patch-bn deleted file mode 100644 index 737c98cab630..000000000000 --- a/sysutils/gnome-control-center1/files/patch-bn +++ /dev/null @@ -1,54 +0,0 @@ - -$FreeBSD$ - ---- control-center/Makefile.in.orig Wed Jul 10 16:48:34 2002 -+++ control-center/Makefile.in Wed Jul 10 16:51:37 2002 -@@ -208,7 +208,7 @@ - sys_in_files = gnomecc.desktop.in - sys_DATA = $(sys_in_files:.desktop.in=.desktop) - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = cappletConf.sh - - libcapplet_la_SOURCES = \ -@@ -218,7 +218,7 @@ - $(CORBA_SRCLIST) - - --libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libcapplet_la_LDFLAGS = -version-info 5:0:0 - libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) - - libcappletincludedir = $(includedir)/libcapplet1 -@@ -522,12 +522,10 @@ - check: check-am - installcheck-am: - installcheck: installcheck-am --install-exec-am: install-libLTLIBRARIES install-binPROGRAMS \ -- install-confexecDATA -+install-exec-am: install-binPROGRAMS - install-exec: install-exec-am - --install-data-am: install-appiconDATA install-splashDATA install-sysDATA \ -- install-libcappletincludeHEADERS -+install-data-am: install-appiconDATA install-splashDATA install-sysDATA - install-data: install-data-am - - install-am: all-am -@@ -546,7 +544,6 @@ - $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ - $(DESTDIR)$(appicondir) $(DESTDIR)$(confexecdir) \ - $(DESTDIR)$(splashdir) $(DESTDIR)$(sysdir) \ -- $(DESTDIR)$(libcappletincludedir) - - - mostlyclean-generic: -@@ -592,6 +589,7 @@ - clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ - uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ - distclean-compile clean-compile maintainer-clean-compile \ -+ -e 's?\@VERSION\@?$(VERSION)?g' \ - mostlyclean-libtool distclean-libtool clean-libtool \ - maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \ - clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \ diff --git a/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c b/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c deleted file mode 100644 index ce8170370123..000000000000 --- a/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- capplets/theme-switcher/lister.c 2002/03/29 12:43:59 1.1 -+++ capplets/theme-switcher/lister.c 2002/03/29 12:45:18 -@@ -115,8 +115,7 @@ - char *errstring = NULL; - int out_fd; - #ifndef HAVE_GETLINE -- char line[1024]; -- char *lineptr = line; -+ char *lineptr = (char *)malloc(1024); - #else - char *lineptr = NULL; - #endif diff --git a/sysutils/gnome-control-center1/files/patch-ce b/sysutils/gnome-control-center1/files/patch-ce deleted file mode 100644 index 8fbfc41ab86f..000000000000 --- a/sysutils/gnome-control-center1/files/patch-ce +++ /dev/null @@ -1,8 +0,0 @@ ---- capplets/wm-properties/wm-desktops/WindowMaker.desktop.orig Wed May 12 02:56:05 1999 -+++ capplets/wm-properties/wm-desktops/WindowMaker.desktop Wed May 12 02:56:22 1999 -@@ -5,4 +5,4 @@ - - [Window Manager] - SessionManaged=false --ConfigExec=/usr/X11R6/lib/GNUstep/Apps/WPrefs.app/WPrefs -+ConfigExec=/usr/local/share/GNUstep/Apps/WPrefs.app/WPrefs diff --git a/sysutils/gnome-control-center1/files/patch-idl::Makefile.in b/sysutils/gnome-control-center1/files/patch-idl::Makefile.in deleted file mode 100644 index 8bc65dc999aa..000000000000 --- a/sysutils/gnome-control-center1/files/patch-idl::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- idl/Makefile.in 2002/07/10 13:49:41 1.1 -+++ idl/Makefile.in 2002/07/10 13:50:18 -@@ -251,7 +251,7 @@ - install-exec-am: - install-exec: install-exec-am - --install-data-am: install-gnomeccgnorbaDATA install-idlDATA -+install-data-am: install-gnomeccgnorbaDATA - install-data: install-data-am - - install-am: all-am diff --git a/sysutils/gnome-control-center1/files/patch-ltmain.sh b/sysutils/gnome-control-center1/files/patch-ltmain.sh deleted file mode 100644 index 91713d2306f8..000000000000 --- a/sysutils/gnome-control-center1/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in b/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in deleted file mode 100644 index 02994b404219..000000000000 --- a/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/02/05 08:03:55 1.1 -+++ po/Makefile.in.in 2002/02/05 08:04:08 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/sysutils/gnome-control-center1/pkg-descr b/sysutils/gnome-control-center1/pkg-descr deleted file mode 100644 index b9ead6394b73..000000000000 --- a/sysutils/gnome-control-center1/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -control center for GNOME project. diff --git a/sysutils/gnome-control-center1/pkg-plist b/sysutils/gnome-control-center1/pkg-plist deleted file mode 100644 index 16333e629479..000000000000 --- a/sysutils/gnome-control-center1/pkg-plist +++ /dev/null @@ -1,185 +0,0 @@ -bin/background-properties-capplet -bin/default-application-properties-capplet -bin/file-types-capplet -bin/gnomecc -bin/keyboard-properties -bin/mouse-properties-capplet -bin/sound-properties -bin/theme-selector-capplet -bin/ui-properties -bin/url-properties -bin/wm-properties-capplet -etc/CORBA/servers/gnomecc.gnorba -share/control-center/.directory -share/control-center/Desktop/.directory -share/control-center/Desktop/background-properties.desktop -share/control-center/Desktop/theme-selector.desktop -share/control-center/Desktop/wm-properties.desktop -share/control-center/Documents/.directory -share/control-center/Documents/default-application-properties.desktop -share/control-center/Documents/file-types-capplet.desktop -share/control-center/Documents/url-properties.desktop -share/control-center/Multimedia/.directory -share/control-center/Multimedia/sound-properties.desktop -share/control-center/Peripherals/.directory -share/control-center/Peripherals/keyboard-properties.desktop -share/control-center/Peripherals/mouse-properties.desktop -share/control-center/Session/.directory -share/control-center/UIOptions/.directory -share/control-center/UIOptions/application.desktop -share/control-center/UIOptions/dialogs.desktop -share/control-center/UIOptions/mdi.desktop -share/gnome/apps/Settings/Desktop/.directory -share/gnome/apps/Settings/Desktop/background-properties.desktop -share/gnome/apps/Settings/Desktop/theme-selector.desktop -share/gnome/apps/Settings/Desktop/wm-properties.desktop -share/gnome/apps/Settings/Documents/.directory -share/gnome/apps/Settings/Documents/default-applicaiton-properties.desktop -share/gnome/apps/Settings/Documents/url-properties.desktop -share/gnome/apps/Settings/Multimedia/.directory -share/gnome/apps/Settings/Multimedia/sound-properties.desktop -share/gnome/apps/Settings/Peripherals/.directory -share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop -share/gnome/apps/Settings/Peripherals/mouse-properties.desktop -share/gnome/apps/Settings/Session/.directory -share/gnome/apps/Settings/UIOptions/.directory -share/gnome/apps/Settings/file-types-capplet.desktop -share/gnome/apps/Settings/gnomecc.desktop -share/gnome/help/control-center/C/control-center.sgml -share/gnome/help/control-center/C/desktop-intro.html -share/gnome/help/control-center/C/doc-handlers.html -share/gnome/help/control-center/C/figures/bg-capplet.png -share/gnome/help/control-center/C/figures/gccalf.png -share/gnome/help/control-center/C/figures/gccappdef.png -share/gnome/help/control-center/C/figures/gccdialog.png -share/gnome/help/control-center/C/figures/gccedit.png -share/gnome/help/control-center/C/figures/gcchints.png -share/gnome/help/control-center/C/figures/gccmdi.png -share/gnome/help/control-center/C/figures/gccmime.png -share/gnome/help/control-center/C/figures/gccsession-props.png -share/gnome/help/control-center/C/figures/gccsessopt.png -share/gnome/help/control-center/C/figures/gccsound1.png -share/gnome/help/control-center/C/figures/gccsound2.png -share/gnome/help/control-center/C/figures/gccstartup.png -share/gnome/help/control-center/C/figures/gccurl.png -share/gnome/help/control-center/C/figures/glob_pref_anim.png -share/gnome/help/control-center/C/figures/keyboard-capplet.png -share/gnome/help/control-center/C/figures/mouse-capplet.png -share/gnome/help/control-center/C/figures/screensave-capplet.png -share/gnome/help/control-center/C/figures/theme-select.png -share/gnome/help/control-center/C/figures/wm-add.png -share/gnome/help/control-center/C/figures/wm-main.png -share/gnome/help/control-center/C/index.html -share/gnome/help/control-center/C/ln7.html -share/gnome/help/control-center/C/stylesheet-images/caution.gif -share/gnome/help/control-center/C/stylesheet-images/home.gif -share/gnome/help/control-center/C/stylesheet-images/important.gif -share/gnome/help/control-center/C/stylesheet-images/next.gif -share/gnome/help/control-center/C/stylesheet-images/note.gif -share/gnome/help/control-center/C/stylesheet-images/prev.gif -share/gnome/help/control-center/C/stylesheet-images/tip.gif -share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif -share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif -share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif -share/gnome/help/control-center/C/stylesheet-images/up.gif -share/gnome/help/control-center/C/stylesheet-images/warning.gif -share/gnome/help/control-center/C/topic.dat -share/gnome/help/control-center/C/usage.html -share/gnome/help/control-center/eu/control-center.sgml -share/gnome/help/control-center/eu/desktop-intro.html -share/gnome/help/control-center/eu/doc-handlers.html -share/gnome/help/control-center/eu/figures/bg-capplet.png -share/gnome/help/control-center/eu/figures/gccalf.png -share/gnome/help/control-center/eu/figures/gccappdef.png -share/gnome/help/control-center/eu/figures/gccdialog.png -share/gnome/help/control-center/eu/figures/gccedit.png -share/gnome/help/control-center/eu/figures/gcchints.png -share/gnome/help/control-center/eu/figures/gccmdi.png -share/gnome/help/control-center/eu/figures/gccmime.png -share/gnome/help/control-center/eu/figures/gccsession-props.png -share/gnome/help/control-center/eu/figures/gccsessopt.png -share/gnome/help/control-center/eu/figures/gccsound1.png -share/gnome/help/control-center/eu/figures/gccsound2.png -share/gnome/help/control-center/eu/figures/gccstartup.png -share/gnome/help/control-center/eu/figures/gccurl.png -share/gnome/help/control-center/eu/figures/glob_pref_anim.png -share/gnome/help/control-center/eu/figures/keyboard-capplet.png -share/gnome/help/control-center/eu/figures/mouse-capplet.png -share/gnome/help/control-center/eu/figures/screensave-capplet.png -share/gnome/help/control-center/eu/figures/theme-select.png -share/gnome/help/control-center/eu/figures/wm-add.png -share/gnome/help/control-center/eu/figures/wm-main.png -share/gnome/help/control-center/eu/index.html -share/gnome/help/control-center/eu/ln7.html -share/gnome/help/control-center/eu/stylesheet-images/caution.gif -share/gnome/help/control-center/eu/stylesheet-images/home.gif -share/gnome/help/control-center/eu/stylesheet-images/important.gif -share/gnome/help/control-center/eu/stylesheet-images/next.gif -share/gnome/help/control-center/eu/stylesheet-images/note.gif -share/gnome/help/control-center/eu/stylesheet-images/prev.gif -share/gnome/help/control-center/eu/stylesheet-images/tip.gif -share/gnome/help/control-center/eu/stylesheet-images/toc-blank.gif -share/gnome/help/control-center/eu/stylesheet-images/toc-minus.gif -share/gnome/help/control-center/eu/stylesheet-images/toc-plus.gif -share/gnome/help/control-center/eu/stylesheet-images/up.gif -share/gnome/help/control-center/eu/stylesheet-images/warning.gif -share/gnome/help/control-center/eu/topic.dat -share/gnome/help/control-center/eu/usage.html -share/gnome/wm-properties/Enlightenment.desktop -share/gnome/wm-properties/IceWM.desktop -share/gnome/wm-properties/Scwm.desktop -share/gnome/wm-properties/WindowMaker.desktop -share/gnome/wm-properties/twm.desktop -share/locale/az/LC_MESSAGES/control-center.mo -share/locale/bg/LC_MESSAGES/control-center.mo -share/locale/ca/LC_MESSAGES/control-center.mo -share/locale/cs/LC_MESSAGES/control-center.mo -share/locale/da/LC_MESSAGES/control-center.mo -share/locale/de/LC_MESSAGES/control-center.mo -share/locale/el/LC_MESSAGES/control-center.mo -share/locale/en_GB/LC_MESSAGES/control-center.mo -share/locale/es/LC_MESSAGES/control-center.mo -share/locale/et/LC_MESSAGES/control-center.mo -share/locale/eu/LC_MESSAGES/control-center.mo -share/locale/fi/LC_MESSAGES/control-center.mo -share/locale/fr/LC_MESSAGES/control-center.mo -share/locale/ga/LC_MESSAGES/control-center.mo -share/locale/gl/LC_MESSAGES/control-center.mo -share/locale/hr/LC_MESSAGES/control-center.mo -share/locale/hu/LC_MESSAGES/control-center.mo -share/locale/it/LC_MESSAGES/control-center.mo -share/locale/ja/LC_MESSAGES/control-center.mo -share/locale/ko/LC_MESSAGES/control-center.mo -share/locale/lt/LC_MESSAGES/control-center.mo -share/locale/nl/LC_MESSAGES/control-center.mo -share/locale/nn/LC_MESSAGES/control-center.mo -share/locale/no/LC_MESSAGES/control-center.mo -share/locale/pl/LC_MESSAGES/control-center.mo -share/locale/pt/LC_MESSAGES/control-center.mo -share/locale/pt_BR/LC_MESSAGES/control-center.mo -share/locale/ro/LC_MESSAGES/control-center.mo -share/locale/ru/LC_MESSAGES/control-center.mo -share/locale/sk/LC_MESSAGES/control-center.mo -share/locale/sl/LC_MESSAGES/control-center.mo -share/locale/sv/LC_MESSAGES/control-center.mo -share/locale/tr/LC_MESSAGES/control-center.mo -share/locale/uk/LC_MESSAGES/control-center.mo -share/locale/wa/LC_MESSAGES/control-center.mo -share/locale/zh_CN/LC_MESSAGES/control-center.mo -share/locale/zh_TW/LC_MESSAGES/control-center.mo -share/omf/control-center/control-center-C.omf -share/omf/control-center/control-center-eu.omf -share/pixmaps/ccsplash.png -share/pixmaps/control-center.png -@dirrm share/omf/control-center -@dirrm share/gnome/help/control-center/eu/stylesheet-images -@dirrm share/gnome/help/control-center/eu/figures -@dirrm share/gnome/help/control-center/eu -@dirrm share/gnome/help/control-center/C/stylesheet-images -@dirrm share/gnome/help/control-center/C/figures -@dirrm share/gnome/help/control-center/C -@dirrm share/gnome/help/control-center -@dirrm share/gnome/apps/Settings/UIOptions -@dirrm share/gnome/apps/Settings/Multimedia -@dirrm share/control-center/UIOptions -@dirrm share/control-center/Multimedia diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 3687ec4b1b65..9ead222b2d35 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -7,8 +7,8 @@ PORTNAME= ipsc PORTVERSION= 0.4.2 -PORTREVISION= 2 -CATEGORIES= sysutils gnome +PORTREVISION= 3 +CATEGORIES= sysutils MASTER_SITES= http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -19,19 +19,11 @@ BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:${.CURDIR}/../prips:build WRKSRC= ${WRKDIR}/ipsc/src -WANT_GNOME= yes +ALL_TARGET= ipsc PLIST_FILES= bin/ipsc MAN8= ipsc.8 -.if defined(HAVE_GNOME) -USE_GNOME= gnomeprefix gnomehack gtkhtml -ALL_TARGET= all -PLIST_FILES+= bin/gipsc -.else -ALL_TARGET= ipsc -.endif - PRIPS_WRKSRC!= cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC post-extract: @@ -39,9 +31,6 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin -.if defined(HAVE_GNOME) - ${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin -.endif ${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${MANPREFIX}/man/man8 .include <bsd.port.mk> diff --git a/www/Makefile b/www/Makefile index 732a8dbc3367..f098c1f4d61e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -285,7 +285,6 @@ SUBDIR += gregarius SUBDIR += groupoffice SUBDIR += gstreamer-plugins-neon - SUBDIR += gtkhtml SUBDIR += gtkhtml3 SUBDIR += guile-www SUBDIR += gurlchecker diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile deleted file mode 100644 index def55322d88f..000000000000 --- a/www/gtkhtml/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: gtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gtkhtml -PORTVERSION= 1.1.10 -PORTREVISION= 14 -CATEGORIES= www gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --with-gconf=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -VERSION= ${PORTNAME}-${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/libdata/pkgconfig/soup.pc) || !defined(WITHOUT_SOUP) -LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup -.endif - -post-configure: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%VERSION%%|${VERSION}|g' ${FILESDIR}/gtkhtmlConf.sh \ - > ${WRKSRC}/gtkhtmlConf.sh - -post-install: - ${INSTALL_DATA} ${WRKSRC}/gtkhtmlConf.sh \ - ${PREFIX}/etc/gtkhtmlConf.sh - -.include <bsd.port.post.mk> diff --git a/www/gtkhtml/distinfo b/www/gtkhtml/distinfo deleted file mode 100644 index e0f60008d796..000000000000 --- a/www/gtkhtml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gtkhtml-1.1.10.tar.bz2) = 8647407560e4b61ba4a12653b9cc8869 -SHA256 (gnome/gtkhtml-1.1.10.tar.bz2) = ccfba890cfd818ba9da3a0198c8223d08dc89da3d02042ed78b25c7382ea5fbb -SIZE (gnome/gtkhtml-1.1.10.tar.bz2) = 1029542 diff --git a/www/gtkhtml/files/gtkhtmlConf.sh b/www/gtkhtml/files/gtkhtmlConf.sh deleted file mode 100644 index 12cee8fa1e2d..000000000000 --- a/www/gtkhtml/files/gtkhtmlConf.sh +++ /dev/null @@ -1,5 +0,0 @@ -GTKHTML_LIBDIR="-L%%PREFIX%%/lib" -GTKHTML_LIBS=" -L%%PREFIX%%/lib -lgtkhtml-1.1 -Wl,-E -L%%LOCALBASE%%/lib -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -lgdk_pixbuf -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -liconv -Wl,-E -L%%LOCALBASE%%/lib -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm" -GTKHTML_INCLUDEDIR="-I%%PREFIX%%/include -I%%PREFIX%%/include/gtkhtml-1.1 -I%%LOCALBASE%%/include/gdk-pixbuf-1.0 -I%%LOCALBASE%%/include/gtk12 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/gnome-1.0 -I%%LOCALBASE%%/include/freetype2 -DNEED_GNOMESUPPORT_H -I%%LOCALBASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/gnome-xml -I%%LOCALBASE%%/include/libglade-1.0 -I%%LOCALBASE%%/include/gconf/1 -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/gtk12 -DGTKHTML_HAVE_GCONF" -GTKHTML_DATADIR="%%PREFIX%%/share" -MODULE_VERSION="%%VERSION%%" diff --git a/www/gtkhtml/files/patch-af b/www/gtkhtml/files/patch-af deleted file mode 100644 index 473c4820bbcf..000000000000 --- a/www/gtkhtml/files/patch-af +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Mar 31 13:06:33 2003 -+++ configure Fri Apr 4 22:43:24 2003 -@@ -5895,6 +5895,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7736,7 +7737,7 @@ - - if test "x$enable_xim" = "xyes"; then - BACKUP_LDFLAGS=$LDFLAGS -- LDFLAGS="$LDFLAGS `gtk-config --libs`" -+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`" - echo $ac_n "checking for gdk_im_begin""... $ac_c" 1>&6 - echo "configure:7742: checking for gdk_im_begin" >&5 - if eval "test \"`echo '$''{'ac_cv_func_gdk_im_begin'+set}'`\" = set"; then diff --git a/www/gtkhtml/files/patch-components::http-editor::popup.c b/www/gtkhtml/files/patch-components::http-editor::popup.c deleted file mode 100644 index ad7a02fe2ce8..000000000000 --- a/www/gtkhtml/files/patch-components::http-editor::popup.c +++ /dev/null @@ -1,10 +0,0 @@ ---- components/html-editor/popup.c.orig Thu Jan 23 16:44:21 2003 -+++ components/html-editor/popup.c Sat Aug 14 00:58:07 2004 -@@ -496,6 +496,7 @@ - ADD_PROP (PARAGRAPH); - break; - default: -+ break; - } - if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) { - if (cd->format_html) { diff --git a/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in b/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in deleted file mode 100644 index 6f238102e76a..000000000000 --- a/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- components/http-storage-module/Makefile.in 2002/01/22 14:05:48 1.1 -+++ components/http-storage-module/Makefile.in 2002/01/22 14:06:05 -@@ -154,7 +154,7 @@ - INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" -I$(includedir) $(EXTRA_GNOME_CFLAGS) - - --common_ldflags = -avoid-version -+common_ldflags = -avoid-version -module - - bonobo_plugindir = $(PLUGIN_DIR) - bonobo_plugin_LTLIBRARIES = libstorage_http.la diff --git a/www/gtkhtml/files/patch-doc::Makefile.in b/www/gtkhtml/files/patch-doc::Makefile.in deleted file mode 100644 index cc08c2029ff4..000000000000 --- a/www/gtkhtml/files/patch-doc::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/Makefile.in 2002/05/01 09:15:00 1.1 -+++ doc/Makefile.in 2002/05/01 09:16:10 -@@ -151,7 +151,7 @@ - CFLAGS = @CFLAGS@ $(EXTRA_GNOME_CFLAGS) - LDFLAGS = @LDFLAGS@ $(EXTRA_GNOME_LIBS) - --HTML_DIR = $(datadir)/gnome/html -+HTML_DIR = $(prefix)/share/doc/gtkhtml - - TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) - diff --git a/www/gtkhtml/files/patch-po::Makefile.in.in b/www/gtkhtml/files/patch-po::Makefile.in.in deleted file mode 100644 index 42f683d3e699..000000000000 --- a/www/gtkhtml/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/03/25 14:35:10 1.1 -+++ po/Makefile.in.in 2002/03/25 14:35:35 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c b/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c deleted file mode 100644 index 3c1d4e916827..000000000000 --- a/www/gtkhtml/files/patch-src_gtkhtml-propmanager.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gtkhtml-propmanager.c.orig Mon Sep 22 19:08:54 2003 -+++ src/gtkhtml-propmanager.c Mon Sep 22 19:09:24 2003 -@@ -24,6 +24,7 @@ - #include <glib.h> - #include <gnome.h> - -+#ifdef GTKHTML_HAVE_GCONF - - #include "gtkhtml-propmanager.h" - #include "gtkhtml-properties.h" -@@ -611,3 +612,5 @@ - - return propmanager_type; - } -+ -+#endif diff --git a/www/gtkhtml/files/patch-src_htmlcluealigned.c b/www/gtkhtml/files/patch-src_htmlcluealigned.c deleted file mode 100644 index 2cd33d624fee..000000000000 --- a/www/gtkhtml/files/patch-src_htmlcluealigned.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/htmlcluealigned.c.orig Wed Jul 4 14:01:42 2007 -+++ src/htmlcluealigned.c Wed Jul 4 14:01:58 2007 -@@ -26,7 +26,7 @@ - #define ALIGN_BORDER 0 - - --static HTMLClueAlignedClass html_cluealigned_class; -+HTMLClueAlignedClass html_cluealigned_class; - static HTMLClueClass *parent_class = NULL; - - diff --git a/www/gtkhtml/pkg-descr b/www/gtkhtml/pkg-descr deleted file mode 100644 index abb1b154d544..000000000000 --- a/www/gtkhtml/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GtkHTML, a lightweight HTML rendering/printing/editing engine. -It was originally based on KHTMLW, but is now being developed -independently. - -WWW: http://www.gnome.org/ diff --git a/www/gtkhtml/pkg-plist b/www/gtkhtml/pkg-plist deleted file mode 100644 index 946cd317d4c3..000000000000 --- a/www/gtkhtml/pkg-plist +++ /dev/null @@ -1,204 +0,0 @@ -bin/ebrowser -bin/gnome-gtkhtml-editor-1.1 -bin/gtkhtml-properties-capplet -etc/gtkhtmlConf.sh -include/gtkhtml-1.1/gtkhtml/gtkhtml-compat.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-embedded.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-enums.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-im.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-private.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-properties.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-propmanager.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-search.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-stream.h -include/gtkhtml-1.1/gtkhtml/gtkhtml-types.h -include/gtkhtml-1.1/gtkhtml/gtkhtml.h -include/gtkhtml-1.1/gtkhtml/gtkhtmldebug.h -include/gtkhtml-1.1/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml-1.1/gtkhtml/htmlanchor.h -include/gtkhtml-1.1/gtkhtml/htmlbutton.h -include/gtkhtml-1.1/gtkhtml/htmlcheckbox.h -include/gtkhtml-1.1/gtkhtml/htmlclue.h -include/gtkhtml-1.1/gtkhtml/htmlcluealigned.h -include/gtkhtml-1.1/gtkhtml/htmlclueflow.h -include/gtkhtml-1.1/gtkhtml/htmlclueh.h -include/gtkhtml-1.1/gtkhtml/htmlcluev.h -include/gtkhtml-1.1/gtkhtml/htmlcolor.h -include/gtkhtml-1.1/gtkhtml/htmlcolorset.h -include/gtkhtml-1.1/gtkhtml/htmlcursor.h -include/gtkhtml-1.1/gtkhtml/htmldrawqueue.h -include/gtkhtml-1.1/gtkhtml/htmlembedded.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-cut-and-paste.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-images.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-rule.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-table.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-tablecell.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit-text.h -include/gtkhtml-1.1/gtkhtml/htmlengine-edit.h -include/gtkhtml-1.1/gtkhtml/htmlengine-print.h -include/gtkhtml-1.1/gtkhtml/htmlengine-save.h -include/gtkhtml-1.1/gtkhtml/htmlengine-search.h -include/gtkhtml-1.1/gtkhtml/htmlengine.h -include/gtkhtml-1.1/gtkhtml/htmlentity.h -include/gtkhtml-1.1/gtkhtml/htmlenums.h -include/gtkhtml-1.1/gtkhtml/htmlenumutils.h -include/gtkhtml-1.1/gtkhtml/htmlfontmanager.h -include/gtkhtml-1.1/gtkhtml/htmlform.h -include/gtkhtml-1.1/gtkhtml/htmlframe.h -include/gtkhtml-1.1/gtkhtml/htmlframeset.h -include/gtkhtml-1.1/gtkhtml/htmlgdkpainter.h -include/gtkhtml-1.1/gtkhtml/htmlhidden.h -include/gtkhtml-1.1/gtkhtml/htmlhspace.h -include/gtkhtml-1.1/gtkhtml/htmliframe.h -include/gtkhtml-1.1/gtkhtml/htmlimage.h -include/gtkhtml-1.1/gtkhtml/htmlimageinput.h -include/gtkhtml-1.1/gtkhtml/htmlinterval.h -include/gtkhtml-1.1/gtkhtml/htmllinktext.h -include/gtkhtml-1.1/gtkhtml/htmllist.h -include/gtkhtml-1.1/gtkhtml/htmlmap.h -include/gtkhtml-1.1/gtkhtml/htmlobject.h -include/gtkhtml-1.1/gtkhtml/htmlpainter.h -include/gtkhtml-1.1/gtkhtml/htmlplainpainter.h -include/gtkhtml-1.1/gtkhtml/htmlprinter.h -include/gtkhtml-1.1/gtkhtml/htmlradio.h -include/gtkhtml-1.1/gtkhtml/htmlreplace.h -include/gtkhtml-1.1/gtkhtml/htmlrule.h -include/gtkhtml-1.1/gtkhtml/htmlsearch.h -include/gtkhtml-1.1/gtkhtml/htmlselect.h -include/gtkhtml-1.1/gtkhtml/htmlselection.h -include/gtkhtml-1.1/gtkhtml/htmlsettings.h -include/gtkhtml-1.1/gtkhtml/htmlshape.h -include/gtkhtml-1.1/gtkhtml/htmlstack.h -include/gtkhtml-1.1/gtkhtml/htmlstringtokenizer.h -include/gtkhtml-1.1/gtkhtml/htmltable.h -include/gtkhtml-1.1/gtkhtml/htmltablecell.h -include/gtkhtml-1.1/gtkhtml/htmltablepriv.h -include/gtkhtml-1.1/gtkhtml/htmltext.h -include/gtkhtml-1.1/gtkhtml/htmltextarea.h -include/gtkhtml-1.1/gtkhtml/htmltextinput.h -include/gtkhtml-1.1/gtkhtml/htmltextslave.h -include/gtkhtml-1.1/gtkhtml/htmltokenizer.h -include/gtkhtml-1.1/gtkhtml/htmltype.h -include/gtkhtml-1.1/gtkhtml/htmltypes.h -include/gtkhtml-1.1/gtkhtml/htmlundo-action.h -include/gtkhtml-1.1/gtkhtml/htmlundo.h -include/gtkhtml-1.1/gtkhtml/htmlvspace.h -lib/bonobo/plugin/libstorage_http.a -lib/bonobo/plugin/libstorage_http.la -lib/bonobo/plugin/libstorage_http.so -lib/libgtkhtml-1.1.a -lib/libgtkhtml-1.1.la -lib/libgtkhtml-1.1.so -lib/libgtkhtml-1.1.so.3 -libdata/pkgconfig/gtkhtml-1.1.pc -share/control-center/Documents/gtkhtml-properties.desktop -%%DOCSDIR%%/gtkhtml-decl.txt -%%DOCSDIR%%/gtkhtml-sections.txt -%%DOCSDIR%%/gtkhtml.hierarchy -%%DOCSDIR%%/gtkhtml.sgml -%%DOCSDIR%%/gtkhtml.types -share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop -share/gnome/ui/GNOME_GtkHTML_Editor.xml -share/gtkhtml-1.1/Editor.idl -share/gtkhtml-1.1/gtkhtml-capplet.glade -share/gtkhtml-1.1/gtkhtml-editor-properties.glade -share/gtkhtml-1.1/icons/16_copy.png -share/gtkhtml-1.1/icons/16_cut.png -share/gtkhtml-1.1/icons/16_paste.png -share/gtkhtml-1.1/icons/24_copy.png -share/gtkhtml-1.1/icons/24_cut.png -share/gtkhtml-1.1/icons/24_paste.png -share/gtkhtml-1.1/icons/bulb.png -share/gtkhtml-1.1/icons/empty_image.png -share/gtkhtml-1.1/icons/flowers.png -share/gtkhtml-1.1/icons/html-viewer.png -share/gtkhtml-1.1/icons/insert-image-16.png -share/gtkhtml-1.1/icons/insert-image-24.png -share/gtkhtml-1.1/icons/insert-link-16.png -share/gtkhtml-1.1/icons/insert-link-24.png -share/gtkhtml-1.1/icons/insert-object-16.png -share/gtkhtml-1.1/icons/insert-object-24.png -share/gtkhtml-1.1/icons/insert-rule-16.png -share/gtkhtml-1.1/icons/insert-rule-24.png -share/gtkhtml-1.1/icons/insert-table-16.png -share/gtkhtml-1.1/icons/insert-table-24.png -share/gtkhtml-1.1/icons/paper.png -share/gtkhtml-1.1/icons/properties-16.png -share/gtkhtml-1.1/icons/rect.png -share/gtkhtml-1.1/icons/redo-16.png -share/gtkhtml-1.1/icons/redo-24.png -share/gtkhtml-1.1/icons/rule-blue-center.png -share/gtkhtml-1.1/icons/rule-blue-left.png -share/gtkhtml-1.1/icons/rule-blue-right.png -share/gtkhtml-1.1/icons/rule-yellow-flowers-center.png -share/gtkhtml-1.1/icons/rule-yellow-flowers-left.png -share/gtkhtml-1.1/icons/rule-yellow-flowers-right.png -share/gtkhtml-1.1/icons/search-16.png -share/gtkhtml-1.1/icons/search-24.png -share/gtkhtml-1.1/icons/search-and-replace-16.png -share/gtkhtml-1.1/icons/search-and-replace-24.png -share/gtkhtml-1.1/icons/smiley-1.png -share/gtkhtml-1.1/icons/smiley-10.png -share/gtkhtml-1.1/icons/smiley-11.png -share/gtkhtml-1.1/icons/smiley-2.png -share/gtkhtml-1.1/icons/smiley-3.png -share/gtkhtml-1.1/icons/smiley-4.png -share/gtkhtml-1.1/icons/smiley-5.png -share/gtkhtml-1.1/icons/smiley-6.png -share/gtkhtml-1.1/icons/smiley-8.png -share/gtkhtml-1.1/icons/smiley-9.png -share/gtkhtml-1.1/icons/texture.png -share/gtkhtml-1.1/icons/transparent.png -share/gtkhtml-1.1/icons/undo-16.png -share/gtkhtml-1.1/icons/undo-24.png -share/gtkhtml-1.1/keybindingsrc.emacs -share/gtkhtml-1.1/keybindingsrc.ms -share/gtkhtml-1.1/keybindingsrc.xemacs -share/locale/az/LC_MESSAGES/gtkhtml.mo -share/locale/ca/LC_MESSAGES/gtkhtml.mo -share/locale/cs/LC_MESSAGES/gtkhtml.mo -share/locale/da/LC_MESSAGES/gtkhtml.mo -share/locale/de/LC_MESSAGES/gtkhtml.mo -share/locale/el/LC_MESSAGES/gtkhtml.mo -share/locale/es/LC_MESSAGES/gtkhtml.mo -share/locale/et/LC_MESSAGES/gtkhtml.mo -share/locale/eu/LC_MESSAGES/gtkhtml.mo -share/locale/fi/LC_MESSAGES/gtkhtml.mo -share/locale/fr/LC_MESSAGES/gtkhtml.mo -share/locale/gl/LC_MESSAGES/gtkhtml.mo -share/locale/hu/LC_MESSAGES/gtkhtml.mo -share/locale/it/LC_MESSAGES/gtkhtml.mo -share/locale/ja/LC_MESSAGES/gtkhtml.mo -share/locale/ko/LC_MESSAGES/gtkhtml.mo -share/locale/lt/LC_MESSAGES/gtkhtml.mo -share/locale/lv/LC_MESSAGES/gtkhtml.mo -share/locale/ms/LC_MESSAGES/gtkhtml.mo -share/locale/nl/LC_MESSAGES/gtkhtml.mo -share/locale/nn/LC_MESSAGES/gtkhtml.mo -share/locale/no/LC_MESSAGES/gtkhtml.mo -share/locale/pl/LC_MESSAGES/gtkhtml.mo -share/locale/pt/LC_MESSAGES/gtkhtml.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml.mo -share/locale/ru/LC_MESSAGES/gtkhtml.mo -share/locale/sk/LC_MESSAGES/gtkhtml.mo -share/locale/sl/LC_MESSAGES/gtkhtml.mo -share/locale/sv/LC_MESSAGES/gtkhtml.mo -share/locale/tr/LC_MESSAGES/gtkhtml.mo -share/locale/uk/LC_MESSAGES/gtkhtml.mo -share/locale/vi/LC_MESSAGES/gtkhtml.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml.mo -share/oaf/GNOME_GtkHTML_EBrowser.oaf -share/oaf/GNOME_GtkHTML_Editor.oaf -@dirrm share/gtkhtml-1.1/icons -@dirrm share/gtkhtml-1.1 -@dirrm %%DOCSDIR%%/gtkhtml -@dirrm %%DOCSDIR%% -@dirrm include/gtkhtml-1.1/gtkhtml -@dirrm include/gtkhtml-1.1 diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index d7b9c0d32561..d36b27a0d7f9 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -197,7 +197,6 @@ SUBDIR += py-Pmw SUBDIR += py-SciParam SUBDIR += py-fltk - SUBDIR += py-gnome SUBDIR += py-gnome-desktop SUBDIR += py-gnome-extras SUBDIR += py-gnome2 diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index 41caf0060769..e94a2520c848 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= php-gtk PORTVERSION= 1.0.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits MASTER_SITES= http://gtk.php.net/distributions/ \ http://document-root.de/mirror/php-gtk/ @@ -29,8 +29,7 @@ WRKSRC=${WRKDIR}/php_gtk-${PORTVERSION} PORTSCOUT= limit:^1\. OPTIONS= LIBGLADE "GladeXML support in php-gtk" on \ - GDK_PIXBUF "Enable pixbuf support" on \ - GTKHTML "Enable Gtkhtml support" on + GDK_PIXBUF "Enable pixbuf support" on .include <bsd.port.pre.mk> @@ -58,15 +57,6 @@ PLIST_SUB+= GDKPIXBUF="" PLIST_SUB+= GDKPIXBUF="@comment " .endif -.if !defined(WITHOUT_GTKHTML) -USE_GNOME+= gtkhtml -CONFIGURE_ARGS+= --enable-gtkhtml -ENVSCE+= -DHAVE_HTML=1 -I${LOCALBASE}/include/gal-1.0 # -DPHP_GTK_COMPILE_DL_GTKHTML=1 -DGTKHTML_HAVE_GCONF=1 -I${LOCALBASE}/include/gal-1.0 -PLIST_SUB+= GTKHTML="" -.else -PLIST_SUB+= GTKHTML="@comment " -.endif - PLIST_SUB+= PHPEXTDIR="${PHP_EXT_DIR}" CONFIGURE_ENV= CPPFLAGS="${ENVSCE}" diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile deleted file mode 100644 index e6614c1fbc98..000000000000 --- a/x11-toolkits/py-gnome/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: py-gnome -# Date created: 3/14/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gnome -PORTVERSION= 1.4.4 -PORTREVISION= 12 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python/1.4 -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A set of Python bindings for GNOME - -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gtkhtml gnometarget pygtk -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ - --with-gnome-config=${LOCALBASE}/bin/gnome-config \ - --with-gtkhtml - -EG_SRC_DIR= ${WRKSRC}/pygnome/examples -EG_DST_DIR= ${EXAMPLESDIR} - -CONFLICTS= py*-gnome-2* - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ - ${WRKSRC}/configure ${WRKSRC}/pygtk/configure - -.if !defined(NOPORTEXAMPLES) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 - ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gnome/distinfo b/x11-toolkits/py-gnome/distinfo deleted file mode 100644 index 790717de532e..000000000000 --- a/x11-toolkits/py-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/gnome-python-1.4.4.tar.bz2) = b5069c8ac77ba7ad991afceeab332319 -SHA256 (gnome/gnome-python-1.4.4.tar.bz2) = 4ed42a6fbfddaf8500412b3f0331168a88c8c275dcc54c3963b38c4a63eeda7c -SIZE (gnome/gnome-python-1.4.4.tar.bz2) = 550412 diff --git a/x11-toolkits/py-gnome/files/patch-ab b/x11-toolkits/py-gnome/files/patch-ab deleted file mode 100644 index 103fec3cf319..000000000000 --- a/x11-toolkits/py-gnome/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Sep 13 23:01:39 1999 -+++ Makefile.in Mon Sep 13 23:01:45 1999 -@@ -94,7 +94,7 @@ - pyexecdir = @pyexecdir@ - pythondir = @pythondir@ - --SUBDIRS = macros pygtk pygnome -+SUBDIRS = macros pygnome - - EXTRA_DIST = gnome-python.spec - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-toolkits/py-gnome/files/patch-configure b/x11-toolkits/py-gnome/files/patch-configure deleted file mode 100644 index 7865ce50d7f9..000000000000 --- a/x11-toolkits/py-gnome/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Jan 3 15:20:36 2002 -+++ configure Sun Jul 14 15:25:29 2002 -@@ -6322,6 +6322,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-toolkits/py-gnome/files/patch-pygtk::configure b/x11-toolkits/py-gnome/files/patch-pygtk::configure deleted file mode 100644 index d3a68b8efcfa..000000000000 --- a/x11-toolkits/py-gnome/files/patch-pygtk::configure +++ /dev/null @@ -1,61 +0,0 @@ - -$FreeBSD$ - ---- pygtk/configure.orig Sat Aug 24 10:37:08 2002 -+++ pygtk/configure Wed Aug 28 20:20:53 2002 -@@ -7372,6 +7372,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8888,6 +8889,7 @@ - #line $LINENO "configure" - #include "confdefs.h" - $ac_includes_default -+#include <Python.h> - #include <arrayobject.h> - _ACEOF - rm -f conftest.$ac_objext -@@ -8918,6 +8920,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+#include <Python.h> - #include <arrayobject.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -@@ -8999,6 +9002,7 @@ - #line $LINENO "configure" - #include "confdefs.h" - $ac_includes_default -+#include <Python.h> - #include <Extensions/arrayobject.h> - _ACEOF - rm -f conftest.$ac_objext -@@ -9029,6 +9033,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+#include <Python.h> - #include <Extensions/arrayobject.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -@@ -9110,6 +9115,7 @@ - #line $LINENO "configure" - #include "confdefs.h" - $ac_includes_default -+#include <Python.h> - #include <Numeric/arrayobject.h> - _ACEOF - rm -f conftest.$ac_objext -@@ -9140,6 +9146,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+#include <Python.h> - #include <Numeric/arrayobject.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 diff --git a/x11-toolkits/py-gnome/pkg-descr b/x11-toolkits/py-gnome/pkg-descr deleted file mode 100644 index 5bf5bd7955a0..000000000000 --- a/x11-toolkits/py-gnome/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME - ==================================== - Author: James Henstridge <james@daa.com.au> - - This is a set of bindings for the GNOME libraries for use with python. - -WWW: http://www.pygtk.org/ --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gnome/pkg-plist b/x11-toolkits/py-gnome/pkg-plist deleted file mode 100644 index 99b37f9a7c1b..000000000000 --- a/x11-toolkits/py-gnome/pkg-plist +++ /dev/null @@ -1,93 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-1.2/_cappletmodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_cappletmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gladegnomemodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gladegnomemodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gnomemodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gnomemodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gnomeuimodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gnomeuimodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkhtmlmodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkhtmlmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkxmhtmlmodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkxmhtmlmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/_zvtmodule.la -%%PYTHON_SITELIBDIR%%/gtk-1.2/_zvtmodule.so -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/affine.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/affine.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/affine.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/capplet.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/capplet.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/capplet.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/config.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/config.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/config.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/file.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/file.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/file.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/help.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/help.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/help.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/history.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/history.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/history.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/metadata.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/metadata.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/metadata.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/mime.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/mime.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/mime.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/score.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/score.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/score.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/triggers.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/triggers.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/triggers.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/ui.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/ui.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/ui.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/uiconsts.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/uiconsts.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/uiconsts.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/url.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/url.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/url.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/util.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/util.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/util.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/xmhtml.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/xmhtml.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/xmhtml.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/zvt.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/zvt.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gnome/zvt.pyo -%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkhtml.py -%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkhtml.pyc -%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkhtml.pyo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/about.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bookmarks-applet.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/canvas-example.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/canvas.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clock-applet.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorpicker.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dial.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fifteen.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gtkhtml_demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/html_demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stock_demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ted_demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uiinfo_demo.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zterm.py -share/pygtk/1.2/defs/applet.defs -share/pygtk/1.2/defs/capplet.defs -share/pygtk/1.2/defs/gnome-enums.defs -share/pygtk/1.2/defs/gnome.defs -share/pygtk/1.2/defs/gnomeui.defs -share/pygtk/1.2/defs/gtkhtml.defs -share/pygtk/1.2/defs/xmhtml.defs -share/pygtk/1.2/defs/zvt.defs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-1.2/gnome diff --git a/x11/Makefile b/x11/Makefile index 7228988f11db..6e8bfe5d43fe 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -173,7 +173,6 @@ SUBDIR += libXxf86dga SUBDIR += libXxf86misc SUBDIR += libXxf86vm - SUBDIR += libcapplet SUBDIR += libdmx SUBDIR += libdnd SUBDIR += libexo @@ -305,7 +304,6 @@ SUBDIR += wmdrawer SUBDIR += wmfstatus SUBDIR += wmmatrix - SUBDIR += wmmenu SUBDIR += wmmsg SUBDIR += wmoldmenu2new SUBDIR += wmxss diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 5be4bf93eac4..27ae7bd199f7 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdkxft PORTVERSION= 1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= SF @@ -18,25 +18,16 @@ LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft USE_AUTOTOOLS= libtool USE_GNOME= gtk12 -WANT_GNOME= yes USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnuregex -liconv" \ CFLAGS="${CFLAGS} `pkg-config xft --cflags`" -CONFIGURE_ARGS= --sbindir=${PREFIX}/bin +CONFIGURE_ARGS= --sbindir=${PREFIX}/bin \ + --without-gnome USE_LDCONFIG= yes MAN8= gdkxft_sysinstall.8 -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibglade}!="" && ${HAVE_GNOME:Mlibcapplet}!="" -USE_GNOME+= gnomeprefix libglade libcapplet -PKGNAMESUFFIX= -gnome -.else -CONFIGURE_ARGS+= --without-gnome -.endif - post-patch: @${REINPLACE_CMD} -e 's|gtk-config --prefix|$$GTK_CONFIG --prefix|g ; \ s|libgdk.la|libgdk-12.so|g ; \ @@ -58,4 +49,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/gdkxft/pkg-plist b/x11/gdkxft/pkg-plist index 17aff6656a3b..64e82201a818 100644 --- a/x11/gdkxft/pkg-plist +++ b/x11/gdkxft/pkg-plist @@ -1,13 +1,7 @@ -%%GNOME:%%bin/gdkxft-capplet bin/gdkxft_sysinstall etc/gdkxft.conf lib/libgdkxft.a lib/libgdkxft.la lib/libgdkxft.so %%PORTDOCS%%share/doc/gdkxft/README -%%GNOME:%%share/apps/Settings/UIOptions/gdkxft.desktop -%%GNOME:%%share/control-center/UIOptions/gdkxft.desktop -%%GNOME:%%share/gdkxft/gdkxft-capplet.glade -%%GNOME:%%share/pixmaps/gdkxft.png -%%GNOME:%%@dirrm share/gdkxft %%PORTDOCS%%@dirrm share/doc/gdkxft diff --git a/x11/libcapplet/Makefile b/x11/libcapplet/Makefile deleted file mode 100644 index cfcbd8fc34c9..000000000000 --- a/x11/libcapplet/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libcapplet -# Date created: 10 July 2002 -# Whom: Maxim Soboleb <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/libcapplet/Makefile,v 1.7 2007/05/19 21:36:29 marcus Exp $ -# - -PORTNAME= libcapplet -PORTVERSION= 1.4.0.5 -PORTREVISION= 13 -CATEGORIES= x11 gnome -MASTER_SITES= http://people.freebsd.org/~sobomax/ -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for writing custom applets for GNOME Control Center - -USE_BZIP2= yes -USE_GNOME= gnomelibs -USE_LDCONFIG= yes -MAKE_ENV= LDFLAGS="${LDFLAGS}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800000 -BROKEN= does not build on 8.X -.endif - -post-build: - @${REINPLACE_CMD} -e 's/-lgnugetopt //' ${WRKSRC}/cappletConf.sh - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libcapplet.so.5 ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/libcapplet.a ${PREFIX}/lib - ${LN} -sf libcapplet.so.5 ${PREFIX}/lib/libcapplet.so - ${MKDIR} ${PREFIX}/include/libcapplet1 - ${INSTALL_DATA} ${WRKSRC}/capplet-widget.h \ - ${PREFIX}/include/libcapplet1 - ${MKDIR} ${PREFIX}/share/idl - ${INSTALL_DATA} ${WRKSRC}/control-center.idl ${PREFIX}/share/idl - ${INSTALL_SCRIPT} ${WRKSRC}/cappletConf.sh ${PREFIX}/etc - -.include <bsd.port.post.mk> diff --git a/x11/libcapplet/distinfo b/x11/libcapplet/distinfo deleted file mode 100644 index 5c72444c1533..000000000000 --- a/x11/libcapplet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/libcapplet-1.4.0.5.tar.bz2) = eeffa3f60ca0c253915ae6fb60cabf09 -SHA256 (gnome/libcapplet-1.4.0.5.tar.bz2) = 33dc45a2b1f0c4a974a4a548f6906eeda132b390527b12fda31c2caac40f7635 -SIZE (gnome/libcapplet-1.4.0.5.tar.bz2) = 6023 diff --git a/x11/libcapplet/files/patch-Makefile b/x11/libcapplet/files/patch-Makefile deleted file mode 100644 index e3f3e1d7fdcb..000000000000 --- a/x11/libcapplet/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig 2002-07-10 14:32:05.000000000 +0200 -+++ Makefile 2008-04-12 14:10:37.000000000 +0200 -@@ -7,14 +7,14 @@ - SRCS= capplet-widget-libs.c capplet-widget.c capplet-widget-libs.h \ - capplet-widget.h control-center-common.c control-center-skels.c \ - control-center-stubs.c control-center.h --CFLAGS+=-I. -I${X11BASE}/include -I${X11BASE}/include/gtk12 \ -- -I${X11BASE}/include/gnome-1.0 -I${LOCALBASE}/include \ -+CFLAGS+=-I. -I${LOCALBASE}/include -I${LOCALBASE}/include/gtk12 \ -+ -I${LOCALBASE}/include/gnome-1.0 -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/glib12 -I${LOCALBASE}/include/orbit-1.0 --LDADD+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lORBitCosNaming -lORBit -lIIOP \ -- -lORBitutil -lglib12 -lwrap -lm -lgnorba -lXpm -ljpeg -lgnomeui \ -- -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 \ -- -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl \ -- -lesd -lgnugetopt -laudiofile -+LDADD+= -L${LOCALBASE}/lib -lORBitCosNaming -lORBit -lIIOP \ -+ -lORBitutil -lglib-12 -lwrap -lm -lgnorba -lXpm -ljpeg -lgnomeui \ -+ -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk-12 \ -+ -lgdk-12 -lgmodule-12 -lXext -lX11 -lgnome -lgnomesupport -lintl \ -+ -lesd ${LDFLAGS} -laudiofile - - CLEANFILES+=control-center-common.c control-center-skels.c \ - control-center-stubs.c control-center.h cappletConf.sh \ diff --git a/x11/libcapplet/files/patch-cappletConf.sh.in b/x11/libcapplet/files/patch-cappletConf.sh.in deleted file mode 100644 index b146abff2089..000000000000 --- a/x11/libcapplet/files/patch-cappletConf.sh.in +++ /dev/null @@ -1,10 +0,0 @@ ---- cappletConf.sh.in.orig 2002-07-10 14:42:31.000000000 +0200 -+++ cappletConf.sh.in 2008-04-12 14:12:31.000000000 +0200 -@@ -1,4 +1,4 @@ --CAPPLET_LIBDIR="-Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib" --CAPPLET_LIBS="-lcapplet -Wl,-E -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -lgnugetopt -laudiofile -lm -lglib12 -L%%LOCALBASE%%/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lgnorba" --CAPPLET_INCLUDEDIR="-I%%X11BASE%%/include/libcapplet1 -I%%X11BASE%%/include/gnome-1.0 -I%%X11BASE%%/include -DNEED_GNOMESUPPORT_H -I%%X11BASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%X11BASE%%/include/gtk12" -+CAPPLET_LIBDIR="-Wl,-E -L%%LOCALBASE%%/lib" -+CAPPLET_LIBS="-lcapplet -Wl,-E -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk-12 -lgdk-12 -lgmodule-12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -lgnugetopt -laudiofile -lm -lglib-12 -L%%LOCALBASE%%/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib-12 -lwrap -lm -lgnorba" -+CAPPLET_INCLUDEDIR="-I%%LOCALBASE%%/include/libcapplet1 -I%%LOCALBASE%%/include/gnome-1.0 -I%%LOCALBASE%%/include -DNEED_GNOMESUPPORT_H -I%%LOCALBASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/gtk12" - MODULE_VERSION="capplet-1.4.0.5" diff --git a/x11/libcapplet/pkg-descr b/x11/libcapplet/pkg-descr deleted file mode 100644 index f2ba80523ee4..000000000000 --- a/x11/libcapplet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Small library for writing custom applets for GNOME Control Center. - -WWW: http://www.gnome.org/ diff --git a/x11/libcapplet/pkg-plist b/x11/libcapplet/pkg-plist deleted file mode 100644 index 906f23b6cdfc..000000000000 --- a/x11/libcapplet/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -etc/cappletConf.sh -include/libcapplet1/capplet-widget.h -lib/libcapplet.a -lib/libcapplet.so -lib/libcapplet.so.5 -share/idl/control-center.idl -@dirrm include/libcapplet1 diff --git a/x11/wmmenu/Makefile b/x11/wmmenu/Makefile deleted file mode 100644 index 0c17cb6c8c9e..000000000000 --- a/x11/wmmenu/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: wmmenu -# Date created: 16 November 2000 -# Whom: Jeremy <karlj000@unbc.ca> -# -# $FreeBSD$ -# - -PORTNAME= wmmenu -PORTVERSION= 1.2 -PORTREVISION= 9 -CATEGORIES= x11 gnome -MASTER_SITES= http://www.fcoutant.freesurf.fr/download/ - -MAINTAINER= karlj000@unbc.ca -COMMENT= A popup menu of icons that launch programs for the WindowMaker dock - -LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp - -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GNOME= libcapplet gdkpixbuf -USE_GMAKE= yes - -MAN1= wmmenu.1 - -post-patch: - @${MV} ${WRKSRC}/example/defaults ${WRKSRC}/example/defaults.presed - @${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/example/defaults.presed \ - > ${WRKSRC}/example/defaults - -post-install: -.ifndef(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/wmmenu - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmmenu - ${INSTALL_DATA} ${WRKSRC}/example/apps ${PREFIX}/share/doc/wmmenu/apps.sample - ${INSTALL_DATA} ${WRKSRC}/example/defaults ${PREFIX}/share/doc/wmmenu/defaults.sample -.endif - @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${PKGMESSAGE} | ${SED} -e 's#%%PORTNAME%%#${PORTNAME}#g' - -.include <bsd.port.mk> diff --git a/x11/wmmenu/distinfo b/x11/wmmenu/distinfo deleted file mode 100644 index 441acbe01632..000000000000 --- a/x11/wmmenu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (wmmenu-1.2.tar.gz) = 0cc8970ff54182a08fe848d65546f70f -SHA256 (wmmenu-1.2.tar.gz) = c2270fdd636e82bcddbd3a43c4ae7b8dc2f5f0f8890cf8f404ce024d5f7dab87 -SIZE (wmmenu-1.2.tar.gz) = 32845 diff --git a/x11/wmmenu/files/patch-Makefile b/x11/wmmenu/files/patch-Makefile deleted file mode 100644 index fb20c04d5c31..000000000000 --- a/x11/wmmenu/files/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.orig Sat Dec 2 22:42:40 2006 -+++ Makefile Sat Dec 2 22:43:21 2006 -@@ -1,3 +1,4 @@ -+PREFIX ?= /usr/local - prefix = $(PREFIX) - BINDIR = $(prefix)/bin - MANDIR = $(prefix)/man -@@ -7,8 +8,8 @@ - GDKPIXBUF = 1 - #GDKPIXBUF2 = 1 - --XROOT = /usr/X11R6 --DAROOT = /usr/local -+XROOT = $(LOCALBASE) -+DAROOT = $(LOCALBASE) - - # If you want to use gdk-pixbuf, pass GDKPIXBUF=1 to make command - ifdef GDKPIXBUF diff --git a/x11/wmmenu/files/patch-aa b/x11/wmmenu/files/patch-aa deleted file mode 100644 index a13d5a43a897..000000000000 --- a/x11/wmmenu/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- example/apps.Dist Sat Aug 5 00:40:31 2000 -+++ example/apps Sun Nov 19 18:32:02 2000 -@@ -4,8 +4,6 @@ - - "GNUstep.xpm" Menu title - "linuxterm.xpm" xterm -T Terminal -name terminal -geometry 80x50 & --"HomeNeighborOpen.xpm" xterm -T "Login terminal" -name loginxterm -e bin/rloginsession & --"FileManager.xpm" xterm -T "Midnight Commander" -name mc -geometry 100x50 -sl 1000 -e mc -c & - "mixer.xpm" gaumix & - "HP-16C-48.xpm" kcalc & - diff --git a/x11/wmmenu/files/patch-ab b/x11/wmmenu/files/patch-ab deleted file mode 100644 index 0c675beff9cc..000000000000 --- a/x11/wmmenu/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- example/defaults.Dist Sat Aug 5 00:40:06 2000 -+++ example/defaults Sun Nov 19 18:28:53 2000 -@@ -12,4 +12,10 @@ - - xpmpath /usr/local/share/WindowMaker/Icons - xpmpath /usr/local/share/pixmaps -+ -+xpmpath %%PREFIX%%/share/WindowMaker/Backgrounds -+xpmpath %%PREFIX%%/share/WindowMaker/Icons -+xpmpath %%PREFIX%%/share/WindowMaker/Pixmaps -+xpmpath %%PREFIX%%/include/X11/pixmaps -+ - tile tile2.xpm diff --git a/x11/wmmenu/files/patch-ac b/x11/wmmenu/files/patch-ac deleted file mode 100644 index 9dcbd06f4d5d..000000000000 --- a/x11/wmmenu/files/patch-ac +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig Sun Dec 2 21:01:18 2001 -+++ Makefile Sun Dec 2 21:01:49 2001 -@@ -1,4 +1,5 @@ --prefix = /usr/local -+PREFIX ?= /usr/local -+prefix = $(PREFIX) - BINDIR = $(prefix)/bin - MANDIR = $(prefix)/man - ETCDIR = $(prefix)/etc diff --git a/x11/wmmenu/pkg-descr b/x11/wmmenu/pkg-descr deleted file mode 100644 index 5081307150ad..000000000000 --- a/x11/wmmenu/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A dockapp for WindowMaker that provides a popup menu of icons that launch -applications, like in AfterStep. The program can be run more than once at -the same time, which allows many different menus, each one described in a -separate file. - -WWW: http://www.fcoutant.freesurf.fr/wmmenu.html - -Jeremy -karlj000@unbc.ca diff --git a/x11/wmmenu/pkg-message b/x11/wmmenu/pkg-message deleted file mode 100644 index 84fbe4fef4df..000000000000 --- a/x11/wmmenu/pkg-message +++ /dev/null @@ -1 +0,0 @@ -Read man page on "%%PORTNAME%%" and see samples in %%PREFIX%%/share/doc/wmmenu for info on configuring this dockapp. diff --git a/x11/wmmenu/pkg-plist b/x11/wmmenu/pkg-plist deleted file mode 100644 index d9862995df78..000000000000 --- a/x11/wmmenu/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/wmmenu -%%PORTDOCS%%%%DOCSDIR%%/apps.sample -%%PORTDOCS%%%%DOCSDIR%%/defaults.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |