FreeBSD Bugzilla – Attachment 187385 Details for
Bug 223176
[revive port] archivers/zipios: small C++ library for reading and writing zip files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed portlint -AC FATAL mistakes.
zipios.diff (text/plain), 3.79 KB, created by
bye
on 2017-10-23 06:15:34 UTC
(
hide
)
Description:
Fixed portlint -AC FATAL mistakes.
Filename:
MIME Type:
Creator:
bye
Created:
2017-10-23 06:15:34 UTC
Size:
3.79 KB
patch
obsolete
>Index: archivers/zipios/Makefile >=================================================================== >--- archivers/zipios/Makefile (nonexistent) >+++ archivers/zipios/Makefile (working copy) >@@ -0,0 +1,28 @@ >+# Created by: blubee <hello@blubee.me> >+# $FreeBSD$ >+ >+PORTNAME= zipios >+PORTVERSION= 2.1.1 >+CATEGORIES= archivers >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}++/${PORTVERSION} >+ >+MAINTAINER= hello@blubee.me >+COMMENT= Zipios is a small C++ library for reading and writing zip files >+ >+LICENSE= LGPL20+ >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+USES= cmake:outsource >+CMAKE_ARGS= --no-warn-unused-cli \ >+ -DBUILD_ZIPIOS_TESTS:BOOL=OFF \ >+ -DBUILD_DOCUMENTATION:BOOL=OFF >+ >+OPTIONS_DEFINE= BUILD_DOCS >+BUILD_DOCS_DESC= build DOXYGEN documents >+OPTIONS_SUB= yes >+USE_LDCONFIG= yes >+ >+BUILD_DOCS_CONFIGURE_ON= \ >+ -DBUILD_DOCUMENTATION:BOOL=ON >+ >+.include <bsd.port.mk> > >Property changes on: archivers/zipios/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: archivers/zipios/distinfo >=================================================================== >--- archivers/zipios/distinfo (nonexistent) >+++ archivers/zipios/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1508243927 >+SHA256 (zipios-2.1.1.tar.gz) = 5b95e19c92f1c4a9fd3a689997eae7e3f83475500de15834d02f70dcac2aedc2 >+SIZE (zipios-2.1.1.tar.gz) = 274923 > >Property changes on: archivers/zipios/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: archivers/zipios/pkg-descr >=================================================================== >--- archivers/zipios/pkg-descr (nonexistent) >+++ archivers/zipios/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+Zipios++ is a small C++ library for reading and writing zip files. The >+structure and public interface are based (somewhat loosely) on the >+`java.util.zip` package. The streams created to access the individual >+entries in a zip file are based on the standard iostream library. >+ >+WWW: http://zipios.sourceforge.net/ > >Property changes on: archivers/zipios/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 >Index: archivers/zipios/pkg-plist >=================================================================== >--- archivers/zipios/pkg-plist (nonexistent) >+++ archivers/zipios/pkg-plist (working copy) >@@ -0,0 +1,18 @@ >+bin/appendzip >+bin/dostime >+bin/zipios >+include/zipios/collectioncollection.hpp >+include/zipios/directorycollection.hpp >+include/zipios/directoryentry.hpp >+include/zipios/filecollection.hpp >+include/zipios/fileentry.hpp >+include/zipios/filepath.hpp >+include/zipios/virtualseeker.hpp >+include/zipios/zipfile.hpp >+include/zipios/zipios-config.hpp >+include/zipios/zipiosexceptions.hpp >+lib/libzipios.so >+lib/libzipios.so.2 >+lib/libzipios.so.2.1 >+share/cmake-2.8/Modules/FindCatch.cmake >+share/cmake-2.8/Modules/FindZipIos.cmake > >Property changes on: archivers/zipios/pkg-plist >___________________________________________________________________ >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 223176
:
187383
|
187385
|
187701