mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Remove deskutils/parcellite: Broken, consider using deskutils/clipit instead.
This commit is contained in:
parent
739f8c27be
commit
513cdd0477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338282
1
MOVED
1
MOVED
@ -5347,3 +5347,4 @@ security/dazuko||2013-12-31|Has expired: Currently, the project has not an activ
|
||||
mail/p5-Mail-SPF-Query||2013-12-31|Has expired: Use mail/p5-Mail-SPF instead
|
||||
x11-fonts/etlfonts||2013-12-31|Has expired: master site gone
|
||||
net/gateway6||2013-12-31|Has expired: Unsupported upstream, consider using net/gogoc
|
||||
deskutils/parcellite||2013-12-31|Removed, use deskutils/clipit instead
|
||||
|
@ -173,7 +173,6 @@
|
||||
SUBDIR += p5-ZConf-Runner
|
||||
SUBDIR += p5-ZConf-Runner-GUI-GTK
|
||||
SUBDIR += pal
|
||||
SUBDIR += parcellite
|
||||
SUBDIR += phpcollab
|
||||
SUBDIR += phpicalendar
|
||||
SUBDIR += phprojekt
|
||||
|
@ -1,35 +0,0 @@
|
||||
# Created by: Joey Mingrone <joey@mingrone.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= parcellite
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jrm@ftfl.ca
|
||||
COMMENT= A lightweight GTK+ clipboard manager
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
MAN1= parcellite.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g'\
|
||||
${WRKSRC}/src/keybinder.h
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (parcellite-1.0.1.tar.gz) = a4e7a1bd0616683b7eb4b08350cdaa355b1c9d5c93a4caa0cef4a813cf4cc526
|
||||
SIZE (parcellite-1.0.1.tar.gz) = 555184
|
@ -1,19 +0,0 @@
|
||||
*** po/Makefile.in.in.orig Tue May 5 19:45:52 2009
|
||||
--- po/Makefile.in.in Tue May 5 19:46:58 2009
|
||||
***************
|
||||
*** 34,40 ****
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
! itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
||||
--- 34,40 ----
|
||||
datarootdir = @datarootdir@
|
||||
libdir = @libdir@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
! itlocaledir = $(datarootdir)/locale
|
||||
subdir = po
|
||||
install_sh = @install_sh@
|
||||
# Automake >= 1.8 provides @mkdir_p@.
|
@ -1,5 +0,0 @@
|
||||
Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down,
|
||||
basic-features-only clipboard manager with a small memory footprint for those
|
||||
who like simplicity.
|
||||
|
||||
WWW: http://parcellite.sourceforge.net
|
@ -1,25 +0,0 @@
|
||||
bin/parcellite
|
||||
etc/xdg/autostart/parcellite-startup.desktop
|
||||
share/applications/parcellite.desktop
|
||||
share/pixmaps/parcellite.png
|
||||
share/pixmaps/parcellite.svg
|
||||
share/pixmaps/parcellite.xpm
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/pl_PL/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/parcellite.mo
|
||||
%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/pl_PL
|
Loading…
Reference in New Issue
Block a user