forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
a5d697e5ca
commit
7618afa158
415 changed files with 6323 additions and 9064 deletions
|
|
@ -49,6 +49,7 @@
|
|||
SUBDIR += osmosis
|
||||
SUBDIR += p5-Astro
|
||||
SUBDIR += p5-Astro-ADS
|
||||
SUBDIR += p5-Astro-App-Satpass2
|
||||
SUBDIR += p5-Astro-Catalog
|
||||
SUBDIR += p5-Astro-Constants
|
||||
SUBDIR += p5-Astro-Coords
|
||||
|
|
|
|||
28
astro/p5-Astro-App-Satpass2/Makefile
Normal file
28
astro/p5-Astro-App-Satpass2/Makefile
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Created by: Wen Heping<wen@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Astro-App-Satpass2
|
||||
PORTVERSION= 0.034
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Forecast satellite visibility
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Astro-SIMBAD-Client>=0:astro/p5-Astro-SIMBAD-Client \
|
||||
p5-Astro-satpass>=0.077:astro/p5-Astro-satpass \
|
||||
p5-Clone>=0:devel/p5-Clone \
|
||||
p5-File-HomeDir>=0.93:devel/p5-File-HomeDir \
|
||||
p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple \
|
||||
p5-Template-Toolkit>=2.21:www/p5-Template-Toolkit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
astro/p5-Astro-App-Satpass2/distinfo
Normal file
3
astro/p5-Astro-App-Satpass2/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1491233239
|
||||
SHA256 (Astro-App-Satpass2-0.034.tar.gz) = 5c62f38bde6ed67bb8f2fb17204c36bcff4880df7db274580898a6c880eafc70
|
||||
SIZE (Astro-App-Satpass2-0.034.tar.gz) = 306445
|
||||
7
astro/p5-Astro-App-Satpass2/pkg-descr
Normal file
7
astro/p5-Astro-App-Satpass2/pkg-descr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
This class implements an application to predict satellite visibility and
|
||||
related phenomena. It is a mostly-compatible rewrite and eventual
|
||||
replacement of the satpass script in distribution Astro-satpass, aimed
|
||||
at making it easier to test, and removing some of the odder cruft that
|
||||
has accumulated in the satpass script.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-App-Satpass2/
|
||||
64
astro/p5-Astro-App-Satpass2/pkg-plist
Normal file
64
astro/p5-Astro-App-Satpass2/pkg-plist
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
bin/satpass2
|
||||
%%SITE_PERL%%/Astro/App/Satpass2.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Copier.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Format.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Format/Dump.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Format/Template.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime/Cldr.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime/DateTime.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime/DateTime/Cldr.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime/DateTime/Strftime.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime/POSIX/Strftime.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatTime/Strftime.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatValue.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/FormatValue/Formatter.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Geocode.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Geocode/OSM.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Locale.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Locale/C.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Macro.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Macro/Code.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Macro/Command.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/ParseTime.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/ParseTime/Code.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/ParseTime/Date/Manip.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/ParseTime/Date/Manip/v5.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/ParseTime/Date/Manip/v6.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/ParseTime/ISO8601.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/TUTORIAL.pod
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Utils.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Warner.pm
|
||||
%%SITE_PERL%%/Astro/App/Satpass2/Wrap/Array.pm
|
||||
%%PERL5_MAN1%%/satpass2.1.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Copier.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Format.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Format::Dump.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Format::Template.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime::Cldr.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime::DateTime.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime::DateTime::Cldr.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime::DateTime::Strftime.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime::POSIX::Strftime.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatTime::Strftime.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatValue.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::FormatValue::Formatter.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Geocode.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Geocode::OSM.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Locale.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Locale::C.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Macro.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Macro::Code.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Macro::Command.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::ParseTime.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::ParseTime::Code.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::ParseTime::Date::Manip.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::ParseTime::Date::Manip::v5.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::ParseTime::Date::Manip::v6.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::ParseTime::ISO8601.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::TUTORIAL.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Utils.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Warner.3.gz
|
||||
%%PERL5_MAN3%%/Astro::App::Satpass2::Wrap::Array.3.gz
|
||||
|
|
@ -39,8 +39,9 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
|
|||
libFLAC.so:audio/flac \
|
||||
libreadline.so:devel/readline
|
||||
|
||||
USES= desktop-file-utils gettext libarchive pkgconfig \
|
||||
python:build readline tar:bzip2 waf
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext libarchive \
|
||||
pkgconfig python:build readline tar:bzip2 waf
|
||||
USE_CXXSTD= c++11
|
||||
USE_XORG= x11
|
||||
USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -13,9 +13,8 @@ LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
|
|||
libpulse.so:audio/pulseaudio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
USES= gmake pkgconfig
|
||||
USES= compiler:c++11-lang localbase gmake pkgconfig
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= gconfmm26 gnomeprefix intltool
|
||||
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@ LIB_DEPENDS= libjack.so:audio/jack \
|
|||
libglademm-2.4.so:devel/libglademm24 \
|
||||
libflowcanvas.so:x11-toolkits/flowcanvas
|
||||
|
||||
USES= pkgconfig tar:bzip2 waf
|
||||
USES= compiler:c++11-lang pkgconfig tar:bzip2 waf
|
||||
USE_CXXSTD= c++11
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
|
||||
--no-alsa \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ruby-mp3info
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.8.10
|
||||
CATEGORIES= audio rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -12,7 +12,6 @@ COMMENT= Ruby library to access information on mp3 files
|
|||
LICENSE= MIT
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (rubygem/ruby-mp3info-0.8.gem) = 92125f668479f8a1db096a17c0b79867f601e1e36301e342a00d11e68442dc65
|
||||
SIZE (rubygem/ruby-mp3info-0.8.gem) = 25088
|
||||
TIMESTAMP = 1491215640
|
||||
SHA256 (rubygem/ruby-mp3info-0.8.10.gem) = 3cc7fe156c7959209c2162fe2e2a28a7e5c79b877c608fbd136c9a7233860687
|
||||
SIZE (rubygem/ruby-mp3info-0.8.10.gem) = 91136
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@
|
|||
SUBDIR += linux-oracle-instantclient-sqlplus
|
||||
SUBDIR += liquibase
|
||||
SUBDIR += lmdb
|
||||
SUBDIR += lua-xapian
|
||||
SUBDIR += luadbi
|
||||
SUBDIR += luasql-firebird
|
||||
SUBDIR += luasql-mysql
|
||||
|
|
@ -475,8 +476,8 @@
|
|||
SUBDIR += p5-SQLite-Work
|
||||
SUBDIR += p5-Search-InvertedIndex
|
||||
SUBDIR += p5-Search-Namazu
|
||||
SUBDIR += p5-Search-Xapian
|
||||
SUBDIR += p5-Search-Xapian10
|
||||
SUBDIR += p5-Search-Xapian12
|
||||
SUBDIR += p5-Store-CouchDB
|
||||
SUBDIR += p5-T2
|
||||
SUBDIR += p5-Tangram
|
||||
|
|
@ -494,6 +495,7 @@
|
|||
SUBDIR += p5-Tie-LevelDB
|
||||
SUBDIR += p5-Time-Piece-MySQL
|
||||
SUBDIR += p5-TokyoCabinet
|
||||
SUBDIR += p5-Xapian
|
||||
SUBDIR += p5-mysql-genocide
|
||||
SUBDIR += p5-tokyotyrant
|
||||
SUBDIR += pear-DB
|
||||
|
|
@ -590,6 +592,7 @@
|
|||
SUBDIR += pguri
|
||||
SUBDIR += pgworksheet
|
||||
SUBDIR += php-mdcached
|
||||
SUBDIR += php-xapian
|
||||
SUBDIR += php5-pdo_cassandra
|
||||
SUBDIR += php5-tarantool
|
||||
SUBDIR += php56-dba
|
||||
|
|
@ -803,6 +806,7 @@
|
|||
SUBDIR += py-umemcache
|
||||
SUBDIR += py-unqlite
|
||||
SUBDIR += py-whisper
|
||||
SUBDIR += py-xapian
|
||||
SUBDIR += py3-bsddb3
|
||||
SUBDIR += py3-mysqlclient
|
||||
SUBDIR += py3-psycopg2
|
||||
|
|
@ -857,6 +861,7 @@
|
|||
SUBDIR += ruby-odbc
|
||||
SUBDIR += ruby-qdbm
|
||||
SUBDIR += ruby-tokyocabinet
|
||||
SUBDIR += ruby-xapian
|
||||
SUBDIR += rubygem-activemodel4
|
||||
SUBDIR += rubygem-activemodel5
|
||||
SUBDIR += rubygem-activerecord-import
|
||||
|
|
@ -985,8 +990,10 @@
|
|||
SUBDIR += wfb2sql
|
||||
SUBDIR += wmjsql
|
||||
SUBDIR += xapian-bindings
|
||||
SUBDIR += xapian-bindings12
|
||||
SUBDIR += xapian-core
|
||||
SUBDIR += xapian-core10
|
||||
SUBDIR += xapian-core12
|
||||
SUBDIR += xtrabackup
|
||||
SUBDIR += zodb3
|
||||
|
||||
|
|
|
|||
42
databases/lua-xapian/Makefile
Normal file
42
databases/lua-xapian/Makefile
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.3
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Lua binding for Xapian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
CONFLICTS_INSTALL= xapian-bindings12-
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--enable-static \
|
||||
--with-lua \
|
||||
--without-csharp --without-java --without-perl --without-php \
|
||||
--without-python --without-python3 --without-ruby --without-tcl
|
||||
CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool lua tar:xz
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
databases/lua-xapian/distinfo
Normal file
3
databases/lua-xapian/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1485562319
|
||||
SHA256 (xapian-bindings-1.4.3.tar.xz) = 65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87
|
||||
SIZE (xapian-bindings-1.4.3.tar.xz) = 1114408
|
||||
3
databases/lua-xapian/pkg-descr
Normal file
3
databases/lua-xapian/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Lua binding for Xapian
|
||||
|
||||
WWW: https://xapian.org/
|
||||
2
databases/lua-xapian/pkg-plist
Normal file
2
databases/lua-xapian/pkg-plist
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
%%LUA_MODLIBDIR%%/xapian.a
|
||||
%%LUA_MODLIBDIR%%/xapian.so
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Sunny
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -13,6 +12,7 @@ COMMENT= Simple DBI wrapper supports SQLite and MySQL
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.615:databases/p5-DBI \
|
||||
p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \
|
||||
|
|
@ -24,7 +24,8 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.31:databases/p5-DBD-SQLite \
|
|||
p5-Test-Requires>=0:devel/p5-Test-Requires \
|
||||
p5-Capture-Tiny>=0:devel/p5-Capture-Tiny
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (DBIx-Sunny-0.22.tar.gz) = d8135437fbbf3c7e32fbce63289d4bfc30204764cfd3e635dc7e6914b63aeed7
|
||||
SIZE (DBIx-Sunny-0.22.tar.gz) = 18642
|
||||
TIMESTAMP = 1491287500
|
||||
SHA256 (DBIx-Sunny-0.23.tar.gz) = 51f001b3e7547faaba71b4ddf5ced5dfc70f75e25c26d703f42a9216c25ea015
|
||||
SIZE (DBIx-Sunny-0.23.tar.gz) = 18739
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SQL-Abstract
|
||||
PORTVERSION= 1.82
|
||||
PORTVERSION= 1.84
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490196009
|
||||
SHA256 (SQL-Abstract-1.82.tar.gz) = e617de0954df975651b7119732cc29f4eaf9d61235791146ae68ca6b3f600eab
|
||||
SIZE (SQL-Abstract-1.82.tar.gz) = 103576
|
||||
TIMESTAMP = 1491287512
|
||||
SHA256 (SQL-Abstract-1.84.tar.gz) = 655f4aa3d4ea7ca0a7bafb2beff84010d5c77f0ee4413baa0c86456bf6db5e75
|
||||
SIZE (SQL-Abstract-1.84.tar.gz) = 98744
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Search-Xapian10
|
||||
PORTVERSION= 1.0.23.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -18,7 +18,7 @@ LICENSE_COMB= dual
|
|||
BUILD_DEPENDS= xapian-core10>=1.0.22:databases/xapian-core10
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS= p5-Search-Xapian-1.[^0]*
|
||||
CONFLICTS_INSTALL= p5-Search-Xapian12-
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
@ -27,4 +27,7 @@ CC= ${CXX}
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Xapian/Xapian.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
|
|||
LOCAL/sunpoet \
|
||||
CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl XS frontend to the Xapian C++ search library
|
||||
|
|
@ -15,11 +16,11 @@ COMMENT= Perl XS frontend to the Xapian C++ search library
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core12
|
||||
TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
PORTSCOUT= limit:^1\.2\.
|
||||
|
||||
CC= ${CXX}
|
||||
CONFIGURE_ARGS= XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
|
||||
46
databases/p5-Xapian/Makefile
Normal file
46
databases/p5-Xapian/Makefile
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Xapian
|
||||
PORTVERSION= 1.4.3.0
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= xapian-bindings-${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl binding for Xapian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION:R}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--enable-static \
|
||||
--with-perl \
|
||||
--without-csharp --without-java --without-lua --without-php \
|
||||
--without-python --without-python3 --without-ruby --without-tcl
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CORE -lperl
|
||||
USES= libtool perl5 tar:xz
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
post-patch-DOCS-off:
|
||||
@${REINPLACE_CMD} -e 's| install-dist_exampledataDATA install-docdataDATA||' ${WRKSRC}/perl/Makefile.in
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Xapian/Xapian.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
databases/p5-Xapian/distinfo
Normal file
3
databases/p5-Xapian/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1485562319
|
||||
SHA256 (xapian-bindings-1.4.3.tar.xz) = 65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87
|
||||
SIZE (xapian-bindings-1.4.3.tar.xz) = 1114408
|
||||
10
databases/p5-Xapian/pkg-descr
Normal file
10
databases/p5-Xapian/pkg-descr
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
This module wraps most methods of most Xapian classes. The missing classes and
|
||||
methods should be added in the future. It also provides a simplified, more
|
||||
'perlish' interface - as demonstrated above.
|
||||
|
||||
The Xapian library is evolving very quickly at the time of writing, hence any
|
||||
documentation placed here would be likely to become out of date quite rapidly,
|
||||
and I do not have the patience to write some which could rapidly become
|
||||
redundant.
|
||||
|
||||
WWW: https://xapian.org/
|
||||
49
databases/p5-Xapian/pkg-plist
Normal file
49
databases/p5-Xapian/pkg-plist
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
%%SITE_PERL%%/Xapian.pm
|
||||
%%SITE_PERL%%/Xapian/AssertionError.pm
|
||||
%%SITE_PERL%%/Xapian/BM25Weight.pm
|
||||
%%SITE_PERL%%/Xapian/BoolWeight.pm
|
||||
%%SITE_PERL%%/Xapian/Database.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseCorruptError.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseCreateError.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseError.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseLockError.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseModifiedError.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseOpeningError.pm
|
||||
%%SITE_PERL%%/Xapian/DatabaseVersionError.pm
|
||||
%%SITE_PERL%%/Xapian/DocNotFoundError.pm
|
||||
%%SITE_PERL%%/Xapian/Document.pm
|
||||
%%SITE_PERL%%/Xapian/ESet.pm
|
||||
%%SITE_PERL%%/Xapian/ESetIterator.pm
|
||||
%%SITE_PERL%%/Xapian/Enquire.pm
|
||||
%%SITE_PERL%%/Xapian/Error.pm
|
||||
%%SITE_PERL%%/Xapian/FeatureUnavailableError.pm
|
||||
%%SITE_PERL%%/Xapian/InternalError.pm
|
||||
%%SITE_PERL%%/Xapian/InvalidArgumentError.pm
|
||||
%%SITE_PERL%%/Xapian/InvalidOperationError.pm
|
||||
%%SITE_PERL%%/Xapian/LogicError.pm
|
||||
%%SITE_PERL%%/Xapian/MSet.pm
|
||||
%%SITE_PERL%%/Xapian/MSetIterator.pm
|
||||
%%SITE_PERL%%/Xapian/MultiValueSorter.pm
|
||||
%%SITE_PERL%%/Xapian/NetworkError.pm
|
||||
%%SITE_PERL%%/Xapian/NetworkTimeoutError.pm
|
||||
%%SITE_PERL%%/Xapian/PerlStopper.pm
|
||||
%%SITE_PERL%%/Xapian/PositionIterator.pm
|
||||
%%SITE_PERL%%/Xapian/PostingIterator.pm
|
||||
%%SITE_PERL%%/Xapian/Query.pm
|
||||
%%SITE_PERL%%/Xapian/QueryParser.pm
|
||||
%%SITE_PERL%%/Xapian/QueryParserError.pm
|
||||
%%SITE_PERL%%/Xapian/RSet.pm
|
||||
%%SITE_PERL%%/Xapian/RangeError.pm
|
||||
%%SITE_PERL%%/Xapian/RuntimeError.pm
|
||||
%%SITE_PERL%%/Xapian/SimpleStopper.pm
|
||||
%%SITE_PERL%%/Xapian/Stem.pm
|
||||
%%SITE_PERL%%/Xapian/Stopper.pm
|
||||
%%SITE_PERL%%/Xapian/TermGenerator.pm
|
||||
%%SITE_PERL%%/Xapian/TermIterator.pm
|
||||
%%SITE_PERL%%/Xapian/TradWeight.pm
|
||||
%%SITE_PERL%%/Xapian/UnimplementedError.pm
|
||||
%%SITE_PERL%%/Xapian/ValueIterator.pm
|
||||
%%SITE_PERL%%/Xapian/Weight.pm
|
||||
%%SITE_PERL%%/Xapian/WritableDatabase.pm
|
||||
%%SITE_ARCH%%/auto/Xapian/Xapian.a
|
||||
%%SITE_ARCH%%/auto/Xapian/Xapian.so
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 3.1.1
|
||||
PORTVERSION= 3.1.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1487169159
|
||||
SHA256 (redis-3.1.1.tgz) = aa1a30f2c5e1f532289b9b90af71b42db86bb85e9f8c344a455a4312c79d917e
|
||||
SIZE (redis-3.1.1.tgz) = 198597
|
||||
TIMESTAMP = 1490962322
|
||||
SHA256 (redis-3.1.2.tgz) = a7687d007e48bef92049b8f53b425244d663da57d6b646d139248839e01f4ea3
|
||||
SIZE (redis-3.1.2.tgz) = 199041
|
||||
|
|
|
|||
51
databases/php-xapian/Makefile
Normal file
51
databases/php-xapian/Makefile
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.3
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= php-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= PHP binding for Xapian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--enable-static \
|
||||
--with-php \
|
||||
--without-csharp --without-java --without-lua --without-perl \
|
||||
--without-python --without-python3 --without-ruby --without-tcl
|
||||
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool php:build tar:xz
|
||||
|
||||
PLIST_FILES= lib/php/${PHP_EXT_DIR}/xapian.a \
|
||||
lib/php/${PHP_EXT_DIR}/xapian.so
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_VER} >= 70
|
||||
CONFIGURE_ARGS+=--with-php7 --without-php
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-php --without-php7
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
databases/php-xapian/distinfo
Normal file
3
databases/php-xapian/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1485562319
|
||||
SHA256 (xapian-bindings-1.4.3.tar.xz) = 65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87
|
||||
SIZE (xapian-bindings-1.4.3.tar.xz) = 1114408
|
||||
3
databases/php-xapian/pkg-descr
Normal file
3
databases/php-xapian/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PHP binding for Xapian
|
||||
|
||||
WWW: https://xapian.org/
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CouchDB
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -13,6 +13,8 @@ COMMENT= Simple Library to Allow Python Applications to Use CouchDB
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils pythonprefix
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (python/CouchDB-0.8.tar.gz) = 783d22eb23d71177a8083bf770046a47fd9961d35c44728f4785ff7ec004afcb
|
||||
SIZE (python/CouchDB-0.8.tar.gz) = 48045
|
||||
TIMESTAMP = 1490708803
|
||||
SHA256 (python/CouchDB-1.1.tar.gz) = 9503ea413956c33b5e2af248235afb5e0f011f33f816a32e872f8ff9b0a0e710
|
||||
SIZE (python/CouchDB-1.1.tar.gz) = 60839
|
||||
|
|
|
|||
|
|
@ -1,10 +1,14 @@
|
|||
bin/couchdb-dump
|
||||
bin/couchdb-load
|
||||
bin/couchdb-load-design-doc
|
||||
bin/couchdb-replicate
|
||||
bin/couchpy
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/__main__.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/__main__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/__main__.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/client.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/client.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/client.pyo
|
||||
|
|
@ -17,6 +21,9 @@ bin/couchpy
|
|||
%%PYTHON_SITELIBDIR%%/couchdb/json.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/json.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/json.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/loader.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/loader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/loader.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/mapping.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/mapping.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/mapping.pyo
|
||||
|
|
@ -26,18 +33,24 @@ bin/couchpy
|
|||
%%PYTHON_SITELIBDIR%%/couchdb/tests/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/__main__.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/__main__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/__main__.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/client.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/client.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/client.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/couch_tests.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/couch_tests.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/couch_tests.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/couchhttp.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/couchhttp.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/couchhttp.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/design.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/design.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/design.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/http.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/http.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/http.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/loader.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/loader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/loader.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/mapping.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/mapping.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/mapping.pyo
|
||||
|
|
@ -50,6 +63,18 @@ bin/couchpy
|
|||
%%PYTHON_SITELIBDIR%%/couchdb/tests/testutil.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/testutil.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/testutil.pyo
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/tools.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/tools.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/tools.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util2.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util2.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util2.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util3.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util3.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/util3.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/view.py
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/view.pyc
|
||||
%%PYTHON_SITELIBDIR%%/couchdb/tests/view.pyo
|
||||
|
|
|
|||
55
databases/py-xapian/Makefile
Normal file
55
databases/py-xapian/Makefile
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.3
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python binding for Xapian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
CONFLICTS_INSTALL= xapian-bindings12-
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--enable-static \
|
||||
--without-csharp --without-java --without-lua --without-perl \
|
||||
--without-php --without-ruby --without-tcl
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool python tar:xz
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
post-patch-DOCS-off:
|
||||
@${REINPLACE_CMD} -e 's| all-local||; s| install-data-local install-dist_exampledataDATA||' ${WRKSRC}/python/Makefile.in ${WRKSRC}/python3/Makefile.in
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} > 3000
|
||||
CONFIGURE_ARGS+=--with-python3 --without-python
|
||||
CONFIGURE_ENV+= PYTHON3=${PYTHON_CMD}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--with-python --without-python3
|
||||
CONFIGURE_ENV+= PYTHON2=${PYTHON_CMD}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
3
databases/py-xapian/distinfo
Normal file
3
databases/py-xapian/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1485562319
|
||||
SHA256 (xapian-bindings-1.4.3.tar.xz) = 65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87
|
||||
SIZE (xapian-bindings-1.4.3.tar.xz) = 1114408
|
||||
24
databases/py-xapian/files/patch-configure
Normal file
24
databases/py-xapian/files/patch-configure
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
--- configure.orig 2017-01-25 00:42:31 UTC
|
||||
+++ configure
|
||||
@@ -17105,10 +17105,6 @@ $as_echo "yes" >&6; }
|
||||
else
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
- if test yes = "$with_python2" ; then
|
||||
- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python2 - try package python-sphinx" "$LINENO" 5
|
||||
- fi
|
||||
- PYTHON2=
|
||||
fi
|
||||
if test -n "$PYTHON2" ; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON2_INC/Python.h" >&5
|
||||
@@ -17292,10 +17288,6 @@ $as_echo "yes" >&6; }
|
||||
else
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
- if test yes = "$with_python3" ; then
|
||||
- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python3 - try package python3-sphinx" "$LINENO" 5
|
||||
- fi
|
||||
- PYTHON3=
|
||||
fi
|
||||
if test -n "$PYTHON3" ; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5
|
||||
3
databases/py-xapian/pkg-descr
Normal file
3
databases/py-xapian/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Python binding for Xapian
|
||||
|
||||
WWW: https://xapian.org/
|
||||
7
databases/py-xapian/pkg-plist
Normal file
7
databases/py-xapian/pkg-plist
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
%%PYTHON3%%%%PYTHON_SITELIBDIR%%/xapian/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON3%%%%PYTHON_SITELIBDIR%%/xapian/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%PYTHON_SITELIBDIR%%/xapian/__init__.py
|
||||
%%PYTHON2%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyc
|
||||
%%PYTHON2%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/xapian/_xapian.a
|
||||
%%PYTHON_SITELIBDIR%%/xapian/_xapian.so
|
||||
39
databases/ruby-xapian/Makefile
Normal file
39
databases/ruby-xapian/Makefile
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.3
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby binding for Xapian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--enable-static --with-ruby \
|
||||
--without-csharp --without-java --without-lua --without-perl \
|
||||
--without-php --without-python --without-python3 --without-tcl
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_RUBY= yes
|
||||
USES= libtool tar:xz
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
databases/ruby-xapian/distinfo
Normal file
3
databases/ruby-xapian/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1485562319
|
||||
SHA256 (xapian-bindings-1.4.3.tar.xz) = 65b5455bf81e4f39fda49a6ad99353b05889d11d7c4c2cae001a0a1e0dac0d87
|
||||
SIZE (xapian-bindings-1.4.3.tar.xz) = 1114408
|
||||
3
databases/ruby-xapian/pkg-descr
Normal file
3
databases/ruby-xapian/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Ruby binding for Xapian
|
||||
|
||||
WWW: https://xapian.org/
|
||||
3
databases/ruby-xapian/pkg-plist
Normal file
3
databases/ruby-xapian/pkg-plist
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/_xapian.a
|
||||
%%RUBY_SITEARCHLIBDIR%%/_xapian.so
|
||||
%%RUBY_SITELIBDIR%%/xapian.rb
|
||||
|
|
@ -2,48 +2,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian-bindings
|
||||
PORTVERSION= 1.2.24
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Bindings allowing Xapian to be used from various programming languages
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY
|
||||
OPTIONS_DEFAULT=PHP PYTHON RUBY
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= LUA PERL PHP PYTHON RUBY
|
||||
OPTIONS_DEFAULT=LUA PERL PHP PYTHON RUBY
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--without-csharp --without-java --without-perl --without-tcl
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool tar:xz
|
||||
USES= metaport
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
|
||||
LUA_CONFIGURE_WITH= lua
|
||||
LUA_USES= lua
|
||||
PHP_CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
|
||||
PHP_CONFIGURE_WITH= php
|
||||
PHP_USES= php:build
|
||||
PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR}
|
||||
PYTHON_CONFIGURE_WITH= python
|
||||
PYTHON_USES= python:2
|
||||
RUBY_CONFIGURE_WITH= ruby
|
||||
LUA_RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/lua-xapian
|
||||
LUA_USES= lua:run
|
||||
PERL_RUN_DEPENDS= p5-Xapian>=${PORTVERSION}:databases/p5-Xapian
|
||||
PHP_RUN_DEPENDS= php-xapian>=${PORTVERSION}:databases/php-xapian
|
||||
PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/py-xapian
|
||||
PYTHON_USES= python:run
|
||||
RUBY_RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/ruby-xapian
|
||||
RUBY_USE= RUBY=yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
# do not install rdoc
|
||||
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' ${WRKSRC}/ruby/Makefile.in
|
||||
RUBY_VARS= RUBY_NO_BUILD_DEPENDS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
SWIG and JNI bindings allowing Xapian to be used from various other programming
|
||||
languages.
|
||||
This is the meta port of the following bindings:
|
||||
- databases/lua-xapian: Lua binding
|
||||
- databases/p5-Xapian: Perl binding
|
||||
- databases/php-xapian: PHP binding
|
||||
- databases/py-xapian: Python binding
|
||||
- databases/ruby-xapian: Ruby binding
|
||||
|
||||
WWW: http://www.xapian.org/
|
||||
WWW: https://xapian.org/
|
||||
|
|
|
|||
52
databases/xapian-bindings12/Makefile
Normal file
52
databases/xapian-bindings12/Makefile
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian-bindings
|
||||
PORTVERSION= 1.2.24
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Bindings allowing Xapian to be used from various programming languages
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core12
|
||||
|
||||
CONFLICTS_INSTALL= xapian-bindings-
|
||||
|
||||
OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY
|
||||
OPTIONS_DEFAULT=PHP PYTHON RUBY
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \
|
||||
--without-csharp --without-java --without-perl --without-tcl
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool tar:xz
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
|
||||
LUA_CONFIGURE_WITH= lua
|
||||
LUA_USES= lua
|
||||
PHP_CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
|
||||
PHP_CONFIGURE_WITH= php
|
||||
PHP_USES= php:build
|
||||
PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR}
|
||||
PYTHON_CONFIGURE_WITH= python
|
||||
PYTHON_USES= python:2
|
||||
RUBY_CONFIGURE_WITH= ruby
|
||||
RUBY_USE= RUBY=yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
# do not install rdoc
|
||||
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' ${WRKSRC}/ruby/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
4
databases/xapian-bindings12/pkg-descr
Normal file
4
databases/xapian-bindings12/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
SWIG and JNI bindings allowing Xapian to be used from various other programming
|
||||
languages.
|
||||
|
||||
WWW: https://xapian.org/
|
||||
9
databases/xapian-bindings12/pkg-plist
Normal file
9
databases/xapian-bindings12/pkg-plist
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%%LUA%%%%LUA_MODLIBDIR%%/xapian.so
|
||||
%%PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
|
||||
%%PHP%%%%DATADIR%%/php5/xapian.php
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyc
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyo
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/_xapian.so
|
||||
%%RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb
|
||||
%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian-core
|
||||
PORTVERSION= 1.2.24
|
||||
PORTVERSION= 1.4.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
|
|
@ -14,6 +14,8 @@ COMMENT= Probabilistic text search database engine
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS_INSTALL= xapian-core10- xapian-core12-
|
||||
|
||||
OPTIONS_DEFINE= DOCS SSE2
|
||||
SSE2_DESC= Use SSE2 for floating point
|
||||
|
||||
|
|
@ -24,13 +26,14 @@ INSTALL_TARGET= install-strip
|
|||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix tar:xz
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
|
||||
SSE2_CONFIGURE_ENABLE= sse
|
||||
|
||||
post-install:
|
||||
.for file in copydatabase delve quest
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
|
||||
.endfor
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/copydatabase ${STAGEDIR}${PREFIX}/bin/xapian-copydatabase
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/quest ${STAGEDIR}${PREFIX}/bin/xapian-quest
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/xapian-metadata ${STAGEDIR}${PREFIX}/bin/xapian-metadata
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1475134941
|
||||
SHA256 (xapian-core-1.2.24.tar.xz) = 57a82717ba07e9777958b6ef48d94b81ea41ac4c74d544f74da597fab1e1f87b
|
||||
SIZE (xapian-core-1.2.24.tar.xz) = 3210192
|
||||
TIMESTAMP = 1485562297
|
||||
SHA256 (xapian-core-1.4.3.tar.xz) = 7d5295511ca2de70463a29e75f6a2393df5dc1485bf33074b778c66e1721e475
|
||||
SIZE (xapian-core-1.4.3.tar.xz) = 2805964
|
||||
|
|
|
|||
|
|
@ -1,33 +1,30 @@
|
|||
--- Makefile.in.orig 2011-08-10 06:54:57 UTC
|
||||
--- Makefile.in.orig 2016-12-28 13:56:24 UTC
|
||||
+++ Makefile.in
|
||||
@@ -47,7 +47,8 @@
|
||||
@VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
|
||||
@@ -101,13 +101,12 @@ host_triplet = @host@
|
||||
@VPATH_BUILD_TRUE@am__append_1 = -I'$(top_builddir)/include' \
|
||||
@VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \
|
||||
@VPATH_BUILD_TRUE@ -I$(top_srcdir)/queryparser
|
||||
-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
|
||||
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
|
||||
+noinst_bin_PROGRAMS = \
|
||||
examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
|
||||
-bin_PROGRAMS = bin/xapian-delve$(EXEEXT) $(am__EXEEXT_1) \
|
||||
- $(am__EXEEXT_2) examples/copydatabase$(EXEEXT) \
|
||||
+bin_PROGRAMS = bin/xapian-delve$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
|
||||
+noinst_PROGRAMS = examples/copydatabase$(EXEEXT) \
|
||||
examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
|
||||
examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \
|
||||
@@ -713,7 +714,7 @@
|
||||
@BUILD_BACKEND_CHERT_TRUE@@BUILD_BACKEND_FLINT_TRUE@am__EXEEXT_2 = bin/xapian-chert-update$(EXEEXT)
|
||||
@BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
|
||||
@BUILD_BACKEND_REMOTE_TRUE@ bin/xapian-tcpsrv$(EXEEXT)
|
||||
-PROGRAMS = $(bin_PROGRAMS)
|
||||
+PROGRAMS = $(bin_PROGRAMS) $(noinst_bin_PROGRAMS)
|
||||
am__bin_xapian_check_SOURCES_DIST = bin/xapian-check.cc \
|
||||
bin/xapian-check-brass.cc bin/xapian-check-brass.h \
|
||||
bin/xapian-check-chert.cc bin/xapian-check-chert.h \
|
||||
@@ -1323,10 +1324,7 @@
|
||||
weight/tradweight.cc weight/weight.cc weight/weightinternal.cc
|
||||
examples/xapian-metadata$(EXEEXT)
|
||||
EXTRA_PROGRAMS =
|
||||
-noinst_PROGRAMS = $(am__EXEEXT_3)
|
||||
@BUILD_BACKEND_CHERT_OR_GLASS_TRUE@am__append_2 = \
|
||||
@BUILD_BACKEND_CHERT_OR_GLASS_TRUE@ bin/xapian-check\
|
||||
@BUILD_BACKEND_CHERT_OR_GLASS_TRUE@ bin/xapian-compact\
|
||||
@@ -1414,10 +1413,7 @@ lib_src = api/compactor.cc api/constinfo
|
||||
weight/tfidfweight.cc weight/tradweight.cc weight/weight.cc \
|
||||
weight/weightinternal.cc
|
||||
@MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
|
||||
@MAINTAINER_NO_DOCS_FALSE@ $(am__append_3) $(am__append_5) \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ $(am__append_4) $(am__append_6) \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/copydatabase.1 \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/delve.1 examples/quest.1 \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/quest.1 \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/xapian-metadata.1
|
||||
+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7)
|
||||
bin_xapian_check_CPPFLAGS = \
|
||||
-I$(top_srcdir)/backends/brass\
|
||||
-I$(top_srcdir)/backends/chert\
|
||||
+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_4) $(am__append_6)
|
||||
bin_xapian_check_SOURCES = bin/xapian-check.cc
|
||||
bin_xapian_check_LDADD = $(ldflags) $(libxapian_la)
|
||||
bin_xapian_compact_SOURCES = bin/xapian-compact.cc
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ Xapian features include:
|
|||
- Platform independent data formats
|
||||
- Allows simultaneous update and searching.
|
||||
|
||||
WWW: http://www.xapian.org/
|
||||
WWW: https://xapian.org/
|
||||
|
|
|
|||
|
|
@ -1,18 +1,20 @@
|
|||
bin/xapian-check
|
||||
bin/xapian-chert-update
|
||||
bin/xapian-compact
|
||||
bin/xapian-config
|
||||
bin/xapian-copydatabase
|
||||
bin/xapian-delve
|
||||
bin/xapian-inspect
|
||||
bin/xapian-metadata
|
||||
bin/xapian-progsrv
|
||||
bin/xapian-quest
|
||||
bin/xapian-replicate
|
||||
bin/xapian-replicate-server
|
||||
bin/xapian-tcpsrv
|
||||
include/xapian.h
|
||||
include/xapian/base.h
|
||||
include/xapian/attributes.h
|
||||
include/xapian/compactor.h
|
||||
include/xapian/constants.h
|
||||
include/xapian/constinfo.h
|
||||
include/xapian/database.h
|
||||
include/xapian/dbfactory.h
|
||||
include/xapian/deprecated.h
|
||||
|
|
@ -21,9 +23,14 @@ include/xapian/document.h
|
|||
include/xapian/enquire.h
|
||||
include/xapian/error.h
|
||||
include/xapian/errorhandler.h
|
||||
include/xapian/eset.h
|
||||
include/xapian/expanddecider.h
|
||||
include/xapian/geospatial.h
|
||||
include/xapian/intrusive_ptr.h
|
||||
include/xapian/iterator.h
|
||||
include/xapian/keymaker.h
|
||||
include/xapian/matchspy.h
|
||||
include/xapian/mset.h
|
||||
include/xapian/positioniterator.h
|
||||
include/xapian/postingiterator.h
|
||||
include/xapian/postingsource.h
|
||||
|
|
@ -42,18 +49,16 @@ include/xapian/visibility.h
|
|||
include/xapian/weight.h
|
||||
lib/cmake/xapian/xapian-config-version.cmake
|
||||
lib/cmake/xapian/xapian-config.cmake
|
||||
lib/libxapian.a
|
||||
lib/libxapian.so
|
||||
lib/libxapian.so.22
|
||||
lib/libxapian.so.22.7.2
|
||||
lib/libxapian.so.30
|
||||
lib/libxapian.so.30.3.0
|
||||
libdata/pkgconfig/xapian-core.pc
|
||||
man/man1/xapian-check.1.gz
|
||||
man/man1/xapian-chert-update.1.gz
|
||||
man/man1/xapian-compact.1.gz
|
||||
man/man1/xapian-config.1.gz
|
||||
man/man1/xapian-inspect.1.gz
|
||||
man/man1/xapian-delve.1.gz
|
||||
man/man1/xapian-progsrv.1.gz
|
||||
man/man1/xapian-replicate.1.gz
|
||||
man/man1/xapian-replicate-server.1.gz
|
||||
man/man1/xapian-replicate.1.gz
|
||||
man/man1/xapian-tcpsrv.1.gz
|
||||
share/aclocal/xapian.m4
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ COMMENT= Probabilistic text search database engine
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CONFLICTS_INSTALL= xapian-core- xapian-core12-
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ Xapian features include:
|
|||
- Platform independent data formats
|
||||
- Allows simultaneous update and searching.
|
||||
|
||||
WWW: http://www.xapian.org
|
||||
WWW: https://xapian.org/
|
||||
|
|
|
|||
39
databases/xapian-core12/Makefile
Normal file
39
databases/xapian-core12/Makefile
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Created by: J.F. Dockes
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xapian-core
|
||||
PORTVERSION= 1.2.24
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
PKGNAMESUFFIX= 12
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Probabilistic text search database engine
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS_INSTALL= xapian-core- xapian-core10-
|
||||
|
||||
OPTIONS_DEFINE= DOCS SSE2
|
||||
SSE2_DESC= Use SSE2 for floating point
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix tar:xz
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
SSE2_CONFIGURE_ENABLE= sse
|
||||
|
||||
post-install:
|
||||
.for file in copydatabase delve quest
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
databases/xapian-core12/distinfo
Normal file
3
databases/xapian-core12/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1475134941
|
||||
SHA256 (xapian-core-1.2.24.tar.xz) = 57a82717ba07e9777958b6ef48d94b81ea41ac4c74d544f74da597fab1e1f87b
|
||||
SIZE (xapian-core-1.2.24.tar.xz) = 3210192
|
||||
33
databases/xapian-core12/files/patch-Makefile.in
Normal file
33
databases/xapian-core12/files/patch-Makefile.in
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
--- Makefile.in.orig 2011-08-10 06:54:57 UTC
|
||||
+++ Makefile.in
|
||||
@@ -47,7 +47,8 @@
|
||||
@VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
|
||||
@VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \
|
||||
@VPATH_BUILD_TRUE@ -I$(top_srcdir)/queryparser
|
||||
-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
|
||||
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
|
||||
+noinst_bin_PROGRAMS = \
|
||||
examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
|
||||
examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
|
||||
examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \
|
||||
@@ -713,7 +714,7 @@
|
||||
@BUILD_BACKEND_CHERT_TRUE@@BUILD_BACKEND_FLINT_TRUE@am__EXEEXT_2 = bin/xapian-chert-update$(EXEEXT)
|
||||
@BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
|
||||
@BUILD_BACKEND_REMOTE_TRUE@ bin/xapian-tcpsrv$(EXEEXT)
|
||||
-PROGRAMS = $(bin_PROGRAMS)
|
||||
+PROGRAMS = $(bin_PROGRAMS) $(noinst_bin_PROGRAMS)
|
||||
am__bin_xapian_check_SOURCES_DIST = bin/xapian-check.cc \
|
||||
bin/xapian-check-brass.cc bin/xapian-check-brass.h \
|
||||
bin/xapian-check-chert.cc bin/xapian-check-chert.h \
|
||||
@@ -1323,10 +1324,7 @@
|
||||
weight/tradweight.cc weight/weight.cc weight/weightinternal.cc
|
||||
@MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
|
||||
@MAINTAINER_NO_DOCS_FALSE@ $(am__append_3) $(am__append_5) \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/copydatabase.1 \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/delve.1 examples/quest.1 \
|
||||
-@MAINTAINER_NO_DOCS_FALSE@ examples/xapian-metadata.1
|
||||
+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7)
|
||||
bin_xapian_check_CPPFLAGS = \
|
||||
-I$(top_srcdir)/backends/brass\
|
||||
-I$(top_srcdir)/backends/chert\
|
||||
18
databases/xapian-core12/pkg-descr
Normal file
18
databases/xapian-core12/pkg-descr
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Xapian is an Open Source Probabilistic Information Retrieval library, released
|
||||
under the GPL. It's written in C++, with bindings to allow use from other
|
||||
languages.
|
||||
|
||||
Xapian is designed to be a highly adaptable toolkit to allow developers to
|
||||
easily add advanced indexing and search facilities to their own applications.
|
||||
|
||||
Xapian features include:
|
||||
- Ranked probabilistic search - word importance weighting
|
||||
- Relevance feedback
|
||||
- Phrase and proximity searching
|
||||
- Full range of structured boolean search operators
|
||||
- Term stemming
|
||||
- Database files > 2GB
|
||||
- Platform independent data formats
|
||||
- Allows simultaneous update and searching.
|
||||
|
||||
WWW: https://xapian.org/
|
||||
59
databases/xapian-core12/pkg-plist
Normal file
59
databases/xapian-core12/pkg-plist
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
bin/xapian-check
|
||||
bin/xapian-chert-update
|
||||
bin/xapian-compact
|
||||
bin/xapian-config
|
||||
bin/xapian-copydatabase
|
||||
bin/xapian-delve
|
||||
bin/xapian-inspect
|
||||
bin/xapian-progsrv
|
||||
bin/xapian-quest
|
||||
bin/xapian-replicate
|
||||
bin/xapian-replicate-server
|
||||
bin/xapian-tcpsrv
|
||||
include/xapian.h
|
||||
include/xapian/base.h
|
||||
include/xapian/compactor.h
|
||||
include/xapian/database.h
|
||||
include/xapian/dbfactory.h
|
||||
include/xapian/deprecated.h
|
||||
include/xapian/derefwrapper.h
|
||||
include/xapian/document.h
|
||||
include/xapian/enquire.h
|
||||
include/xapian/error.h
|
||||
include/xapian/errorhandler.h
|
||||
include/xapian/expanddecider.h
|
||||
include/xapian/keymaker.h
|
||||
include/xapian/matchspy.h
|
||||
include/xapian/positioniterator.h
|
||||
include/xapian/postingiterator.h
|
||||
include/xapian/postingsource.h
|
||||
include/xapian/query.h
|
||||
include/xapian/queryparser.h
|
||||
include/xapian/registry.h
|
||||
include/xapian/stem.h
|
||||
include/xapian/termgenerator.h
|
||||
include/xapian/termiterator.h
|
||||
include/xapian/types.h
|
||||
include/xapian/unicode.h
|
||||
include/xapian/valueiterator.h
|
||||
include/xapian/valuesetmatchdecider.h
|
||||
include/xapian/version.h
|
||||
include/xapian/visibility.h
|
||||
include/xapian/weight.h
|
||||
lib/cmake/xapian/xapian-config-version.cmake
|
||||
lib/cmake/xapian/xapian-config.cmake
|
||||
lib/libxapian.a
|
||||
lib/libxapian.so
|
||||
lib/libxapian.so.22
|
||||
lib/libxapian.so.22.7.2
|
||||
libdata/pkgconfig/xapian-core.pc
|
||||
man/man1/xapian-check.1.gz
|
||||
man/man1/xapian-chert-update.1.gz
|
||||
man/man1/xapian-compact.1.gz
|
||||
man/man1/xapian-config.1.gz
|
||||
man/man1/xapian-inspect.1.gz
|
||||
man/man1/xapian-progsrv.1.gz
|
||||
man/man1/xapian-replicate.1.gz
|
||||
man/man1/xapian-replicate-server.1.gz
|
||||
man/man1/xapian-tcpsrv.1.gz
|
||||
share/aclocal/xapian.m4
|
||||
|
|
@ -10,7 +10,8 @@ MASTER_SITES= http://www.ongs.co.jp/projects/fusenshi/
|
|||
MAINTAINER= ozawa@ongs.co.jp
|
||||
COMMENT= Post-it(R) like application with network support
|
||||
|
||||
USES= gettext pkgconfig tar:tgz
|
||||
USES= compiler:c++11-lang gettext pkgconfig tar:tgz
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= gtkmm24 gtksourceview libxml2
|
||||
USE_XORG= x11
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= groupware
|
||||
PORTVERSION= 5.2.18
|
||||
PORTVERSION= 5.2.19
|
||||
CATEGORIES= deskutils www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490621548
|
||||
SHA256 (Horde/groupware-5.2.18.tgz) = 125ad04de5eed501d5bbf2ff149b2d2d79cb9947dac79c4b5a86e65a0c39ab81
|
||||
SIZE (Horde/groupware-5.2.18.tgz) = 133124
|
||||
TIMESTAMP = 1491287778
|
||||
SHA256 (Horde/groupware-5.2.19.tgz) = 7c127ec8a9d31878c4dfdf5e881bcbb14e77937b8ab494f63582cef4192032f0
|
||||
SIZE (Horde/groupware-5.2.19.tgz) = 133383
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pinot
|
||||
PORTVERSION= 1.09
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
|
@ -11,8 +11,6 @@ COMMENT= Personal search and metasearch for the Free Desktop
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= depends on C++11 libs while not itself being C++11 compatible
|
||||
|
||||
BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils \
|
||||
update-mime-database:misc/shared-mime-info
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core \
|
||||
|
|
@ -48,8 +46,9 @@ CONFIGURE_ENV= MKDIR_P="${MKDIR}" TEXTCAT_LIBS="-lexttextcat-2.0"
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib -lboost_system
|
||||
|
||||
USES= autoreconf execinfo gettext libarchive libtool pkgconfig python \
|
||||
shebangfix sqlite:3 ssl
|
||||
USES= compiler:c++11-lang autoreconf execinfo gettext libarchive \
|
||||
libtool pkgconfig python shebangfix sqlite:3 ssl
|
||||
USE_CXXSTD= c++11
|
||||
USE_XORG= pixman
|
||||
USE_GNOME= atkmm cairo cairomm glibmm gtk20 gtkmm24 libsigc++20 libxml2 pangomm
|
||||
USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- Tokenize/filters/GMimeMboxFilter.cc.orig 2017-04-03 09:38:48 UTC
|
||||
+++ Tokenize/filters/GMimeMboxFilter.cc
|
||||
@@ -301,7 +301,7 @@ bool GMimeMboxFilter::skip_to_document(const string &i
|
||||
}
|
||||
|
||||
// ipath's format is "o=offset&l=part_levels"
|
||||
- if (sscanf(ipath.c_str(), "o="GMIME_OFFSET_MODIFIER"&l=[", &m_messageStart) != 1)
|
||||
+ if (sscanf(ipath.c_str(), "o=" GMIME_OFFSET_MODIFIER "&l=[", &m_messageStart) != 1)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= recoll
|
||||
PORTVERSION= 1.21.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
|
||||
|
||||
|
|
|
|||
|
|
@ -3907,6 +3907,7 @@
|
|||
SUBDIR += phabricator
|
||||
SUBDIR += php-Psr_Log
|
||||
SUBDIR += php-composer
|
||||
SUBDIR += php-geshi
|
||||
SUBDIR += php-jq
|
||||
SUBDIR += php-libawl
|
||||
SUBDIR += php-maxminddb
|
||||
|
|
@ -3917,7 +3918,6 @@
|
|||
SUBDIR += php5-blitz
|
||||
SUBDIR += php5-blitz-devel
|
||||
SUBDIR += php5-dav
|
||||
SUBDIR += php5-geshi
|
||||
SUBDIR += php5-ice
|
||||
SUBDIR += php5-pinba
|
||||
SUBDIR += php5-thrift
|
||||
|
|
@ -4393,6 +4393,7 @@
|
|||
SUBDIR += py-liblarch
|
||||
SUBDIR += py-libpeas
|
||||
SUBDIR += py-libplist
|
||||
SUBDIR += py-libtaxii
|
||||
SUBDIR += py-libtmux
|
||||
SUBDIR += py-libusb1
|
||||
SUBDIR += py-libusb115
|
||||
|
|
@ -4908,6 +4909,7 @@
|
|||
SUBDIR += py3-Jinja2
|
||||
SUBDIR += py3-babel
|
||||
SUBDIR += py3-click
|
||||
SUBDIR += py3-colorama
|
||||
SUBDIR += py3-dbus
|
||||
SUBDIR += py3-docopt
|
||||
SUBDIR += py3-flake8
|
||||
|
|
@ -5383,6 +5385,7 @@
|
|||
SUBDIR += rubygem-netaddr
|
||||
SUBDIR += rubygem-newrelic-grape
|
||||
SUBDIR += rubygem-newrelic_rpm
|
||||
SUBDIR += rubygem-newrelic_rpm3
|
||||
SUBDIR += rubygem-nice-ffi
|
||||
SUBDIR += rubygem-nio4r
|
||||
SUBDIR += rubygem-nio4r1
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ GH_PROJECT= platform_bionic:bionic platform_system_core:core \
|
|||
platform_system_extras
|
||||
GH_SUBDIR= bionic:bionic
|
||||
|
||||
USES= compiler:c++11-lib uidfix
|
||||
USES= compiler:c++11-lib ncurses uidfix
|
||||
BUILD_WRKSRC= ${WRKSRC}/simpleperf
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
TEST_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins
|
||||
PORTVERSION= 2.32.2
|
||||
PORTVERSION= 2.46.1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -lts
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485968129
|
||||
SHA256 (jenkins/2.32.2/jenkins.war) = 73b216449cb5eacd4fe5a6ee2e089245705e5815b448e315fbc8b6de7809e55f
|
||||
SIZE (jenkins/2.32.2/jenkins.war) = 69874457
|
||||
TIMESTAMP = 1491206539
|
||||
SHA256 (jenkins/2.46.1/jenkins.war) = 33a3f4d983c6188a332291e1d974afa0a2ee96a0ae3cb6dd4f2098086525f9f1
|
||||
SIZE (jenkins/2.46.1/jenkins.war) = 68669812
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ pidfile="/var/run/jenkins/jenkins.pid"
|
|||
command="/usr/sbin/daemon"
|
||||
java_cmd="${jenkins_java_home}/bin/java"
|
||||
procname="${java_cmd}"
|
||||
command_args="-p ${pidfile} ${java_cmd} -DJENKINS_HOME=${jenkins_home} ${jenkins_java_opts} -jar %%DATADIR%%/jenkins.war ${jenkins_args} > ${jenkins_log_file} 2>&1"
|
||||
command_args="-p ${pidfile} ${java_cmd} -DJENKINS_HOME=${jenkins_home} ${jenkins_java_opts} -jar %%DATADIR%%/jenkins.war ${jenkins_args} >> ${jenkins_log_file} 2>&1"
|
||||
required_files="${java_cmd}"
|
||||
|
||||
start_precmd="jenkins_prestart"
|
||||
|
|
|
|||
|
|
@ -2,29 +2,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libclc
|
||||
DISTVERSION= 0.3.0.20170117
|
||||
DISTVERSION= 0.3.0.20170225
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Required library functions for OpenCL C programming language
|
||||
|
||||
LICENSE= BSD3CLAUSE MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
|
||||
BUILD_DEPENDS= clang${LLVMVER}:devel/llvm${LLVMVER} \
|
||||
BUILD_DEPENDS= llvm${LLVMVER}>=4.0:devel/llvm${LLVMVER} \
|
||||
libedit>=0:devel/libedit
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= llvm-mirror
|
||||
GH_TAGNAME= 2ec7d80
|
||||
GH_TAGNAME= 17648cd
|
||||
|
||||
# ninja based build is broken since commit 598792bc (16 sep 2016)
|
||||
USES= gmake python:2.7,build gmake
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR}
|
||||
|
||||
LLVMVER= 40
|
||||
LLVMVER= ${MESA_LLVM_VER:U40}
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485361080
|
||||
SHA256 (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 8e42ff411dbb8368d6719685864cc43312e02ff32bcc6785d1b25ee8d551837e
|
||||
SIZE (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 130868
|
||||
TIMESTAMP = 1491069402
|
||||
SHA256 (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 6dc87f14b3d928be657f0656eb58f4481e015dd85a4d62042a15955193349a3d
|
||||
SIZE (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 132518
|
||||
|
|
|
|||
|
|
@ -197,8 +197,10 @@ include/clc/math/native_log.inc
|
|||
include/clc/math/native_log2.h
|
||||
include/clc/math/native_log2.inc
|
||||
include/clc/math/native_powr.h
|
||||
include/clc/math/native_rsqrt.h
|
||||
include/clc/math/native_sin.h
|
||||
include/clc/math/native_sqrt.h
|
||||
include/clc/math/native_tan.h
|
||||
include/clc/math/nextafter.h
|
||||
include/clc/math/pow.h
|
||||
include/clc/math/pown.h
|
||||
|
|
@ -209,6 +211,8 @@ include/clc/math/sin.h
|
|||
include/clc/math/sin.inc
|
||||
include/clc/math/sincos.h
|
||||
include/clc/math/sincos.inc
|
||||
include/clc/math/sinh.h
|
||||
include/clc/math/sinh.inc
|
||||
include/clc/math/sinpi.h
|
||||
include/clc/math/sinpi.inc
|
||||
include/clc/math/sqrt.h
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvirt
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libvirt.org/sources/ \
|
||||
ftp://libvirt.org/libvirt/
|
||||
|
|
@ -84,7 +84,6 @@ CONFIGURE_ARGS+= --without-avahi \
|
|||
--without-xen \
|
||||
--without-login-shell \
|
||||
--without-wireshark-dissector \
|
||||
--without-storage-scsi \
|
||||
--with-ssh2 \
|
||||
--localstatedir=${VARDIR}
|
||||
|
||||
|
|
@ -116,6 +115,7 @@ PLIST_SUB+= XEN="@comment "
|
|||
.endif
|
||||
|
||||
CONF_FILES= \
|
||||
bhyve.conf \
|
||||
libvirt-admin.conf \
|
||||
libvirt.conf \
|
||||
libvirtd.conf \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488599419
|
||||
SHA256 (libvirt-3.1.0.tar.xz) = 7879029a0fcac4e58dbeec66f0bc77771565c4b6667212c8f6251eefb03732a9
|
||||
SIZE (libvirt-3.1.0.tar.xz) = 13906204
|
||||
TIMESTAMP = 1491228511
|
||||
SHA256 (libvirt-3.2.0.tar.xz) = 9481a083b567a07927f239553dd70b5c0d1bff5b9b4ec61be1899981c646209e
|
||||
SIZE (libvirt-3.2.0.tar.xz) = 14057340
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ man/man8/virtlogd.8.gz
|
|||
@sample %%ETCDIR%%/virtlockd.conf.sample
|
||||
@sample %%ETCDIR%%/virtlogd.conf.sample
|
||||
%%EXAMPLESDIR%%/networks/default.xml
|
||||
%%BHYVE%%@sample %%ETCDIR%%/bhyve.conf.sample
|
||||
%%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample
|
||||
%%XEN%%@sample %%ETCDIR%%/libxl.conf.sample
|
||||
%%QEMU%%%%ETCDIR%%/qemu-lockd.conf
|
||||
|
|
@ -70,6 +71,7 @@ sbin/virtlockd
|
|||
sbin/virtlogd
|
||||
share/augeas/lenses/libvirt_lockd.aug
|
||||
share/augeas/lenses/libvirtd.aug
|
||||
%%BHYVE%%share/augeas/lenses/libvirtd_bhyve.aug
|
||||
share/augeas/lenses/virtlockd.aug
|
||||
share/augeas/lenses/virtlogd.aug
|
||||
%%QEMU%%share/augeas/lenses/libvirtd_qemu.aug
|
||||
|
|
@ -77,6 +79,7 @@ share/augeas/lenses/virtlogd.aug
|
|||
share/augeas/lenses/tests/test_libvirtd.aug
|
||||
share/augeas/lenses/tests/test_virtlockd.aug
|
||||
share/augeas/lenses/tests/test_virtlogd.aug
|
||||
%%BHYVE%%share/augeas/lenses/tests/test_libvirtd_bhyve.aug
|
||||
%%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug
|
||||
%%XEN%%share/augeas/lenses/libvirtd_libxl.aug
|
||||
%%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Class-InsideOut
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -11,11 +10,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Safe, simple inside-out object construction kit
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Class-ISA>=0:devel/p5-Class-ISA
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PORTSCOUT= skipv:1.0301
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Class-InsideOut-1.13.tar.gz) = 11acd51c990ad7a73181f1d086526ab8c567d22ccdc75e4b5ffd7db9a2a5f108
|
||||
SIZE (Class-InsideOut-1.13.tar.gz) = 46507
|
||||
TIMESTAMP = 1491231506
|
||||
SHA256 (Class-InsideOut-1.14.tar.gz) = dd1c70cc193ca82bc6f9afb5ffe7ffc6598978d7125f4e45e55cc8ab3029e383
|
||||
SIZE (Class-InsideOut-1.14.tar.gz) = 49341
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%%PERL5_MAN3%%/Class::InsideOut.3.gz
|
||||
%%PERL5_MAN3%%/Class::InsideOut::Manual::About.3.gz
|
||||
%%PERL5_MAN3%%/Class::InsideOut::Manual::Advanced.3.gz
|
||||
%%SITE_PERL%%/Class/InsideOut.pm
|
||||
%%SITE_PERL%%/Class/InsideOut/Manual/About.pod
|
||||
%%SITE_PERL%%/Class/InsideOut/Manual/Advanced.pod
|
||||
%%PERL5_MAN3%%/Class::InsideOut.3.gz
|
||||
%%PERL5_MAN3%%/Class::InsideOut::Manual::About.3.gz
|
||||
%%PERL5_MAN3%%/Class::InsideOut::Manual::Advanced.3.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MCE
|
||||
PORTVERSION= 1.823
|
||||
PORTVERSION= 1.826
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MARIOROY
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1491036882
|
||||
SHA256 (MCE-1.823.tar.gz) = e19dd661256f8e13613fa22cadc2738ddf668c96ebf29e1060b38c4ff288f5e4
|
||||
SIZE (MCE-1.823.tar.gz) = 176549
|
||||
TIMESTAMP = 1491291815
|
||||
SHA256 (MCE-1.826.tar.gz) = 0bc1aea1646d21c73af7b09b254b3e8d1d5ff7b9b4b1a49e14ff198cd9e0b89f
|
||||
SIZE (MCE-1.826.tar.gz) = 177558
|
||||
|
|
|
|||
|
|
@ -2,23 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MRO-Compat
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
|
||||
MASTER_SITE_SUBDIR= CPAN:HAARG
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Add mro::* interface compatibility for Perls < 5.9.5
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-C3>=0.19:devel/p5-Class-C3
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= extract configure
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i.bak -ne 'print unless m,^if, .. m,}$$,' ${WRKSRC}/Makefile.PL
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (MRO-Compat-0.12.tar.gz) = bba5b93869aa537a3389949669d682f047d3014d53bc3a2d7209c6819e5015d6
|
||||
SIZE (MRO-Compat-0.12.tar.gz) = 24230
|
||||
TIMESTAMP = 1491289333
|
||||
SHA256 (MRO-Compat-0.13.tar.gz) = 8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
|
||||
SIZE (MRO-Compat-0.13.tar.gz) = 8711
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/MRO::Compat.3.gz
|
||||
%%SITE_PERL%%/MRO/Compat.pm
|
||||
%%PERL5_MAN3%%/MRO::Compat.3.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MetaCPAN-Client
|
||||
PORTVERSION= 2.009001
|
||||
PORTVERSION= 2.010000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MICKEY
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490876956
|
||||
SHA256 (MetaCPAN-Client-2.009001.tar.gz) = b40e7f9a76a7e51e28a6f3a524e46a3232693f64175e3f219a6ce0215598dcb1
|
||||
SIZE (MetaCPAN-Client-2.009001.tar.gz) = 48462
|
||||
TIMESTAMP = 1491287465
|
||||
SHA256 (MetaCPAN-Client-2.010000.tar.gz) = f188062aa1f965ed3559834ee3ee79479615a1cc7a58eaf8a78433861fb46ef2
|
||||
SIZE (MetaCPAN-Client-2.010000.tar.gz) = 49165
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
%%SITE_PERL%%/MetaCPAN/Client/File.pm
|
||||
%%SITE_PERL%%/MetaCPAN/Client/Mirror.pm
|
||||
%%SITE_PERL%%/MetaCPAN/Client/Module.pm
|
||||
%%SITE_PERL%%/MetaCPAN/Client/Permission.pm
|
||||
%%SITE_PERL%%/MetaCPAN/Client/Pod.pm
|
||||
%%SITE_PERL%%/MetaCPAN/Client/Rating.pm
|
||||
%%SITE_PERL%%/MetaCPAN/Client/Release.pm
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
%%PERL5_MAN3%%/MetaCPAN::Client::File.3.gz
|
||||
%%PERL5_MAN3%%/MetaCPAN::Client::Mirror.3.gz
|
||||
%%PERL5_MAN3%%/MetaCPAN::Client::Module.3.gz
|
||||
%%PERL5_MAN3%%/MetaCPAN::Client::Permission.3.gz
|
||||
%%PERL5_MAN3%%/MetaCPAN::Client::Pod.3.gz
|
||||
%%PERL5_MAN3%%/MetaCPAN::Client::Rating.3.gz
|
||||
%%PERL5_MAN3%%/MetaCPAN::Client::Release.3.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Reflex
|
||||
PORTVERSION= 0.099
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.100
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:RCAPUTO
|
||||
|
|
@ -14,20 +13,25 @@ COMMENT= Class library for flexible, reactive programs
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=1.294:devel/p5-POE \
|
||||
p5-Moose>=2.0203:devel/p5-Moose \
|
||||
p5-MooseX-Role-Parameterized>=0.23:devel/p5-MooseX-Role-Parameterized
|
||||
BUILD_DEPENDS= p5-Moose>=2.0203:devel/p5-Moose \
|
||||
p5-MooseX-Role-Parameterized>=0.23:devel/p5-MooseX-Role-Parameterized \
|
||||
p5-POE>=1.294:devel/p5-POE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
SHEBANG_FILES= eg/*.pl
|
||||
|
||||
post-extract:
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/bench.pl
|
||||
@${REINPLACE_CMD} -e '/^bench.pl$$/d' ${WRKSRC}/MANIFEST
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Reflex-0.099.tar.gz) = ab32ca7743165c1d59c0024bfd52388c8a8bbf08bef41c6ee9c302269ed815b2
|
||||
SIZE (Reflex-0.099.tar.gz) = 163862
|
||||
TIMESTAMP = 1491250349
|
||||
SHA256 (Reflex-0.100.tar.gz) = 4a50c67edd424713ddae19fb4957e2c7b8ce13e0b88a52c8db5c94ba0718e1f0
|
||||
SIZE (Reflex-0.100.tar.gz) = 162249
|
||||
|
|
|
|||
|
|
@ -74,110 +74,6 @@
|
|||
%%SITE_PERL%%/Reflex/Trait/Watched.pm
|
||||
%%SITE_PERL%%/Reflex/UdpPeer.pm
|
||||
%%SITE_PERL%%/Reflex/Wakeup.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO.otl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/continuation-passing.otl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/AfterAwhileClass.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/AfterAwhileRole.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/AfterAwhileSubclass.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/AsyncAwhileClass.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/AsyncAwhileRole.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-method.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-promise.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-subclass-use.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/after-awhile-use.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro/intro.pod
|
||||
%%PORTDOCS%%%%DOCSDIR%%/intro.otl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual.otl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/new-names.otl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/patterns.otl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/syntax.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/EchoStream.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ExampleHelpers.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HttpClient.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HttpResponseEvent.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PoCoEvent.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PoCoPostback.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Proxy.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ReflexPromise.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Runner.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/RunnerRole.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ZmqMessage.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ZmqSocket.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench-event.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench-re-emit.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-02-encoding.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-04-inheritance.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-05-composition.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-06-moose-roles.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-07-wheel-run.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-08-watched-trait.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-11-poco-postback.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-12-poco-event.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-13-irc-bot.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-14-synopsis.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-15-ipc-run.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-16-timer-inheritance.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-17-inheritance-no-moose.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-18-synopsis-no-moose.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-19-net-ssh.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-20-mysql.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-21-poco-client-http.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-22-multiple-http-requests.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-23-multiple-http-subclass.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-24-client-http-callbacks.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-30-promise-timer.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-31-promise-object.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-32-promise-tiny.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-33-all-callbacks.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-34-tcp-server-echo.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-35-tcp-client.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-36-tiny-coderefs.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-37-ping-pong.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-38-promise-client.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-39-signals.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-40-proxy.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-41-signal-twice.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-42-reflex-in-poe.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-43-promise-and-session.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-45-sigdie.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-50-timeout.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-51-wakeup.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eg-60-collection-promise.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/Sidecar.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/eg-52-subclassed-timeout.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/eg-61-run-collection.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/leonerd-resolver-poe.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/BaseClass.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/BaseUseWith.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/EventyRole.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/EventySubSystem.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/role-injects-itself.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/role-injection/use-with.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/sidecar.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/test-observer.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Adder.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/And.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Bin.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/D.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/JK.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/MasterSlave.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/FlipFlop/T.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/HexDecoder.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/ClockedNandRS.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/NandRS.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Latch/NorRS.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Nand.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Nor.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Not.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Or.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/TriAnd.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/TriNand.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Un.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/Ttl/Xor.pm
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/fail-ttl-counter.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ttl/fail-ttl-simple.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmq-publish.pl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zmq-subscriber.pl
|
||||
%%PERL5_MAN3%%/MooseX::Role::Reactive.3.gz
|
||||
%%PERL5_MAN3%%/Reflex.3.gz
|
||||
%%PERL5_MAN3%%/Reflex::Acceptor.3.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_Core
|
||||
PORTVERSION= 2.28.2
|
||||
PORTVERSION= 2.28.3
|
||||
CATEGORIES= devel www pear
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1490881630
|
||||
SHA256 (Horde/Horde_Core-2.28.2.tgz) = c3395159b61c80e6db4594e718bdcf495c72276e788052d25530165c10dd4bff
|
||||
SIZE (Horde/Horde_Core-2.28.2.tgz) = 1659886
|
||||
TIMESTAMP = 1491287765
|
||||
SHA256 (Horde/Horde_Core-2.28.3.tgz) = d98ba32a20a870dcb25c955eebcf53b4064ad6c939340508fc938f6a7f4829c3
|
||||
SIZE (Horde/Horde_Core-2.28.3.tgz) = 1659764
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ PORTNAME= geshi
|
|||
DISTVERSION= 1_0_8_12
|
||||
DISTVERSIONPREFIX= RELEASE_
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= php5-
|
||||
PKGNAMEPREFIX= php-
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Native PHP syntax highlighting engine
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue