Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add real ucl files :)
Baptiste Daroussin committed 11 years ago
commit 4c2d6c15ef73c15c9df7d49105bfb46918299494
parent caf4ce8a6b2c96a50b47de501f013ce609385400
2 files changed +69 -77
modified tests/frontend/png.uclin
@@ -1,63 +1,55 @@
-
---
-
name: png
-
version: 1.5.14
-
origin: graphics/png
-
comment: Library for manipulating PNG images
-
arch: freebsd:9:x86:64
-
www: http://www.libpng.org/pub/png/libpng.html
-
maintainer: dinoex@FreeBSD.org
-
prefix: /usr/local
-
licenselogic: single
-
flatsize: 950722
-
desc: |-
-
  Libpng was written as a companion to the PNG specification, as a
-
  way to reduce the amount of time and effort it takes to support
-
  the PNG file format in application programs.  Most users will not
-
  have to modify the library significantly; advanced users may want
-
  to modify it more.  The library was coded for both users.  All
-
  attempts were made to make it as complete as possible, while
-
  keeping the code easy to understand.  Currently, this library
-
  only supports C.  Support for other languages is being considered.
-

-
  LICENSE: libpng license
-

-
  WWW: http://www.libpng.org/pub/png/libpng.html
-
       http://libpng.sourceforge.net/
-
categories:
-
- graphics
-
shlibs_provided:
-
- libpng15.so.15
-
options: {APNG: on}
-
files:
-
  /usr/local/bin/libpng-config: '-'
-
  /usr/local/bin/libpng15-config: fce84058ddcee62fb6893c82856eafb387d87360078bbba3066281ef1c007580
-
  /usr/local/include/libpng15/png.h: ced85c2c298d4fbf56806f4f3605c56881022fcae970169974e0d689af344484
-
  /usr/local/include/libpng15/pngconf.h: c6e63174498c29788a024cfe3a2c83008820aa29b353e984afb547db87b9bbba
-
  /usr/local/include/libpng15/pngdebug.h: e22cee0df3e0eb2b6032503d3e8a6072331619a20a04e14e36c130620d450002
-
  /usr/local/include/libpng15/pnginfo.h: 2e85da648d41c22b9797ba334f0d8ec589bf94e59e845c2c83e68ace1a1d8add
-
  /usr/local/include/libpng15/pnglibconf.h: ab92423f8cf36cb16442fdf8ca110f059dbc6e4ac8789e59fae53dcf4fea1215
-
  /usr/local/include/libpng15/pngpriv.h: 4409e8b23e912f3cbe6032c9ddd94481dabee5840bb0e0071e17bd17d25de985
-
  /usr/local/include/libpng15/pngstruct.h: fe78f8deaa68ef2d4a289671e8dec1adbec8a474221675575cc2ce85ee505f5b
-
  /usr/local/include/png.h: ced85c2c298d4fbf56806f4f3605c56881022fcae970169974e0d689af344484
-
  /usr/local/include/pngconf.h: c6e63174498c29788a024cfe3a2c83008820aa29b353e984afb547db87b9bbba
-
  /usr/local/include/pnglibconf.h: ab92423f8cf36cb16442fdf8ca110f059dbc6e4ac8789e59fae53dcf4fea1215
-
  /usr/local/lib/libpng.a: '-'
-
  /usr/local/lib/libpng.so: '-'
-
  /usr/local/lib/libpng/libpng15-release.cmake: 332b9072bac3af84917c386b5bb2b0e1ce2799c2c5e4df52a92bb244a9d064b1
-
  /usr/local/lib/libpng/libpng15.cmake: c62ccb15cfe9d6ce8cbc440f9d5fafda8bc14742ef295b1772f8b85f53cd5fab
-
  /usr/local/lib/libpng15.a: 57fb97e396c3e1f2812b47028e9d6546124cff0d375c54715a9c0628c4d25430
-
  /usr/local/lib/libpng15.so: '-'
-
  /usr/local/lib/libpng15.so.15: aec82d341b6400bb9d9487e42566097bceffe69ed8d49061e225bbbc8d408712
-
  /usr/local/libdata/pkgconfig/libpng.pc: '-'
-
  /usr/local/libdata/pkgconfig/libpng15.pc: aae3a29236d7f2ac53d470c2a9fc6bdddcd25b78dfed9262a18cbfe5a614d35b
-
  /usr/local/man/man3/libpng.3.gz: a9c178013fbbace00e665dea56d199755a25c88e270735f1cc0da5a0ebb513b2
-
  /usr/local/man/man3/libpngpf.3.gz: d4e6a87b8989931b0603551916428464afe35dd203a769fa0b9082867f0d5781
-
  /usr/local/man/man5/png.5.gz: a949a443337561a03d5c828268ab78b5ef69cf9b73e697c1392b59f056c91f0e
-
directories:
-
  /usr/local/lib/libpng/: n
-
  /usr/local/include/libpng15/: n
