diff options
author | eugen <eugen@FreeBSD.org> | 2017-05-18 13:46:42 +0000 |
---|---|---|
committer | eugen <eugen@FreeBSD.org> | 2017-05-18 13:46:42 +0000 |
commit | df5f748ad7471af01a1290171fd77af316594ebb (patch) | |
tree | 99e06af076711decce331c1098463c83a7a465ea | |
parent | a455c806d103ffd3380966f32a6f3caff684abc7 (diff) | |
download | FreeBSD-ports-df5f748ad7471af01a1290171fd77af316594ebb.zip FreeBSD-ports-df5f748ad7471af01a1290171fd77af316594ebb.tar.gz |
Re-add net-im/pidgin-manualsize removed with revision 418057 with following changes:
- take maintainership;
- supply new MASTER_SITES for the distfile;
- specify LICENSE (GPLv2);
- simplify BUILD_DEPENDS;
- bump PORTREVISION.
Approved by: az (mentor)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/Makefile | 35 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/distinfo | 2 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/pkg-descr | 5 |
5 files changed, 43 insertions, 1 deletions
@@ -8478,7 +8478,6 @@ mail/atmail||2016-07-04|Has expired: Broken for more than 6 months mail/ml||2016-07-04|Has expired: Broken for more than 6 months net-im/icb||2016-07-04|Has expired: Broken for more than 6 months net-im/cicquin||2016-07-04|Has expired: Broken for more than 6 months -net-im/pidgin-manualsize||2016-07-04|Has expired: Broken for more than 6 months net-im/pidgin-rhythmbox||2016-07-04|Has expired: Broken for more than 6 months russian/eric4||2016-07-04|Has expired: Depends on expiring devel/eric4 russian/fortune-bashorgru||2016-07-04|Has expired: Broken for more than 6 months diff --git a/net-im/Makefile b/net-im/Makefile index 7b4db68..baa45c6 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -109,6 +109,7 @@ SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify + SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile new file mode 100644 index 0000000..4495efe --- /dev/null +++ b/net-im/pidgin-manualsize/Makefile @@ -0,0 +1,35 @@ +# Created by: Joseph S. Atkinson <jsatkinson@embarqmail.com> +# $FreeBSD$ + +PORTNAME= manualsize +PORTVERSION= 0.7 +PORTREVISION= 5 +CATEGORIES= net-im +MASTER_SITES= LOCAL/eugen \ + http://www.grosbein.net/freebsd/distfiles/ +PKGNAMEPREFIX= pidgin- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= eugen@FreeBSD.org +COMMENT= Plugin to allow manual resizing of Pidgin's message input area + +LICENSE= GPLv2 + +BUILD_DEPENDS= pidgin:net-im/pidgin +RUN_DEPENDS= pidgin:net-im/pidgin + +MAKEFILE= makefile + +PLIST_FILES= lib/pidgin/manualsize.so + +USES= pkgconfig tar:bzip2 +ALL_TARGET= manualsize.so + +post-patch: + @${REINPLACE_CMD} 's/gcc/$$(CC)/' ${WRKSRC}/makefile + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin + ${INSTALL_LIB} ${WRKSRC}/manualsize.so ${STAGEDIR}${PREFIX}/lib/pidgin + +.include <bsd.port.mk> diff --git a/net-im/pidgin-manualsize/distinfo b/net-im/pidgin-manualsize/distinfo new file mode 100644 index 0000000..f7f88ea --- /dev/null +++ b/net-im/pidgin-manualsize/distinfo @@ -0,0 +1,2 @@ +SHA256 (pidgin-manualsize-0.7.tar.bz2) = 8cfc75eb564acb7d37cec46a688d07018a1097abdb9123563fe3e70e4c98be4b +SIZE (pidgin-manualsize-0.7.tar.bz2) = 4182 diff --git a/net-im/pidgin-manualsize/pkg-descr b/net-im/pidgin-manualsize/pkg-descr new file mode 100644 index 0000000..95bee49 --- /dev/null +++ b/net-im/pidgin-manualsize/pkg-descr @@ -0,0 +1,5 @@ +This is Artemy Kapitula's manualsize plugin. This plugin restores the ability +for users to resize the text input area of the message window. This +functionality was the default behaviour in Pidgin prior to version 2.4. + +WWW: https://developer.pidgin.im/wiki/ThirdPartyPlugins#Third-PartyPlugins |