diff options
48 files changed, 7 insertions, 1077 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 19fddd6a42a6..f60f1ecfa2be 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -7065,7 +7065,6 @@ maradns ports/dns/maradns marathon-evil ports/games/marathon-evil marathon2-data ports/games/marathon2-data markdown ports/textproc/markdown -marlin ports/audio/marlin mars ports/cad/mars mars_nwe ports/net/mars_nwe marsnomercy ports/games/marsnomercy @@ -7160,7 +7159,6 @@ meqcc ports/games/meqcc mercator ports/devel/mercator mercurial ports/devel/mercurial mercury ports/net-im/mercury -mergeant ports/databases/mergeant mergelog ports/www/mergelog merlin ports/games/merlin merlinmon ports/net/merlinmon @@ -11509,7 +11507,6 @@ pecl-mailparse ports/mail/pecl-mailparse pecl-memcache ports/databases/pecl-memcache pecl-mnogosearch ports/www/pecl-mnogosearch pecl-operator ports/devel/pecl-operator -pecl-paradox ports/databases/pecl-paradox pecl-pdflib ports/print/pecl-pdflib pecl-pecl_http ports/www/pecl-pecl_http pecl-perl ports/lang/pecl-perl @@ -15970,7 +15967,6 @@ x2vnc ports/x11-servers/x2vnc x2x ports/x11-servers/x2x x3270 ports/x11/x3270 x48 ports/emulators/x48 -x4x ports/audio/x4x x86info ports/sysutils/x86info xabacus ports/games/xabacus xacpim ports/sysutils/xacpim @@ -16736,7 +16732,6 @@ yamcha ports/textproc/yamcha yammi ports/audio/yammi yamsweeper ports/games/yamsweeper yamt ports/audio/yamt -yank ports/deskutils/yank yap ports/graphics/yap yape ports/emulators/yape yaph ports/net/yaph @@ -16898,7 +16893,6 @@ zh-scim-chewing ports/chinese/scim-chewing zh-scim-pinyin ports/chinese/scim-pinyin zh-scim-tables ports/chinese/scim-tables zh-srecite ports/chinese/srecite -zh-tatter-tools ports/chinese/tatter-tools zh-tcl ports/chinese/tcl83 zh-tcl83 ports/chinese/tcl83 zh-telnet ports/chinese/telnet @@ -16913,7 +16907,6 @@ zh-unrar ports/chinese/unrar zh-unzip ports/chinese/unzip zh-ve ports/chinese/ve zh-vflib ports/chinese/vflib -zh-vim-scdoc ports/chinese/vim-scdoc zh-wangttf ports/chinese/wangttf zh-wenju ports/chinese/wenju zh-xemacs ports/chinese/xemacs @@ -2905,3 +2905,10 @@ games/bos|games/boswars|2007-04-09|Project name changed mail/p5-Mail-Box1|mail/p5-Mail-Box|2007-04-10|Has expired: obsolete, use mail/p5-Mail-Box instead x11-themes/kde-icons-wasp||2007-04-10|Has expired: Unfetchable x11-themes/kde-icons-sparkling||2007-04-10|Has expired: Unfetchable +audio/x4x||2007-04-10|Has expired: Does not build +audio/marlin||2007-04-10|Has expired: does not build with new nautilus-cd-burner +chinese/tatter-tools||2007-04-10|Has expired: Incorrect pkg-plist +chinese/vim-scdoc||2007-04-10|Has expired: Does not build +databases/mergeant||2007-04-10|Has expired: does not build with new libgnomedb +databases/pecl-paradox||2007-04-10|Has expired: Does not compile +deskutils/yank||2007-04-10|Has expired: Incomplete pkg-plist diff --git a/audio/Makefile b/audio/Makefile index cf722a1d0e3b..db4a32157f3d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -376,7 +376,6 @@ SUBDIR += madplay SUBDIR += malint SUBDIR += maplay - SUBDIR += marlin SUBDIR += mbox SUBDIR += mbrola SUBDIR += mbrolavox @@ -661,7 +660,6 @@ SUBDIR += wsoundprefs SUBDIR += wsoundserver SUBDIR += x11amp - SUBDIR += x4x SUBDIR += xanalyser SUBDIR += xaylet SUBDIR += xcd diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile deleted file mode 100644 index 47515e15ced0..000000000000 --- a/audio/marlin/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: marlin -# Date created: 16 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= marlin -PORTVERSION= 0.9 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= pav@FreeBSD.org -COMMENT= Sample editor for GNOME 2 using Gstreamer backend - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid - -BROKEN= does not build with new nautilus-cd-burner -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburner -USE_GSTREAMER80= flac gconf mad vorbis -INSTALLS_OMF= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lcam" - -GCONF_SCHEMAS= marlin.schemas - -.if !defined(PACKAGE_BUILDING) || defined(WITH_LAME) -USE_GSTREAMER+= lame -.endif - -.include <bsd.port.mk> diff --git a/audio/marlin/distinfo b/audio/marlin/distinfo deleted file mode 100644 index e95e5a0510ad..000000000000 --- a/audio/marlin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (marlin-0.9.tar.gz) = 2b6e43f3e5cc19d677025b04376d332b -SHA256 (marlin-0.9.tar.gz) = f7198cd69d18979b49bb736cd9e0344d0da063313a4304ab5b8c66564f1bd3e3 -SIZE (marlin-0.9.tar.gz) = 1145273 diff --git a/audio/marlin/files/patch-marlin-marlin-channel.h b/audio/marlin/files/patch-marlin-marlin-channel.h deleted file mode 100644 index a099f3cd3e6f..000000000000 --- a/audio/marlin/files/patch-marlin-marlin-channel.h +++ /dev/null @@ -1,10 +0,0 @@ ---- marlin/marlin-channel.h.orig Sat Oct 11 01:02:22 2003 -+++ marlin/marlin-channel.h Sun Nov 16 23:53:22 2003 -@@ -22,6 +22,7 @@ - #ifndef __MARLIN_CHANNEL_H__ - #define __MARLIN_CHANNEL_H__ - -+#include <sys/types.h> - #include <glib.h> - - #include <marlin/marlin-types.h> diff --git a/audio/marlin/files/patch-marlin-marlin-sample-view.c b/audio/marlin/files/patch-marlin-marlin-sample-view.c deleted file mode 100644 index 1b593f512acc..000000000000 --- a/audio/marlin/files/patch-marlin-marlin-sample-view.c +++ /dev/null @@ -1,12 +0,0 @@ ---- marlin/marlin-sample-view.c.orig Tue Jul 12 17:57:56 2005 -+++ marlin/marlin-sample-view.c Wed Jul 13 17:51:32 2005 -@@ -179,6 +179,9 @@ - static void scroll_to (MarlinSampleView *view, - int x); - -+void marlin_sample_view_vzoom_in (MarlinSampleView *view); -+void marlin_sample_view_vzoom_out (MarlinSampleView *view); -+ - /* Stuff to register the coverage enum */ - #define MARLIN_TYPE_COVERAGE (coverage_get_type ()) - static GType diff --git a/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c b/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c deleted file mode 100644 index 3d8ff6e7f04d..000000000000 --- a/audio/marlin/files/patch-src-libegg-egg-toolbar-editor.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/libegg/egg-toolbar-editor.c.orig Sat Jul 3 16:37:44 2004 -+++ src/libegg/egg-toolbar-editor.c Sat Jul 3 16:38:00 2004 -@@ -102,12 +102,12 @@ - static gint - compare_actions (gconstpointer a, gconstpointer b) - { -- g_return_val_if_fail (GTK_IS_ACTION (a), 0); -- g_return_val_if_fail (GTK_IS_ACTION (b), 0); -- - GValue value_a = { 0, }, value_b = { 0, }; - const char *short_label_a, *short_label_b; - int ret; -+ -+ g_return_val_if_fail (GTK_IS_ACTION (a), 0); -+ g_return_val_if_fail (GTK_IS_ACTION (b), 0); - - g_value_init (&value_a, G_TYPE_STRING); - g_object_get_property (G_OBJECT (a), "short_label", &value_a); diff --git a/audio/marlin/files/patch-src-marlin-window.c b/audio/marlin/files/patch-src-marlin-window.c deleted file mode 100644 index 81b37e3c54ae..000000000000 --- a/audio/marlin/files/patch-src-marlin-window.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/marlin-window.c.orig Wed Jul 13 13:06:02 2005 -+++ src/marlin-window.c Wed Jul 13 17:50:41 2005 -@@ -213,6 +213,7 @@ - void marlin_window_set_edit_name (MarlinWindow *window); - void marlin_window_pause_sample (MarlinWindow *window); - void marlin_window_save_sample_as (MarlinWindow *window); -+void marlin_window_repeat_sample (MarlinWindow *window); - - static GtkWindowClass *parent_class = NULL; - static guint signals[LAST_SIGNAL]; diff --git a/audio/marlin/files/patch-src_marlin-cdda-record.c b/audio/marlin/files/patch-src_marlin-cdda-record.c deleted file mode 100644 index 2420b39090a7..000000000000 --- a/audio/marlin/files/patch-src_marlin-cdda-record.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/marlin-cdda-record.c.orig Mon Nov 17 12:45:49 2003 -+++ src/marlin-cdda-record.c Mon Nov 17 12:46:17 2003 -@@ -506,7 +506,7 @@ - if (res) { - if (i > 0) { - char *start_str, *finish_str, *length_str; -- gint64 length = time - time_count;; -+ gint64 length = time - time_count; - char *full; - - cdda->track_starts[i] = time; diff --git a/audio/marlin/files/patch-src_marlin-window-menu.c b/audio/marlin/files/patch-src_marlin-window-menu.c deleted file mode 100644 index 47139a1d85ab..000000000000 --- a/audio/marlin/files/patch-src_marlin-window-menu.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/marlin-window-menu.c.orig Thu Aug 5 12:47:19 2004 -+++ src/marlin-window-menu.c Wed Aug 11 22:06:41 2004 -@@ -634,8 +634,8 @@ - GtkWidget *editor, *dialog; - EphyToolbarsModel *model; - Toolbar *toolbar; -- GtkUIManager *ui_manager = marlin_window_get_menu_merge (MARLIN_WINDOW (data));; - char *xml; -+ GtkUIManager *ui_manager = marlin_window_get_menu_merge (MARLIN_WINDOW (data));; - - toolbar = marlin_window_get_toolbar (MARLIN_WINDOW (data)); - model = marlin_get_toolbars_model (); diff --git a/audio/marlin/pkg-descr b/audio/marlin/pkg-descr deleted file mode 100644 index a9542529ed1c..000000000000 --- a/audio/marlin/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Marlin is a audio sample editor for GNOME 2. It uses Gstreamer as a backend -to provide support for numerous file formats. Marlin can also record -from microphone or rip audio from CD. - -WWW: http://marlin.sourceforge.net/ diff --git a/audio/marlin/pkg-plist b/audio/marlin/pkg-plist deleted file mode 100644 index b5e9fbd59d56..000000000000 --- a/audio/marlin/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/marlin -include/libmarlin/marlin-a11y-helper.h -include/libmarlin/marlin-block.h -include/libmarlin/marlin-cross-fader.h -include/libmarlin/marlin-cursors.h -include/libmarlin/marlin-file.h -include/libmarlin/marlin-file-chooser.h -include/libmarlin/marlin-file-utils.h -include/libmarlin/marlin-gst-extras.h -include/libmarlin/marlin-channel.h -include/libmarlin/marlin-level-ruler.h -include/libmarlin/marlin-load-pipeline.h -include/libmarlin/marlin-marker-model.h -include/libmarlin/marlin-marker-view.h -include/libmarlin/marlin-msgport.h -include/libmarlin/marlin-mt.h -include/libmarlin/marlin-object.h -include/libmarlin/marlin-operation.h -include/libmarlin/marlin-overview-bar.h -include/libmarlin/marlin-pipeline.h -include/libmarlin/marlin-play-pipeline.h -include/libmarlin/marlin-position-spinner.h -include/libmarlin/marlin-program.h -include/libmarlin/marlin-read-write-lock.h -include/libmarlin/marlin-record-pipeline.h -include/libmarlin/marlin-sample.h -include/libmarlin/marlin-sample-drawing.h -include/libmarlin/marlin-sample-element.h -include/libmarlin/marlin-sample-selection.h -include/libmarlin/marlin-sample-view.h -include/libmarlin/marlin-save-pipeline.h -include/libmarlin/marlin-stock.h -include/libmarlin/marlin-time-line.h -include/libmarlin/marlin-types.h -include/libmarlin/marlin-undo-manager.h -include/libmarlin/marlin-undoable.h -include/libmarlin/marlin-utils.h -include/libmarlin/marlin-x-utils.h -lib/libmarlinx.a -lib/libmarlinx.la -lib/libmarlinx.so -lib/libmarlinx.so.0 -lib/libmarlin.a -lib/libmarlin.la -lib/libmarlin.so -lib/libmarlin.so.0 -share/gnome/applications/marlin.desktop -share/gnome/help/marlin/C/figures/marlin-main-window.png -share/gnome/help/marlin/C/figures/new_sample_dialog.png -share/gnome/help/marlin/C/figures/new_sample_dialog_cancel.png -share/gnome/help/marlin/C/figures/new_sample_dialog_create.png -share/gnome/help/marlin/C/figures/new_sample_dialog_help.png -share/gnome/help/marlin/C/figures/new_sample_dialog_channels.png -share/gnome/help/marlin/C/figures/new_sample_dialog_rate.png -share/gnome/help/marlin/C/legal.xml -share/gnome/help/marlin/C/marlin.xml -share/gnome/marlin/ui/marlin.xml -share/gnome/marlin/ui/toolbars.xml -share/gnome/marlin/ui/toolbar-popup-ui.xml -share/gnome/omf/marlin/marlin-C.omf -share/gnome/pixmaps/marlin/hand-open.png -share/gnome/pixmaps/marlin/marlin-cdda-extract.png -share/gnome/pixmaps/marlin/marlin-ffwd.png -share/gnome/pixmaps/marlin/marlin-icon.png -share/gnome/pixmaps/marlin/marlin-logo.png -share/gnome/pixmaps/marlin/marlin-new-sample.png -share/gnome/pixmaps/marlin/marlin-next.png -share/gnome/pixmaps/marlin/marlin-paste-as-new.png -share/gnome/pixmaps/marlin/marlin-pause.png -share/gnome/pixmaps/marlin/marlin-play.png -share/gnome/pixmaps/marlin/marlin-previous.png -share/gnome/pixmaps/marlin/marlin-record.png -share/gnome/pixmaps/marlin/marlin-repeat.png -share/gnome/pixmaps/marlin/marlin-rewind.png -share/gnome/pixmaps/marlin/marlin-selection-grow.png -share/gnome/pixmaps/marlin/marlin-selection-shrink.png -share/gnome/pixmaps/marlin/marlin-select-all.png -share/gnome/pixmaps/marlin/marlin-select-none.png -share/gnome/pixmaps/marlin/marlin-sound-properties.png -share/gnome/pixmaps/marlin/marlin-stop.png -share/gnome/pixmaps/marlin/marlin-zoom-in-h.png -share/gnome/pixmaps/marlin/marlin-zoom-in-v.png -share/gnome/pixmaps/marlin/marlin-zoom-out-h.png -share/gnome/pixmaps/marlin/marlin-zoom-out-v.png -share/locale/ca/LC_MESSAGES/marlin.mo -share/locale/cs/LC_MESSAGES/marlin.mo -share/locale/de/LC_MESSAGES/marlin.mo -share/locale/el/LC_MESSAGES/marlin.mo -share/locale/en_CA/LC_MESSAGES/marlin.mo -share/locale/en_GB/LC_MESSAGES/marlin.mo -share/locale/es/LC_MESSAGES/marlin.mo -share/locale/fr/LC_MESSAGES/marlin.mo -share/locale/ga/LC_MESSAGES/marlin.mo -share/locale/hr/LC_MESSAGES/marlin.mo -share/locale/it/LC_MESSAGES/marlin.mo -share/locale/ko/LC_MESSAGES/marlin.mo -share/locale/nb/LC_MESSAGES/marlin.mo -share/locale/nl/LC_MESSAGES/marlin.mo -share/locale/no/LC_MESSAGES/marlin.mo -share/locale/pa/LC_MESSAGES/marlin.mo -share/locale/pt/LC_MESSAGES/marlin.mo -share/locale/pt_BR/LC_MESSAGES/marlin.mo -share/locale/rw/LC_MESSAGES/marlin.mo -share/locale/sr/LC_MESSAGES/marlin.mo -share/locale/sr@Latn/LC_MESSAGES/marlin.mo -share/locale/sv/LC_MESSAGES/marlin.mo -share/locale/tr/LC_MESSAGES/marlin.mo -share/locale/zh_CN/LC_MESSAGES/marlin.mo -@dirrm share/gnome/pixmaps/marlin -@dirrm share/gnome/omf/marlin -@dirrm share/gnome/marlin/ui -@dirrm share/gnome/marlin -@dirrm share/gnome/help/marlin/C/figures -@dirrm share/gnome/help/marlin/C -@dirrm share/gnome/help/marlin -@dirrm include/libmarlin -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/audio/x4x/Makefile b/audio/x4x/Makefile deleted file mode 100644 index 4e4050221f8e..000000000000 --- a/audio/x4x/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: x4x -# Date created: 09 Apr 2006 -# Whom: Alexander Botero-Lowry <alex@foxybanana.com> -# -# $FreeBSD$ - -PORTNAME= x4x -PORTVERSION= 0.2.1 -CATEGORIES= audio java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= alexbl@FreeBSD.org -COMMENT= X4X for XMMS2 - -BUILD_DEPENDS= ${JAVALIBDIR}/xmms2java.jar:${PORTSDIR}/audio/java-xmms2 \ - ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 \ - ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ - ${JAVALIBDIR}/jcifs.jar:${PORTSDIR}/net/jcifs \ - ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ - ${JAVALIBDIR}/jdom.jar:${PORTSDIR}/java/jdom \ - ${JAVALIBDIR}/jid3lib.jar:${PORTSDIR}/audio/jid3lib - -BROKEN= Does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -USE_JAVA= yes -JAVA_VERSION= 1.4+ -USE_ANT= yes -MAKE_ARGS= -DinstallDir=${JAVASHAREDIR}/X4X \ - -DsharedDir=${JAVASHAREDIR}/X4X \ - -Dprefix=${JAVASHAREDIR} \ - -Dbinary=${PREFIX}/bin/x4x \ - -Dswt=${JAVALIBDIR}/swt.jar \ - -Dxmms2java=${JAVALIBDIR}/xmms2java.jar \ - -Dlog4j=${JAVALIBDIR}/log4j.jar \ - -Djcifs=${JAVALIBDIR}/jcifs.jar \ - -Djunit=${JAVALIBDIR}/junit.jar \ - -Djdom=${JAVALIBDIR}/jdom.jar \ - -Djid3lib=${JAVALIBDIR}/jid3lib.jar - -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/X4X -DATADIR= ${JAVASHAREDIR}/X4X - -do-install: - @cd ${WRKSRC} && ant ${MAKE_ARGS} ${INSTALL_TARGET} - -.include <bsd.port.mk> diff --git a/audio/x4x/distinfo b/audio/x4x/distinfo deleted file mode 100644 index 54bf69df5dc1..000000000000 --- a/audio/x4x/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (x4x-0.2.1-src.tar.bz2) = 795c981999bf304de0049fe3309fe99c -SHA256 (x4x-0.2.1-src.tar.bz2) = 06379ac1f6f280495b72315b6fc4e9415aa185d269577dc98001aef9d4da38d0 -SIZE (x4x-0.2.1-src.tar.bz2) = 1513268 diff --git a/audio/x4x/files/patch-build.xml b/audio/x4x/files/patch-build.xml deleted file mode 100644 index d4ec2b3c57be..000000000000 --- a/audio/x4x/files/patch-build.xml +++ /dev/null @@ -1,13 +0,0 @@ ---- build.xml.orig Mon Jul 24 04:13:49 2006 -+++ build.xml Mon Jul 24 04:14:10 2006 -@@ -124,9 +124,7 @@ - <copy todir="${sharedDir}/images"> - <fileset dir="images"/> - </copy> -- <copy todir="${installDir}/.xmms2"> -- <fileset dir=".xmms2" excludes="**/settings.properties"/> -- </copy> -+ - <copy todir="${installDir}/org/x4x/properties"> - <fileset dir="src/org/x4x/properties"/> - </copy> diff --git a/audio/x4x/pkg-descr b/audio/x4x/pkg-descr deleted file mode 100644 index 2b0297543e5f..000000000000 --- a/audio/x4x/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -X4X is a client for XMMS2 written in Java with great future goals e.g. -video and plugin support. At the moment X4X uses almost all functions from -XMMS2 and therefore is quite complete. - -WWW: http://x4x.sourceforge.net diff --git a/audio/x4x/pkg-plist b/audio/x4x/pkg-plist deleted file mode 100644 index c5962470f34a..000000000000 --- a/audio/x4x/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/x4x -%%DATADIR%%/X4X.jar -%%DATADIR%%/images/logo.ico -%%DATADIR%%/images/logo.png -%%DATADIR%%/images/logo.xpm -%%DATADIR%%/libs/XWidgets.jar -%%DATADIR%%/log4j.properties -%%DATADIR%%/org/x4x/properties/lang/x4x.properties -%%DATADIR%%/org/x4x/properties/lang/x4x_de.properties -%%DATADIR%%/org/x4x/properties/lang/x4x_en.properties -@dirrm %%DATADIR%%/org/x4x/properties/lang -@dirrm %%DATADIR%%/org/x4x/properties -@dirrm %%DATADIR%%/org/x4x -@dirrm %%DATADIR%%/org -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/libs -@dirrm %%DATADIR%% diff --git a/chinese/Makefile b/chinese/Makefile index cd68a1c3c9e5..60892b7723f0 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -118,7 +118,6 @@ SUBDIR += srecite SUBDIR += stardict2-dict-zh_CN SUBDIR += stardict2-dict-zh_TW - SUBDIR += tatter-tools SUBDIR += tcl83 SUBDIR += telnet SUBDIR += tin @@ -131,7 +130,6 @@ SUBDIR += unzip SUBDIR += ve SUBDIR += vflib - SUBDIR += vim-scdoc SUBDIR += wangttf SUBDIR += wenju SUBDIR += xemacs diff --git a/chinese/tatter-tools/Makefile b/chinese/tatter-tools/Makefile deleted file mode 100644 index 07adf06491ad..000000000000 --- a/chinese/tatter-tools/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: zh-tatter-tools -# Date created: 2005-11-10 -# Whom: chinsan <chinsan.tw@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= tatter-tools -PORTVERSION= 1.0.6.1 -CATEGORIES= chinese www -MASTER_SITES= LOCAL/chinsan - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cute and easy blog tool with Traditional-Chinese(zh_TW.UTF-8) - -BROKEN= Incorrect pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -USE_PHP= mysql pcre session xml -NO_BUILD= YES -WANT_PHP_WEB= YES - -TMPDIR?= ${PORTNAME}-${PORTVERSION} -WRKSRC= ${WRKDIR}/${TMPDIR} - -.if !defined(TT_URL) -pre-fetch: - @${ECHO_MSG} "" - @${ECHO_MSG} "Define TT_URL to override default of ${TARGETDIR}/${WWWDOCROOT}/'${TT_URL}'." - @${ECHO_MSG} "" -.endif - -WWWDOCROOT?= www -TT_URL?= tatter -TT_DIR?= ${WWWDOCROOT}/${TT_URL} -PLIST= ${WRKDIR}/pkg-plist - -.include <bsd.port.pre.mk> - -pre-install: - @cd ${WRKSRC} && ${FIND} -s . -type f | \ - ${SED} -e 's|^./||;s|^|${TT_DIR}/|' > ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm ${TT_DIR}/|' >> ${PLIST} \ - && ${ECHO_CMD} @dirrm ${TT_DIR} >> ${PLIST} \ - && ${ECHO_CMD} @dirrmtry ${WWWDOCROOT} >> ${PLIST} - -do-install: - -${MKDIR} ${TARGETDIR}/${TT_DIR} - @${CHMOD} 755 ${TARGETDIR}/${TT_DIR} - @${CP} -R ${WRKSRC}/ ${TARGETDIR}/${TT_DIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TARGETDIR}/${TT_DIR} - @${CHMOD} 777 ${TARGETDIR}/${TT_DIR}/ - -post-install: - @${SED} -e 's,%%TT_URL%%,${TT_URL},; s,%%PREFIX%%,${PREFIX},; \ - s,%%TT_DIR%%,${TT_DIR},' ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/chinese/tatter-tools/distinfo b/chinese/tatter-tools/distinfo deleted file mode 100644 index eede3c075ed0..000000000000 --- a/chinese/tatter-tools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tatter-tools-1.0.6.1.tar.gz) = 19794b67c6fb478fe50bd263e15f3e29 -SHA256 (tatter-tools-1.0.6.1.tar.gz) = 80e2670e624cb3098a25ed9c0a6a33058aa4250bc5b4101f800de3d60eed401c -SIZE (tatter-tools-1.0.6.1.tar.gz) = 1862220 diff --git a/chinese/tatter-tools/pkg-descr b/chinese/tatter-tools/pkg-descr deleted file mode 100644 index 2ff53c545ac6..000000000000 --- a/chinese/tatter-tools/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -TatterTools is probably the most cute blog engine you can find. -Check out the features, not to mention third party plug-ins! - -WWW: http://www.twtt.org/ diff --git a/chinese/tatter-tools/pkg-message b/chinese/tatter-tools/pkg-message deleted file mode 100644 index ffedd7d0e56a..000000000000 --- a/chinese/tatter-tools/pkg-message +++ /dev/null @@ -1,35 +0,0 @@ -================================================================== -Tatter-Tools is now installed. If you intall it for the first time, -you may have to follow this steps to make it work correctly. - -1. Create the MySQL database: - - # mysqladmin --user=root -p create tattertools - -2. Create a mysql user/password for tatter(database): - (change user and/or password if requered) - - # mysql -u root -p - mysql> GRANT ALL ON tattertools.* TO ttuser@localhost - IDENTIFIED BY 'tt_password'; - mysql> FLUSH PRIVILEGES; - mysql> QUIT; - -3. Please add the following to your apache config, and restart. - [1;32m# - # Directives to allow use of Tatter-Tools - # - Alias /%%TT_URL%% "%%PREFIX%%/%%TT_DIR%%/" - - <Directory "%%PREFIX%%/%%TT_DIR%%"> - Options FollowSymLinks - AllowOverride FileInfo - </Directory>[m - -4.Open Tatter-Tools installation page in your web browser - and fill with ttuser/tt_password - - http://www.your.host/%%TT_URL%%/setup.php - - Have fun! -================================================================== diff --git a/chinese/tatter-tools/pkg-plist b/chinese/tatter-tools/pkg-plist deleted file mode 100644 index d0ac09258d04..000000000000 --- a/chinese/tatter-tools/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment real PLIST will be generated in pre-install phase diff --git a/chinese/vim-scdoc/Makefile b/chinese/vim-scdoc/Makefile deleted file mode 100644 index 9fde220546a2..000000000000 --- a/chinese/vim-scdoc/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: zh-vim-scdoc -# Date created: Feb 3 2004 -# Whom: hamigua <hamigua@hotpop.com> -# -# $FreeBSD$ -# - -PORTNAME= vim-scdoc -PORTVERSION= 0.8.0 -PORTREVISION= 1 -CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:S/-s//} -DISTNAME= ${PORTNAME:S/-s//}-${PORTVERSION} - -MAINTAINER= liu_yinghong@yahoo.com.cn -COMMENT= Vim documentation Simplified Chinese - -RUN_DEPENDS= vim:${PORTSDIR}/editors/vim - -BROKEN= Does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -PLIST_SUB= PATH_SUB=vim64 -NO_BUILD= yes -VIM_PATH= ${PREFIX}/share/vim/vim64 -VIM_DOCS_PATH= ${VIM_PATH}/doc.zh_CN -PKGMESSAGE= ${WRKDIR}/pkg-message - -do-install: - @${MKDIR} ${WRKSRC}/doc.zh_CN - ${CP} -rf ${WRKSRC}/doc/ ${WRKSRC}/doc.zh_CN/ - (cd ${WRKSRC}; ${TAR} -cf - doc.zh_CN) | \ - ${TAR} --exclude CVS -xf - -C ${VIM_PATH}/ -.for i in AUTHORS INSTALL README VERSION help_cn.vim ChangeLog LICENSE TODO dict.txt guides.txt - ${INSTALL_DATA} ${WRKSRC}/${i} ${VIM_DOCS_PATH}/ -.endfor - -post-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/chinese/vim-scdoc/distinfo b/chinese/vim-scdoc/distinfo deleted file mode 100644 index be8cef272693..000000000000 --- a/chinese/vim-scdoc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vimcdoc-0.8.0.tar.gz) = 045763ba91b90f19f8a9824352be6f52 -SHA256 (vimcdoc-0.8.0.tar.gz) = f5af31c9c36a5002afa6f5cff5c9fdcf2bb43c0cf9ff33b147fb886083b9148d -SIZE (vimcdoc-0.8.0.tar.gz) = 469384 diff --git a/chinese/vim-scdoc/pkg-descr b/chinese/vim-scdoc/pkg-descr deleted file mode 100644 index 4df380a94778..000000000000 --- a/chinese/vim-scdoc/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Simplified Chinese vim documentation - -Vimcdoc is an attempt to translate the wonderful vim online documentation -into Chinese, allowing more people to get to know and make use of this -great tool. - -English WWW: http://vimcdoc.sf.net/ -Chinese WWW: http://vcd.gro.clinux.org/ -E-mail: lang2@users.sourceforge.net diff --git a/chinese/vim-scdoc/pkg-message b/chinese/vim-scdoc/pkg-message deleted file mode 100644 index e52861c88e13..000000000000 --- a/chinese/vim-scdoc/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -***************************************************************** - -The path of Simplified Chinese vim documentation: - -%%PREFIX%%/share/vim/vim63/doc.zh_CN - -***************************************************************** diff --git a/chinese/vim-scdoc/pkg-plist b/chinese/vim-scdoc/pkg-plist deleted file mode 100644 index 45e82f56113b..000000000000 --- a/chinese/vim-scdoc/pkg-plist +++ /dev/null @@ -1,81 +0,0 @@ -share/vim/%%PATH_SUB%%/doc.zh_CN/AUTHORS -share/vim/%%PATH_SUB%%/doc.zh_CN/ChangeLog -share/vim/%%PATH_SUB%%/doc.zh_CN/INSTALL -share/vim/%%PATH_SUB%%/doc.zh_CN/LICENSE -share/vim/%%PATH_SUB%%/doc.zh_CN/README -share/vim/%%PATH_SUB%%/doc.zh_CN/TODO -share/vim/%%PATH_SUB%%/doc.zh_CN/VERSION -share/vim/%%PATH_SUB%%/doc.zh_CN/autocmd.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/debugger.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/develop.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/dict.txt -share/vim/%%PATH_SUB%%/doc.zh_CN/diff.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/filetype.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/fold.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/gui_w16.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/gui_w32.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/gui_x11.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/guides.txt -share/vim/%%PATH_SUB%%/doc.zh_CN/help.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/help_cn.vim -share/vim/%%PATH_SUB%%/doc.zh_CN/howto.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/indent.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/intro.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/if_cscop.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/if_ole.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/if_perl.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/if_pyth.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/map.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/mlang.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/os_dos.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/os_mac.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/os_mint.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/os_msdos.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/os_unix.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/os_win32.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/pattern.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/pi_gzip.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/quickfix.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/quickref.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/recover.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/scroll.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/sponsor.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/tags-cn -share/vim/%%PATH_SUB%%/doc.zh_CN/tips.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/uganda.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/undo.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_01.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_02.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_03.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_04.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_05.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_06.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_07.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_08.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_09.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_10.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_11.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_12.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_20.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_21.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_22.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_23.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_24.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_25.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_26.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_27.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_28.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_29.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_30.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_31.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_40.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_41.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_42.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_43.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_44.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_45.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_90.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/usr_toc.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/visual.cnx -share/vim/%%PATH_SUB%%/doc.zh_CN/windows.cnx -@dirrm share/vim/%%PATH_SUB%%/doc.zh_CN diff --git a/databases/Makefile b/databases/Makefile index 0cf575c6a409..7611daa899fa 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -122,7 +122,6 @@ SUBDIR += mantis SUBDIR += mdbtools SUBDIR += memcached - SUBDIR += mergeant SUBDIR += metakit SUBDIR += mird SUBDIR += mrtg-mysql-load @@ -329,7 +328,6 @@ SUBDIR += pear-MDB2_Schema SUBDIR += pear-MDB_QueryTool SUBDIR += pecl-memcache - SUBDIR += pecl-paradox SUBDIR += pecl-sqlite SUBDIR += pgaccess SUBDIR += pgadmin3 diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile deleted file mode 100644 index 3d6c77a5c531..000000000000 --- a/databases/mergeant/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: mergeant -# Date created: 14 September 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/mergeant/Makefile,v 1.18 2006/09/10 00:51:06 mezz Exp $ -# - -PORTNAME= mergeant -PORTVERSION= 0.62 -PORTREVISION= 3 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide uniform access to data sources for the GNOME 2 environment - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeprintui -USE_PERL5= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -BROKEN= does not build with new libgnomedb -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -.include <bsd.port.mk> diff --git a/databases/mergeant/distinfo b/databases/mergeant/distinfo deleted file mode 100644 index f26ad3cd9972..000000000000 --- a/databases/mergeant/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mergeant-0.62.tar.bz2) = acd5dd8d888f8dde8ca0768d081828e3 -SHA256 (gnome2/mergeant-0.62.tar.bz2) = 638ff896459b5fe0a6092748fbf245a5fa096be653cf6456867407c717a7f626 -SIZE (gnome2/mergeant-0.62.tar.bz2) = 1005279 diff --git a/databases/mergeant/files/patch-configure b/databases/mergeant/files/patch-configure deleted file mode 100644 index baf457654c1b..000000000000 --- a/databases/mergeant/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Sun Aug 7 17:40:05 2005 -+++ configure Sun Aug 7 17:40:37 2005 -@@ -22920,9 +22920,9 @@ - - MERGEANT_Pixmapdir=${datadir}/pixmaps/${PACKAGE} - --MERGEANT_Appdir=${datadir}/gnome/applications -+MERGEANT_Appdir=${datadir}/applications - --MERGEANT_Helpdir=${datadir}/gnome/help/${PACKAGE} -+MERGEANT_Helpdir=${datadir}/help/${PACKAGE} - - - diff --git a/databases/mergeant/pkg-descr b/databases/mergeant/pkg-descr deleted file mode 100644 index 7e19742611d2..000000000000 --- a/databases/mergeant/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -mergeant can be considered as an extension of the libgda project. - -Its aims are the same: to provide universal data source access for -client applications, as well as development tools and libraries -for doing so. mergeant; is an extension to libgda; because it adds -support to the architecture for the GNOME project. mergeant was formed -by merging components from gnome-db and gASQL. - -WWW: http://www.gnome-db.org/ diff --git a/databases/mergeant/pkg-plist b/databases/mergeant/pkg-plist deleted file mode 100644 index 9266d0f45b58..000000000000 --- a/databases/mergeant/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/mergeant -libdata/bonobo/servers/GNOME_Mergeant.server -share/gnome/application-registry/mergeant.applications -share/gnome/applications/mergeant.desktop -share/gnome/help/mergeant/C/book1.html -share/gnome/help/mergeant/C/c13.html -share/gnome/help/mergeant/C/c47.html -share/gnome/help/mergeant/C/c68.html -share/gnome/help/mergeant/C/c76.html -share/gnome/help/mergeant/C/c8.html -share/gnome/help/mergeant/C/c84.html -share/gnome/help/mergeant/C/c94.html -share/gnome/help/mergeant/C/docbook.css -share/gnome/help/mergeant/C/images/datasources.png -share/gnome/help/mergeant/C/images/dba_properties.png -share/gnome/help/mergeant/C/images/workspace-data-types.png -share/gnome/help/mergeant/C/images/workspace-graphs.png -share/gnome/help/mergeant/C/images/workspace-queries.png -share/gnome/help/mergeant/C/images/workspace.png -share/gnome/help/mergeant/C/index.html -share/gnome/help/mergeant/C/stylesheet-images/caution.gif -share/gnome/help/mergeant/C/stylesheet-images/home.gif -share/gnome/help/mergeant/C/stylesheet-images/important.gif -share/gnome/help/mergeant/C/stylesheet-images/next.gif -share/gnome/help/mergeant/C/stylesheet-images/note.gif -share/gnome/help/mergeant/C/stylesheet-images/prev.gif -share/gnome/help/mergeant/C/stylesheet-images/tip.gif -share/gnome/help/mergeant/C/stylesheet-images/toc-blank.gif -share/gnome/help/mergeant/C/stylesheet-images/toc-minus.gif -share/gnome/help/mergeant/C/stylesheet-images/toc-plus.gif -share/gnome/help/mergeant/C/stylesheet-images/up.gif -share/gnome/help/mergeant/C/stylesheet-images/warning.gif -share/gnome/help/mergeant/C/topic.dat -share/gnome/help/mergeant/C/x19.html -share/gnome/help/mergeant/C/x40.html -share/gnome/mime-info/mergeant.keys -share/gnome/mime-info/mergeant.mime -share/gnome/omf/mergeant/mergeant-C.omf -share/gnome/pixmaps/document-icons/gnome-application-x-mergeant.png -share/gnome/pixmaps/mergeant/mergeant.png -share/gnome/pixmaps/mergeant/mergeant_connect.png -share/gnome/pixmaps/mergeant/mergeant_connect_small.png -share/gnome/pixmaps/mergeant/mergeant_disconnect.png -share/gnome/pixmaps/mergeant/mergeant_disconnect_small.png -share/gnome/pixmaps/mergeant/mergeant_foot.png -share/gnome/pixmaps/mergeant/mergeant_forms.png -share/gnome/pixmaps/mergeant/mergeant_queries.png -share/gnome/pixmaps/mergeant/mergeant_rels.png -share/gnome/pixmaps/mergeant/mergeant_rels_small.png -share/gnome/pixmaps/mergeant/mergeant_sequences.png -share/gnome/pixmaps/mergeant/mergeant_tables.png -share/gnome/pixmaps/mergeant/query-view-query_16x16.png -share/gnome/pixmaps/mergeant/query-view-table_16x16.png -share/gnome/pixmaps/mergeant/query-view-view_16x16.png -share/locale/am/LC_MESSAGES/mergeant.mo -share/locale/az/LC_MESSAGES/mergeant.mo -share/locale/ca/LC_MESSAGES/mergeant.mo -share/locale/cs/LC_MESSAGES/mergeant.mo -share/locale/da/LC_MESSAGES/mergeant.mo -share/locale/de/LC_MESSAGES/mergeant.mo -share/locale/el/LC_MESSAGES/mergeant.mo -share/locale/en_CA/LC_MESSAGES/mergeant.mo -share/locale/en_GB/LC_MESSAGES/mergeant.mo -share/locale/es/LC_MESSAGES/mergeant.mo -share/locale/fa/LC_MESSAGES/mergeant.mo -share/locale/fr/LC_MESSAGES/mergeant.mo -share/locale/hr/LC_MESSAGES/mergeant.mo -share/locale/it/LC_MESSAGES/mergeant.mo -share/locale/ja/LC_MESSAGES/mergeant.mo -share/locale/lt/LC_MESSAGES/mergeant.mo -share/locale/ml/LC_MESSAGES/mergeant.mo -share/locale/ms/LC_MESSAGES/mergeant.mo -share/locale/nb/LC_MESSAGES/mergeant.mo -share/locale/ne/LC_MESSAGES/mergeant.mo -share/locale/nl/LC_MESSAGES/mergeant.mo -share/locale/no/LC_MESSAGES/mergeant.mo -share/locale/pl/LC_MESSAGES/mergeant.mo -share/locale/pt/LC_MESSAGES/mergeant.mo -share/locale/pt_BR/LC_MESSAGES/mergeant.mo -share/locale/ru/LC_MESSAGES/mergeant.mo -share/locale/rw/LC_MESSAGES/mergeant.mo -share/locale/sk/LC_MESSAGES/mergeant.mo -share/locale/sq/LC_MESSAGES/mergeant.mo -share/locale/sr/LC_MESSAGES/mergeant.mo -share/locale/sr@Latn/LC_MESSAGES/mergeant.mo -share/locale/sv/LC_MESSAGES/mergeant.mo -share/locale/tr/LC_MESSAGES/mergeant.mo -share/locale/uk/LC_MESSAGES/mergeant.mo -share/locale/vi/LC_MESSAGES/mergeant.mo -share/locale/zh_CN/LC_MESSAGES/mergeant.mo -@dirrm share/gnome/pixmaps/mergeant -@dirrm share/gnome/omf/mergeant -@dirrm share/gnome/help/mergeant/C/stylesheet-images -@dirrm share/gnome/help/mergeant/C/images -@dirrm share/gnome/help/mergeant/C -@dirrm share/gnome/help/mergeant -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/databases/pecl-paradox/Makefile b/databases/pecl-paradox/Makefile deleted file mode 100644 index 3331792d529b..000000000000 --- a/databases/pecl-paradox/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection makefile for: pecl-paradox -# Date created: 2006-02-11 -# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru> -# -# $FreeBSD$ -# - -PORTNAME= paradox -DISTVERSION= 1.4.1 -CATEGORIES= databases www -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL - -MAINTAINER= zaa@zaa.pp.ru -COMMENT= An extension to read and write Paradox files - -LIB_DEPENDS= px.6:${PORTSDIR}/databases/pxlib - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -USE_PHP= yes -USE_PHPIZE= yes -USE_PHPEXT= yes -DEFAULT_PHP_VER=5 -IGNORE_WITH_PHP=4 -PHP_MODNAME= paradox - -CONFIGURE_ARGS+= --with-paradox=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -E 's/(lib -lm) -ldl/\1 -liconv -lintl/g' \ - ${WRKSRC}/config.m4 - -.include <bsd.port.mk> diff --git a/databases/pecl-paradox/distinfo b/databases/pecl-paradox/distinfo deleted file mode 100644 index f731a33b89c7..000000000000 --- a/databases/pecl-paradox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PECL/paradox-1.4.1.tgz) = bc66cee698c9843fc92a0a159f1695a7 -SHA256 (PECL/paradox-1.4.1.tgz) = 9d697f1859c0068ab1e2d9bba45bb922e0cb2d810e67de1b213c86f978dea6fc -SIZE (PECL/paradox-1.4.1.tgz) = 18956 diff --git a/databases/pecl-paradox/files/patch-paradox.c b/databases/pecl-paradox/files/patch-paradox.c deleted file mode 100644 index 29be7c5bddb2..000000000000 --- a/databases/pecl-paradox/files/patch-paradox.c +++ /dev/null @@ -1,35 +0,0 @@ ---- paradox.c.orig Tue Feb 14 12:36:43 2006 -+++ paradox.c Tue Feb 14 12:37:11 2006 -@@ -425,6 +425,7 @@ - FILE *fp = NULL; - pxdoc_t *pxdoc = NULL; - zval *object = getThis(); -+ php_stream *stream; - - if (object) { - if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &zfp)) { -@@ -438,8 +439,6 @@ - PXDOC_FROM_ZVAL(pxdoc, &zpx); - } - -- php_stream *stream; -- - php_stream_from_zval(stream, &zfp); - - if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, 1) == FAILURE) { -@@ -468,6 +467,7 @@ - pxfield_t *pxf; - int numfields, i; - zval *object = getThis(); -+ php_stream *stream; - - if (object) { - if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rz", &zfp, &schema)) { -@@ -486,7 +486,6 @@ - RETURN_FALSE; - } - -- php_stream *stream; - php_stream_from_zval(stream, &zfp); - - if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, 1) == FAILURE) { diff --git a/databases/pecl-paradox/pkg-descr b/databases/pecl-paradox/pkg-descr deleted file mode 100644 index a5e068568485..000000000000 --- a/databases/pecl-paradox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Paradox is an extension to read and write Paradox .DB and .PX files. -It can handle almost all field types and binary large objects stored -in .MB files. - -WWW: http://pecl.php.net/package/paradox diff --git a/deskutils/Makefile b/deskutils/Makefile index d0ffd4b0af37..4e2648a9a6a8 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -211,7 +211,6 @@ SUBDIR += xpostitPlus SUBDIR += xrolo SUBDIR += xwrits - SUBDIR += yank SUBDIR += zorro .include <bsd.port.subdir.mk> diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile deleted file mode 100644 index 9b0acec6928e..000000000000 --- a/deskutils/yank/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: yank -# Date created: 28 November 1999 -# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= yank -PORTVERSION= 0.2.1 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= yank - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple notekeeper and todo-list manager for GNOME - -BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gal gconf gnomehack gnomeprefix gnomeprint -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="${PORTVERSION}" - -GCONF_SCHEMAS= yank.schemas - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|_la_LDFLAGS =|& -avoid-version|g' - -.include <bsd.port.mk> diff --git a/deskutils/yank/distinfo b/deskutils/yank/distinfo deleted file mode 100644 index 696b51671b36..000000000000 --- a/deskutils/yank/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (yank-0.2.1.tar.bz2) = e490f4be72a6e3728d0eed8a03bd4c55 -SHA256 (yank-0.2.1.tar.bz2) = a7241ceba0adc9f0577b223604fb935d7e626f69bccc3be23d3c5771dcb0773a -SIZE (yank-0.2.1.tar.bz2) = 316939 diff --git a/deskutils/yank/files/patch-src__fileio.c b/deskutils/yank/files/patch-src__fileio.c deleted file mode 100644 index 799bae709d70..000000000000 --- a/deskutils/yank/files/patch-src__fileio.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/fileio.c.orig Wed Oct 10 15:01:40 2001 -+++ src/fileio.c Sat Apr 15 23:53:31 2006 -@@ -1414,6 +1414,12 @@ - gchar *txt; - gint stat; - -+ if (filename != NULL) -+ { -+ return; -+ /* notreached */ -+ } -+ - files = recent_files_get_list(); - if (files == NULL) - { diff --git a/deskutils/yank/files/patch-src__preferences.c b/deskutils/yank/files/patch-src__preferences.c deleted file mode 100644 index 43638ae53849..000000000000 --- a/deskutils/yank/files/patch-src__preferences.c +++ /dev/null @@ -1,79 +0,0 @@ ---- src/preferences.c.orig Thu Jun 21 12:24:14 2001 -+++ src/preferences.c Sat Apr 15 23:53:31 2006 -@@ -631,10 +631,22 @@ - client, "/apps/yank/global/no_icons_in_tree", NULL); - preferences.note_font = gconf_client_get_string( - client, "/apps/yank/global/note_font", NULL); -+ if (preferences.note_font == "0") { -+ g_free(preferences.note_font); -+ preferences.note_font = NULL; -+ } - preferences.note_tree_font = gconf_client_get_string( - client, "/apps/yank/global/note_tree_font", NULL); -+ if (preferences.note_tree_font == "0") { -+ g_free(preferences.note_tree_font); -+ preferences.note_tree_font = NULL; -+ } - preferences.todolist_font = gconf_client_get_string( - client, "/apps/yank/global/todolist_font", NULL); -+ if (preferences.todolist_font == "0") { -+ g_free(preferences.todolist_font); -+ preferences.todolist_font = NULL; -+ } - preferences.use_custom_font = gconf_client_get_int( - client, "/apps/yank/global/use_custom_font", NULL); - preferences.sorting_mode = gconf_client_get_int( -@@ -1468,11 +1480,14 @@ - { - gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_fontp), - preferences.note_font); -- } -+ } else { -+ gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_fontp), -+ NULL); -+ } - gnome_font_picker_set_title(GNOME_FONT_PICKER(b_note_fontp), - _("Note font")); -- gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_fontp), -- GNOME_FONT_PICKER_MODE_FONT_INFO); -+// gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_fontp), -+// GNOME_FONT_PICKER_MODE_FONT_INFO); - gtk_box_pack_start(GTK_BOX(hbox2), b_note_fontp, FALSE, TRUE, 0); - - hbox2 = gtk_hbox_new(FALSE, 4); -@@ -1486,11 +1501,14 @@ - { - gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_tree_fontp), - preferences.note_tree_font); -- } -+ } else { -+ gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_note_tree_fontp), -+ NULL); -+ } - gnome_font_picker_set_title(GNOME_FONT_PICKER(b_note_tree_fontp), - _("NoteTree font")); -- gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_tree_fontp), -- GNOME_FONT_PICKER_MODE_FONT_INFO); -+// gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_note_tree_fontp), -+// GNOME_FONT_PICKER_MODE_FONT_INFO); - gtk_box_pack_start(GTK_BOX(hbox2), b_note_tree_fontp, FALSE, TRUE, 0); - - hbox2 = gtk_hbox_new(FALSE, 4); -@@ -1504,11 +1522,14 @@ - { - gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_todolist_fontp), - preferences.todolist_font); -- } -+ } else { -+ gnome_font_picker_set_font_name(GNOME_FONT_PICKER(b_todolist_fontp), -+ NULL); -+ } - gnome_font_picker_set_title(GNOME_FONT_PICKER(b_todolist_fontp), - _("Todolist font")); -- gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_todolist_fontp), -- GNOME_FONT_PICKER_MODE_FONT_INFO); -+// gnome_font_picker_set_mode(GNOME_FONT_PICKER(b_todolist_fontp), -+// GNOME_FONT_PICKER_MODE_FONT_INFO); - gtk_box_pack_start(GTK_BOX(hbox2), b_todolist_fontp, FALSE, TRUE, 0); - - gtk_widget_show_all(vbox); diff --git a/deskutils/yank/files/patch-src__util.c b/deskutils/yank/files/patch-src__util.c deleted file mode 100644 index 8167b766666e..000000000000 --- a/deskutils/yank/files/patch-src__util.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/util.c.orig Sun May 27 00:04:25 2001 -+++ src/util.c Sat Apr 15 20:51:09 2006 -@@ -32,8 +32,8 @@ - #include <time.h> - - #include <sys/types.h> --#include <netinet/in.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - diff --git a/deskutils/yank/files/patch-src__yank.schemas b/deskutils/yank/files/patch-src__yank.schemas deleted file mode 100644 index f9afedb65f18..000000000000 --- a/deskutils/yank/files/patch-src__yank.schemas +++ /dev/null @@ -1,29 +0,0 @@ ---- src/yank.schemas.orig Thu Jun 21 12:24:14 2001 -+++ src/yank.schemas Sat Apr 15 23:53:31 2006 -@@ -392,7 +392,7 @@ - <applyto>/apps/yank/global/note_font</applyto> - <owner>yank</owner> - <type>string</type> -- <default>0</default> -+ <default></default> - <locale name="C"> - <short>Note font</short> - <long>Font used for notes.</long> -@@ -404,7 +404,7 @@ - <applyto>/apps/yank/global/note_tree_font</applyto> - <owner>yank</owner> - <type>string</type> -- <default>0</default> -+ <default></default> - <locale name="C"> - <short>Note tree font</short> - <long>Font used for tree.</long> -@@ -416,7 +416,7 @@ - <applyto>/apps/yank/global/todolist_font</applyto> - <owner>yank</owner> - <type>string</type> -- <default>0</default> -+ <default></default> - <locale name="C"> - <short>Todolist font</short> - <long>Font used for the todolist.</long> diff --git a/deskutils/yank/pkg-descr b/deskutils/yank/pkg-descr deleted file mode 100644 index 3d85571d8c35..000000000000 --- a/deskutils/yank/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Yank is a simple notekeeper and todo-list manager for GNOME. - -Features include: - -* note organization in a tree structure -* 3 different types of notes -* sortable todolist -* drag & drop support - -WWW: http://yank.sourceforge.net/ diff --git a/deskutils/yank/pkg-plist b/deskutils/yank/pkg-plist deleted file mode 100644 index 70a8b2c35b8c..000000000000 --- a/deskutils/yank/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/yank -lib/yank/plugins/%%VERSION%%/libGpg.a -lib/yank/plugins/%%VERSION%%/libGpg.la -lib/yank/plugins/%%VERSION%%/libGpg.so -lib/yank/plugins/%%VERSION%%/libGtkSpell.a -lib/yank/plugins/%%VERSION%%/libGtkSpell.la -lib/yank/plugins/%%VERSION%%/libGtkSpell.so -lib/yank/plugins/%%VERSION%%/libPgp5.a -lib/yank/plugins/%%VERSION%%/libPgp5.la -lib/yank/plugins/%%VERSION%%/libPgp5.so -share/gnome/apps/Applications/yank.desktop -share/gnome/pixmaps/yank.png -share/locale/de/LC_MESSAGES/yank.mo -share/locale/ja/LC_MESSAGES/yank.mo -share/locale/sv/LC_MESSAGES/yank.mo -share/locale/uk/LC_MESSAGES/yank.mo -@dirrm lib/yank/plugins/%%VERSION%% -@dirrm lib/yank/plugins -@dirrm lib/yank |