[Midnightbsd-cvs] mports [17905] trunk/devel: add gettext-msghack port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Dec 21 11:36:23 EST 2014


Revision: 17905
          http://svnweb.midnightbsd.org/mports/?rev=17905
Author:   laffer1
Date:     2014-12-21 11:36:22 -0500 (Sun, 21 Dec 2014)
Log Message:
-----------
add gettext-msghack port

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/gettext-msghack/
    trunk/devel/gettext-msghack/Makefile
    trunk/devel/gettext-msghack/distinfo
    trunk/devel/gettext-msghack/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-12-21 16:34:40 UTC (rev 17904)
+++ trunk/devel/Makefile	2014-12-21 16:36:22 UTC (rev 17905)
@@ -92,6 +92,7 @@
 SUBDIR += gdb66
 SUBDIR += geany
 SUBDIR += gettext
+SUBDIR += gettext-msghack
 SUBDIR += gettext-runtime
 SUBDIR += gettext-tools
 SUBDIR += git

Added: trunk/devel/gettext-msghack/Makefile
===================================================================
--- trunk/devel/gettext-msghack/Makefile	                        (rev 0)
+++ trunk/devel/gettext-msghack/Makefile	2014-12-21 16:36:22 UTC (rev 17905)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+
+PORTNAME=	msghack
+PORTVERSION=	0.2
+CATEGORIES=	devel
+MASTER_SITES=	CENKES
+PKGNAMEPREFIX=	gettext-
+# Bundled in fedora gettext srpm
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Alter gettext po files in special ways
+
+LICENSE=	gpl2
+
+NO_BUILD=	yes
+USES=		python tar:bzip2
+PLIST_FILES=	bin/${PORTNAME}
+
+post-patch:
+	@${REINPLACE_CMD} -e '1s|/usr/bin/python|${PYTHON_CMD}|'\
+		${WRKSRC}/${PORTNAME}.py
+
+do-install:
+	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/gettext-msghack/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/gettext-msghack/distinfo
===================================================================
--- trunk/devel/gettext-msghack/distinfo	                        (rev 0)
+++ trunk/devel/gettext-msghack/distinfo	2014-12-21 16:36:22 UTC (rev 17905)
@@ -0,0 +1,2 @@
+SHA256 (msghack-0.2.tar.bz2) = c2b3ab088dd3e909649bee7840603d232ede6447176ed4e5d41df33b30a53664
+SIZE (msghack-0.2.tar.bz2) = 3149


Property changes on: trunk/devel/gettext-msghack/distinfo
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/gettext-msghack/pkg-descr
===================================================================
--- trunk/devel/gettext-msghack/pkg-descr	                        (rev 0)
+++ trunk/devel/gettext-msghack/pkg-descr	2014-12-21 16:36:22 UTC (rev 17905)
@@ -0,0 +1,3 @@
+Msghack can be used to alter gettext .po files in ways no sane mind
+would think about. It is a reimplementation of the original msghack
+in Python.


Property changes on: trunk/devel/gettext-msghack/pkg-descr
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list