FreeBSD Bugzilla – Attachment 194885 Details for
Bug 229524
[NEW PORT] devel/py-patch: Cross-platform alternative to the UNIX patch utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-patch.patch
py-patch.patch (text/plain), 2.64 KB, created by
Kai Knoblich
on 2018-07-05 04:57:48 UTC
(
hide
)
Description:
py-patch.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-05 04:57:48 UTC
Size:
2.64 KB
patch
obsolete
>Index: py-patch/Makefile >=================================================================== >--- py-patch/Makefile (nonexistent) >+++ py-patch/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= patch >+DISTVERSION= 1.16 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Cross-platform alternative to the UNIX patch utility >+ >+LICENSE= MIT >+ >+USES= python zip >+USE_PYTHON= distutils autoplist >+ >+NO_ARCH= yes >+NO_WRKSUBDIR= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-patch/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-patch/distinfo >=================================================================== >--- py-patch/distinfo (nonexistent) >+++ py-patch/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530195203 >+SHA256 (patch-1.16.zip) = c62073f356cff054c8ac24496f1a3d7cfa137835c31e9af39a9f5292fd75bd9f >+SIZE (patch-1.16.zip) = 12809 > >Property changes on: py-patch/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-patch/pkg-descr >=================================================================== >--- py-patch/pkg-descr (nonexistent) >+++ py-patch/pkg-descr (working copy) >@@ -0,0 +1,21 @@ >+Python library to parse and apply unified diffs. >+ >+Features: >+ >+- Automatic correction of >+ * Linefeeds according to patched file >+ * Diffs broken by stripping trailing whitespace >+ * a/ and b/ prefixes >+- Single file, which is a command line tool and a library >+- No dependencies outside Python stdlib >+- Patch format detection (SVN, HG, GIT) >+- Nice diffstat histogram >+ >+Things that don't work out of the box: >+ >+- File renaming, creation and removal >+- Directory tree operations >+- Version control specific properties >+- Non-unified diff formats >+ >+WWW: https://github.com/techtonik/python-patch > >Property changes on: py-patch/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229524
: 194885