-
scripts:
-
  post-install: |
-
    /sbin/ldconfig -m /usr/local/lib
-
  post-deinstall: |
-
    /sbin/ldconfig -R
+
name: "png"
+
origin: "graphics/png"
+
version: "1.5.18"
+
arch: "freebsd:11:x86:64"
+
maintainer: "dinoex@FreeBSD.org"
+
prefix: "/usr/local"
+
www: "http://www.libpng.org/pub/png/libpng.html"
+
flatsize: 964462
+
comment: "Library for manipulating PNG images"
+
licenselogic: "single"
+
desc: "Libpng was written as a companion to the PNG specification, as a\nway to reduce the amount of time and effort it takes to support\nthe PNG file format in application programs.  Most users will not\nhave to modify the library significantly; advanced users may want\nto modify it more.  The library was coded for both users.  All\nattempts were made to make it as complete as possible, while\nkeeping the code easy to understand.  Currently, this library\nonly supports C.  Support for other languages is being considered.\n\nLICENSE: libpng license\n\nWWW: http://www.libpng.org/pub/png/libpng.html\n     http://libpng.sourceforge.net/"
+
categories: [
+
    "graphics"
+
]
+
shlibs_provided: [
+
    "libpng15.so.15"
+
]
+
options: {
+
    APNG: "on",
+
    PNGTEST: "on"
+
}
+
files: {
+
    /usr/local/bin/libpng-config: "-",
+
    /usr/local/bin/libpng15-config: "1a27340cd0ef9fbaf340d81b72419a071e38cda2ae2bc75ec4d7ae04362d0f43",
+
    /usr/local/include/libpng15/png.h: "86cd8938a5c9b5c43e2221fe07e5bf9b884e7ea733da5d811a042fed6c4ffe30",
+
    /usr/local/include/libpng15/pngconf.h: "2e13aa5530d674b3157523bd6040b2f91b1311a4bb4f52c0ac85152197b2eb20",
+
    /usr/local/include/libpng15/pngdebug.h: "7f629ebfee85b24cee140b36a7f2ff3912ac751f7bd8632f622456e24aeca94a",
+
    /usr/local/include/libpng15/pnginfo.h: "2e85da648d41c22b9797ba334f0d8ec589bf94e59e845c2c83e68ace1a1d8add",
+
    /usr/local/include/libpng15/pnglibconf.h: "089d9087e5f10211ee5817bcecad418dc8846ae522f27ce8363646703c5b4009",
+
    /usr/local/include/libpng15/pngpriv.h: "cdc2877e9b716809b87608c2ac6900a8fcad92e98dc5621bdb3cee877220e7c4",
+
    /usr/local/include/libpng15/pngstruct.h: "b82469096bc8f0901032c6e5b9ac20b13fcddeafba18738f596d179a8079777d",
+
    /usr/local/include/png.h: "86cd8938a5c9b5c43e2221fe07e5bf9b884e7ea733da5d811a042fed6c4ffe30",
+
    /usr/local/include/pngconf.h: "2e13aa5530d674b3157523bd6040b2f91b1311a4bb4f52c0ac85152197b2eb20",
+
    /usr/local/include/pnglibconf.h: "089d9087e5f10211ee5817bcecad418dc8846ae522f27ce8363646703c5b4009",
+
    /usr/local/lib/libpng.a: "-",
+
    /usr/local/lib/libpng.so: "-",
+
    /usr/local/lib/libpng/libpng15-release.cmake: "f8de16e86b32f73ffb61bbb3d82d87c2045412fb5f2ba1f7f5370e556df48ec2",
+
    /usr/local/lib/libpng/libpng15.cmake: "68f02d70f8c2795c38b0f83e29fe1b65e96fbd14392c53ad1ad6f7f1978eba29",
+
    /usr/local/lib/libpng15.a: "e34ac3064d291b0596ad9f6a8e3999bf980ca3b85b344d0e71affd99edb250f7",
+
    /usr/local/lib/libpng15.so: "-",
+
    /usr/local/lib/libpng15.so.15: "f61f0138df54a5e478da040735ad57a8fbc1894843df1120947fc26815ef42b7",
+
    /usr/local/libdata/pkgconfig/libpng.pc: "-",
+
    /usr/local/libdata/pkgconfig/libpng15.pc: "23f232a47acd72d5adc51223fd4861bb988d196fcc4b7f539a6bec67f92efb43",
+
    /usr/local/man/man3/libpng.3.gz: "bf49558c0bc35b2a8b40baf5128fc4c4130692a54f2fb39178df68274d0b8675",
+
    /usr/local/man/man3/libpngpf.3.gz: "dfb644d429366de1912da4cd7779470db8fc0df302965e48d1ba40540bfba094",
+
    /usr/local/man/man5/png.5.gz: "3dc9903b841d5051ad90905a4b4d953daad6ea618be19533556ca09d3af1fa0b"
+
}
+
directories: {
+
    /usr/local/lib/libpng/: "n",
+
    /usr/local/include/libpng15/: "n"
+
}
+
scripts: {
+
    post-install: "/sbin/ldconfig -m /usr/local/lib",
+
    post-deinstall: "/sbin/ldconfig -R"
+
}
modified tests/frontend/sqlite3.uclin
@@ -1,11 +1,11 @@
name: "sqlite3"
origin: "databases/sqlite3"
-
version: "3.8.5_1"
-
arch: "freebsd:10:x86:64"
+
version: "3.8.6"
+
arch: "freebsd:11:x86:64"
maintainer: "pavelivolkov@gmail.com"
prefix: "/usr/local"
www: "https://www.sqlite.org/"
-
flatsize: 2742805
+
flatsize: 2946046
comment: "SQL database engine in a C library"
licenselogic: "single"
licenses: [
@@ -46,21 +46,21 @@ annotations: {
    repo_type: "binary"
}
files: {
-
    /usr/local/bin/sqlite3: "f70722143b139bceda62eb54b99f9e6464b7d35c6368b2b47799cddb136280ce",
-
    /usr/local/include/sqlite3.h: "e06f562f97ea7bf8d49d7617ba358ff3bd8ed1a74433a5b50d649e8c97ac27b6",
+
    /usr/local/bin/sqlite3: "06663b5ae4eb31eda5d682b0679e6049e28c166efaa43f08faa3bdf73306358e",
+
    /usr/local/include/sqlite3.h: "5af7e60f277ba3c30bef97de7e8fb8df839d94b6cdbca5467f2dd8d3adf2986a",
    /usr/local/include/sqlite3ext.h: "620d8b84b8d8b8bea394dc5b9e6a98b0367218273ad0a4412cbb0cd3ce9be686",
-
    /usr/local/lib/libsqlite3.a: "5bf048d4db0b362af4d6684ee83227c62747de339b9f58bd02da0ba9c2b301b5",
-
    /usr/local/lib/libsqlite3.so: "-",
-
    /usr/local/lib/libsqlite3.so.0: "-",
-
    /usr/local/lib/libsqlite3.so.0.8.6: "66b1e45bbcdb204ccb7c981ef5031722eb8a2c7a5b9fc27c824d99f742da9eeb",
-
    /usr/local/libdata/pkgconfig/sqlite3.pc: "5697aee54ba1f283ecac874b37f5a85e5ae4120d73da4ebb5c44544991bdb31a",
+
    /usr/local/lib/libsqlite3.a: "10cc5a3ae7eaf320ee7ac197fd153e39e9d2ffcbadee9cb8cf459127d477c2ad",
+
    /usr/local/lib/libsqlite3.so: "b6289dcd4b8f45abf3e2f69c903e9b0f80bae1fb7d5a9e3ad0636fe5e26886a4",
+
    /usr/local/lib/libsqlite3.so.0: "b6289dcd4b8f45abf3e2f69c903e9b0f80bae1fb7d5a9e3ad0636fe5e26886a4",
+
    /usr/local/lib/libsqlite3.so.0.8.6: "1fc16fcbab41551bececda3e6ec315dc1c7b798d81013ca3a73d6e3ae68bd8c5",
+
    /usr/local/libdata/pkgconfig/sqlite3.pc: "740a7c23bc1d18ef3c10170099e9742e34ce0dce33866ae7105796e2c60ee1fc",
    /usr/local/man/man1/sqlite3.1.gz: "b6d58505d378faa5abe126400ebdcc25e72abdf7e65e4a39e48a91cc81a5ebb3",
-
    /usr/local/share/licenses/sqlite3-3.8.5_1/LICENSE: "8402e9d907c9f12647832648c5941d3be53e33f9832bf0bf1a30b8e88cfa7513",
-
    /usr/local/share/licenses/sqlite3-3.8.5_1/catalog.mk: "5764450bfb26e77ed32c57f19a4f64955c7c8297f44f30e40d4009986b67521c",
-
    /usr/local/share/licenses/sqlite3-3.8.5_1/public: "b4321e78d0be51d4397b0647c9ab18cf0805fd438660aee7b5c052811f755f78"
+
    /usr/local/share/licenses/sqlite3-3.8.6/LICENSE: "8402e9d907c9f12647832648c5941d3be53e33f9832bf0bf1a30b8e88cfa7513",
+
    /usr/local/share/licenses/sqlite3-3.8.6/catalog.mk: "e38548a1526c48409021e478d16ad967081adc6b1acddf592c17f5c8a44c7ced",
+
    /usr/local/share/licenses/sqlite3-3.8.6/public: "b4321e78d0be51d4397b0647c9ab18cf0805fd438660aee7b5c052811f755f78"
}
directories: {
-
    /usr/local/share/licenses/sqlite3-3.8.5_1/: "n",
+
    /usr/local/share/licenses/sqlite3-3.8.6/: "n",
    /usr/local/share/licenses/: "y"
}
scripts: {