aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-03-25 03:51:54 +0800
committerrene <rene@FreeBSD.org>2014-03-25 03:51:54 +0800
commitc0f45c352ef1b032816be4af351eeac330151459 (patch)
tree0d487a7713c017c35f040aea6f093d8a2224aee0 /deskutils
parent7a8f7b1999d9f092a320125e8f6a3614b69eef39 (diff)
downloadfreebsd-ports-gnome-c0f45c352ef1b032816be4af351eeac330151459.tar.gz
freebsd-ports-gnome-c0f45c352ef1b032816be4af351eeac330151459.tar.zst
freebsd-ports-gnome-c0f45c352ef1b032816be4af351eeac330151459.zip
Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0 2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream 2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream 2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor 2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind 2014-03-23 games/xflame: No more public distfiles 2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead 2014-03-24 x11-wm/hackedbox: Abandonware 2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils' 2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/lxshortcut/Makefile65
-rw-r--r--deskutils/lxshortcut/distinfo4
-rw-r--r--deskutils/lxshortcut/files/lxshortcut-start.in6
-rw-r--r--deskutils/lxshortcut/pkg-descr9
-rw-r--r--deskutils/lxshortcut/pkg-plist77
6 files changed, 0 insertions, 162 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 6f0646eada20..09363787856b 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -128,7 +128,6 @@
SUBDIR += ljclive
SUBDIR += ljit
SUBDIR += logjam
- SUBDIR += lxshortcut
SUBDIR += mate-character-map
SUBDIR += mate-file-manager-open-terminal
SUBDIR += mate-menu-editor
diff --git a/deskutils/lxshortcut/Makefile b/deskutils/lxshortcut/Makefile
deleted file mode 100644
index 4d0572816324..000000000000
--- a/deskutils/lxshortcut/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= lxshortcut
-PORTVERSION= 0.1.2
-PORTREVISION= 1
-CATEGORIES= deskutils
-MASTER_SITES= SF/lxde/LXShortcut%20%28edit%20app%20shortcut%29/LXShortcut%20${PORTVERSION}/ \
- SF/nemysisfreebsdp/${CATEGORIES}/:icons
-DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
- ${PORTNAME}.png:icons
-EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER= nemysis@FreeBSD.org
-COMMENT= Small utility used to edit easily application shortcuts
-
-LICENSE= GPLv3
-
-BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
-
-USES= gmake pkgconfig
-USE_GNOME= gtk20 intlhack
-GNU_CONFIGURE= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-CONFLICTS= libfm-1.2.0
-
-DEPRECATED= Now distributed with x11/libfm-1.2.0
-EXPIRATION_DATE=2014-03-23
-
-PORTDOCS= README
-
-OPTIONS_DEFINE= DOCS NLS
-
-OPTIONS_SUB= yes
-
-NLS_USES= gettext
-
-SUB_FILES= ${PORTNAME}-start
-
-DESKTOP_ENTRIES="LXShortcut" "" "${PORTNAME}" \
- "${PORTNAME}-start" "Settings;GTK;DesktopSettings;" true
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -i '' '/g_thread_init/,/gdk_threads_init/d' \
- ${WRKSRC}/src/lxshortcut.c
-
-.if ! ${PORT_OPTIONS:MNLS}
- @${REINPLACE_CMD} -e 's|src po|src|' \
- ${WRKSRC}/Makefile.in
-.endif
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-start ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
- ${STAGEDIR}${PREFIX}/share/pixmaps/
-
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/deskutils/lxshortcut/distinfo b/deskutils/lxshortcut/distinfo
deleted file mode 100644
index 238d8afaa861..000000000000
--- a/deskutils/lxshortcut/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (lxshortcut-0.1.2.tar.gz) = 8097f2522657374162a4e5e3c58898fe0c367e307b0ff4c50848b6b0323409fe
-SIZE (lxshortcut-0.1.2.tar.gz) = 224223
-SHA256 (lxshortcut.png) = f56c605dd2c271aad5a2627227ad70c53b2861ccf46e918cdb8e03e1d6dff75f
-SIZE (lxshortcut.png) = 3754
diff --git a/deskutils/lxshortcut/files/lxshortcut-start.in b/deskutils/lxshortcut/files/lxshortcut-start.in
deleted file mode 100644
index 900242441b53..000000000000
--- a/deskutils/lxshortcut/files/lxshortcut-start.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-lxshortcut -o %U
diff --git a/deskutils/lxshortcut/pkg-descr b/deskutils/lxshortcut/pkg-descr
deleted file mode 100644
index 61b3e79c2163..000000000000
--- a/deskutils/lxshortcut/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-LXShortcut is a small program used to edit easily application shortcuts
-created with freedesktop.org Desktop Entry spec.
-
-It’s mainly designed to be called by other LXDE components, and not directly
-used by the users. If you want to use it manually, see
-
- lxshortcut --help
-
-WWW: http://wiki.lxde.org/en/LXShortCut
diff --git a/deskutils/lxshortcut/pkg-plist b/deskutils/lxshortcut/pkg-plist
deleted file mode 100644
index 1f19ec36cbb1..000000000000
--- a/deskutils/lxshortcut/pkg-plist
+++ /dev/null
@@ -1,77 +0,0 @@
-bin/lxshortcut
-bin/lxshortcut-start
-%%NLS%%share/locale/af/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/am/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ar/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ast/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/be/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/bg/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/bn/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/bn_IN/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/da/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/de/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/el/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/es/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/es_VE/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/et/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/eu/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/fa/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/fo/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/frp/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/he/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/id/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/it/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/km/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/lg/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/lt/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ml/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ms/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ps/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/si/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/sr@latin/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/te/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/th/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/tt_RU/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/uk/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ur/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/ur_PK/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/lxshortcut.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/lxshortcut.mo
-%%DATADIR%%/choose-icon.ui
-%%DATADIR%%/lxshortcut.ui
-share/pixmaps/lxshortcut.png
-@dirrm %%DATADIR%%
-%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur_PK
-%%NLS%%@dirrmtry share/locale/tt_RU/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/tt_RU
-%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/lg
-%%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/frp
-%%NLS%%@dirrmtry share/locale/es_VE/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/es_VE