From 8de58d860ff38202a64563a5ce85a307915369bd Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 10 May 2009 22:40:06 +0000 Subject: 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 PR: ports/134255 Submitted by: Joey Mingrone --- deskutils/Makefile | 1 + deskutils/parcellite/Makefile | 30 ++++++++++++++++++++++ deskutils/parcellite/distinfo | 3 +++ deskutils/parcellite/files/patch-po_Makefile.in.in | 19 ++++++++++++++ deskutils/parcellite/pkg-descr | 5 ++++ deskutils/parcellite/pkg-plist | 12 +++++++++ 6 files changed, 70 insertions(+) create mode 100644 deskutils/parcellite/Makefile create mode 100644 deskutils/parcellite/distinfo create mode 100644 deskutils/parcellite/files/patch-po_Makefile.in.in create mode 100644 deskutils/parcellite/pkg-descr create mode 100644 deskutils/parcellite/pkg-plist diff --git a/deskutils/Makefile b/deskutils/Makefile index 567a27b9df84..1c50013bf10a 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -193,6 +193,7 @@ SUBDIR += p5-Goo SUBDIR += p5-ZConf-Runner SUBDIR += pal + SUBDIR += parcellite SUBDIR += phpgroupware SUBDIR += phpicalendar SUBDIR += phprojekt diff --git a/deskutils/parcellite/Makefile b/deskutils/parcellite/Makefile new file mode 100644 index 000000000000..07285e0c5b31 --- /dev/null +++ b/deskutils/parcellite/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: parcellite +# Date created: 29 April 2009 +# Whom: Joey Mingrone +# +# $FreeBSD$ +# + +PORTNAME= parcellite +PORTVERSION= 0.9.1 +CATEGORIES= deskutils +MASTER_SITES= SF + +MAINTAINER= joey@mingrone.org +COMMENT= A lightweight GTK+ clipboard manager + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gtk20 + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +MAN1= parcellite.1 + +.include diff --git a/deskutils/parcellite/distinfo b/deskutils/parcellite/distinfo new file mode 100644 index 000000000000..27144342bdaf --- /dev/null +++ b/deskutils/parcellite/distinfo @@ -0,0 +1,3 @@ +MD5 (parcellite-0.9.1.tar.gz) = 099d1ccc9fa1e59d3e3b19b77a90a8fb +SHA256 (parcellite-0.9.1.tar.gz) = 37a438bfc58f953acf327d72adcb6c6e7940c2794b27c451187ece6398486464 +SIZE (parcellite-0.9.1.tar.gz) = 260434 diff --git a/deskutils/parcellite/files/patch-po_Makefile.in.in b/deskutils/parcellite/files/patch-po_Makefile.in.in new file mode 100644 index 000000000000..389951be00b2 --- /dev/null +++ b/deskutils/parcellite/files/patch-po_Makefile.in.in @@ -0,0 +1,19 @@ +*** 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@. diff --git a/deskutils/parcellite/pkg-descr b/deskutils/parcellite/pkg-descr new file mode 100644 index 000000000000..2af4ef1f7578 --- /dev/null +++ b/deskutils/parcellite/pkg-descr @@ -0,0 +1,5 @@ +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 diff --git a/deskutils/parcellite/pkg-plist b/deskutils/parcellite/pkg-plist new file mode 100644 index 000000000000..842bdc168559 --- /dev/null +++ b/deskutils/parcellite/pkg-plist @@ -0,0 +1,12 @@ +bin/parcellite +etc/xdg/autostart/parcellite-startup.desktop +%%NLS%%share/locale/de/LC_MESSAGES/parcellite.mo +%%NLS%%share/locale/es/LC_MESSAGES/parcellite.mo +%%NLS%%share/locale/hu/LC_MESSAGES/parcellite.mo +%%NLS%%share/locale/ja/LC_MESSAGES/parcellite.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/parcellite.mo +%%NLS%%share/locale/sv/LC_MESSAGES/parcellite.mo +share/applications/parcellite.desktop +@dirrmtry share/applications +@dirrmtry etc/xdg/autostart/ +@dirrmtry etc/xdg/ -- cgit