FreeBSD Bugzilla – Attachment 163529 Details for
Bug 204811
[NEW PORT] archivers/innoextract: Program to extract Inno Setup files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
archivers/innoextract 1.5
innoextract-1.5.diff (text/plain), 2.64 KB, created by
Nikolai Lifanov
on 2015-11-25 17:14:56 UTC
(
hide
)
Description:
archivers/innoextract 1.5
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2015-11-25 17:14:56 UTC
Size:
2.64 KB
patch
obsolete
>Index: innoextract/Makefile >=================================================================== >--- innoextract/Makefile (nonexistent) >+++ innoextract/Makefile (working copy) >@@ -0,0 +1,27 @@ >+# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com> >+# $FreeBSD$ >+ >+PORTNAME= innoextract >+PORTVERSION= 1.5 >+CATEGORIES= archivers >+MASTER_SITES= http://constexpr.org/innoextract/files/ >+ >+MAINTAINER= lifanov@mail.lifanov.com >+COMMENT= Program to extract Inno Setup files >+ >+LICENSE= ZLIB >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ >+ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ >+ libboost_system.so:${PORTSDIR}/devel/boost-libs \ >+ libboost_program_options.so:${PORTSDIR}/devel/boost-libs >+ >+USES= cmake iconv >+ >+CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=man >+ >+PLIST_FILES= bin/innoextract \ >+ man/man1/innoextract.1.gz >+ >+.include <bsd.port.mk> > >Property changes on: innoextract/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: innoextract/distinfo >=================================================================== >--- innoextract/distinfo (nonexistent) >+++ innoextract/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (innoextract-1.5.tar.gz) = f2594e992ccf2859455475794803b29a67393fadb69d4df1eec34c451ffa48cf >+SIZE (innoextract-1.5.tar.gz) = 179582 > >Property changes on: innoextract/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: innoextract/pkg-descr >=================================================================== >--- innoextract/pkg-descr (nonexistent) >+++ innoextract/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Inno Setup is a tool to create installers for Microsoft Windows applications. >+innoextract allows to extract such installers under non-windows systems without >+running the actual installer using Wine. >+ >+WWW: http://constexpr.org/innoextract/ > >Property changes on: innoextract/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 204811
: 163529 |
163530