New port: databases/firebird21-server Port for Firebird relational database version 2.1.3 (server) Fix: Patch attached with submission follows:
acm 2010-12-20 09:05:05 UTC FreeBSD ports repository Added files: databases/firebird21-server Makefile distinfo pkg-descr pkg-plist pkg-plist.client databases/firebird21-server/files aliases.conf.in icu.m4 patch-autogen.sh patch-builds%install%misc%firebird.conf patch-builds%posix%Makefile.in.firebird patch-builds%posix%make.defaults patch-builds%posix%make.rules patch-configure.in patch-src%common%config%config.cpp patch-src%jrd%db_alias.cpp patch-src%jrd%gds.cpp patch-src%jrd%os%config_root.h patch-src%jrd%plugin_manager.cpp patch-src%jrd%svc.cpp patch-src%lock%lock.cpp patch-src+jrd+IntlManager.cpp patch-src-common-classes_alloc.h pkg-install.in pkg-message.in Log: - New port: databases/firebird21-server Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152402 Submitted by: Max Kochubey <root at hangover.org.ru> Revision Changes Path 1.1 +227 -0 ports/databases/firebird21-server/Makefile (new) 1.1 +2 -0 ports/databases/firebird21-server/distinfo (new) 1.1 +9 -0 ports/databases/firebird21-server/files/aliases.conf.in (new) 1.1 +46 -0 ports/databases/firebird21-server/files/icu.m4 (new) 1.1 +11 -0 ports/databases/firebird21-server/files/patch-autogen.sh (new) 1.1 +20 -0 ports/databases/firebird21-server/files/patch-builds%install%misc%firebird.conf (new) 1.1 +45 -0 ports/databases/firebird21-server/files/patch-builds%posix%Makefile.in.firebird (new) 1.1 +40 -0 ports/databases/firebird21-server/files/patch-builds%posix%make.defaults (new) 1.1 +13 -0 ports/databases/firebird21-server/files/patch-builds%posix%make.rules (new) 1.1 +50 -0 ports/databases/firebird21-server/files/patch-configure.in (new) 1.1 +11 -0 ports/databases/firebird21-server/files/patch-src%common%config%config.cpp (new) 1.1 +13 -0 ports/databases/firebird21-server/files/patch-src%jrd%db_alias.cpp (new) 1.1 +11 -0 ports/databases/firebird21-server/files/patch-src%jrd%gds.cpp (new) 1.1 +11 -0 ports/databases/firebird21-server/files/patch-src%jrd%os%config_root.h (new) 1.1 +20 -0 ports/databases/firebird21-server/files/patch-src%jrd%plugin_manager.cpp (new) 1.1 +22 -0 ports/databases/firebird21-server/files/patch-src%jrd%svc.cpp (new) 1.1 +16 -0 ports/databases/firebird21-server/files/patch-src%lock%lock.cpp (new) 1.1 +11 -0 ports/databases/firebird21-server/files/patch-src+jrd+IntlManager.cpp (new) 1.1 +26 -0 ports/databases/firebird21-server/files/patch-src-common-classes_alloc.h (new) 1.1 +71 -0 ports/databases/firebird21-server/files/pkg-install.in (new) 1.1 +27 -0 ports/databases/firebird21-server/files/pkg-message.in (new) 1.1 +12 -0 ports/databases/firebird21-server/pkg-descr (new) 1.1 +35 -0 ports/databases/firebird21-server/pkg-plist (new) 1.1 +29 -0 ports/databases/firebird21-server/pkg-plist.client (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed - Committed with few modifications, thanks!!