diff options
author | pi <pi@FreeBSD.org> | 2015-09-03 04:35:02 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-09-03 04:35:02 +0800 |
commit | 97e6805a199d420e0ab6b152b3855d5e164e63d3 (patch) | |
tree | fc297a02a017439e75a18bcb67bac07f9c330416 /devel | |
parent | 503988a8940960ec73f39c98d6404b2e4eee2b40 (diff) | |
download | freebsd-ports-gnome-97e6805a199d420e0ab6b152b3855d5e164e63d3.tar.gz freebsd-ports-gnome-97e6805a199d420e0ab6b152b3855d5e164e63d3.tar.zst freebsd-ports-gnome-97e6805a199d420e0ab6b152b3855d5e164e63d3.zip |
devel/rudiments: 0.52 -> 0.53
databases/sqlrelay: 0.62 -> 0.63
0.53 - exposed codetreegrammar class and updated codetree class so that
successive parses/writes can use the same grammar without
having to reload it
added insert/appendXml(File) methods to xmldomnode to parse and
insert/append xml strings or files to a node
fixed FILE->fileno detection for solaris 11.2,
which doesn't have it at all
llabs() is detected and preferred to abs()
added partial xml namespace support (namespaces for tags)
added partial support for extended ascii character set to character
class
added setgroups() call before setuid() call to drop extraneous groups
updated rudiments-config man page, slightly
removed outdated and unused dtd class
updated file::resolveSymbolicLink() to use
directory::maxPathLength(filename) as a starting point
updated directory::getCurrentDirectory() to use
MAX_PATH as a starting point
serialport/serialportprofile, modemserver/modemclient classes are
disabled in the default build now
updated intro docs
0.63 - suppressed ruby configure warning
fixed glib detection if pkg-config isn't present
fixed mono detection on freebsd
fixed node.js yes/no misreport bug in configure script
added freetds tcl test
fixed slashes in tcl tests for windows
updated docs to mention firebird buffer size parameters
updated MAX_ITEM_BUFFER_SIZE to 32768 for firebird
fixed ruby detection on fedora 22
fixed missing export for setAuth/ResponseTimeout in ruby api
added manual include of inttypes.h in php api to work around issue with
define/undef games, revealed on openbsd 5.7
tweaked ruby cflags script for debian 8
refactored mysql detection
tweaked unixodbc detection to also look in /usr/include/odbc
renamed "oracle8" connection plugin to "oracle"
renamed "sybase" connection plugin to "sap"
updated identity tests in api's/cmdline clients to use
charstring::contains() rather than !charstring::compare()
implemented missing destructors for ADO.NET Data Provider
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rudiments/Makefile | 2 | ||||
-rw-r--r-- | devel/rudiments/distinfo | 4 | ||||
-rw-r--r-- | devel/rudiments/files/patch-doc_Makefile | 22 | ||||
-rw-r--r-- | devel/rudiments/pkg-plist | 17 |
4 files changed, 15 insertions, 30 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 3914b3df8841..9aa6208ec4df 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/rudiments/distinfo b/devel/rudiments/distinfo index 6a0cf226fd2a..ea4cc0b2328a 100644 --- a/devel/rudiments/distinfo +++ b/devel/rudiments/distinfo @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.52.tar.gz) = da0c54553ebd02f0987a23e6f570201e306143dc51222d7f1fb71d029b463190 -SIZE (rudiments-0.52.tar.gz) = 2039906 +SHA256 (rudiments-0.53.tar.gz) = befa05319a431da4a6dbbcae0a590d4d53274ea2776c4b3980c1672a6e7ac0c8 +SIZE (rudiments-0.53.tar.gz) = 1948963 diff --git a/devel/rudiments/files/patch-doc_Makefile b/devel/rudiments/files/patch-doc_Makefile index 68d527c5bbd9..d4856a11dc54 100644 --- a/devel/rudiments/files/patch-doc_Makefile +++ b/devel/rudiments/files/patch-doc_Makefile @@ -1,25 +1,24 @@ ---- doc/Makefile.orig 2015-05-07 19:18:13 UTC +--- doc/Makefile.orig 2015-09-02 20:19:17 UTC +++ doc/Makefile -@@ -3,46 +3,46 @@ top_builddir = .. - include ../config.mk +@@ -5,46 +5,46 @@ include ../config.mk + all: install: - $(MKINSTALLDIRS) $(docdir) - $(MKINSTALLDIRS) $(docdir)/css - $(MKINSTALLDIRS) $(docdir)/classes/html +- $(MKINSTALLDIRS) $(docdir)/features - $(MKINSTALLDIRS) $(docdir)/programming - $(CP) installing.html $(docdir) - $(CP) index.html $(docdir) -- $(CP) introduction.html $(docdir) -- $(CP) invisible.gif $(docdir) - $(CP) css/styles.css $(docdir)/css - $(CP) classes/html/*.html $(docdir)/classes/html - $(CP) classes/html/*.png $(docdir)/classes/html - $(CP) classes/html/*.css $(docdir)/classes/html - $(CP) classes/html/*.js $(docdir)/classes/html -- $(CP) programming/guide.html $(docdir)/programming +- $(CP) features/*.html $(docdir)/features +- $(CP) programming/*.html $(docdir)/programming - $(CHMOD) 644 $(docdir)/*.html -- $(CHMOD) 644 $(docdir)/*.gif - $(CHMOD) 644 $(docdir)/css/* - $(CHMOD) 644 $(docdir)/classes/html/a*.html - $(CHMOD) 644 $(docdir)/classes/html/b*.html @@ -43,23 +42,23 @@ - $(CHMOD) 644 $(docdir)/classes/html/*.png - $(CHMOD) 644 $(docdir)/classes/html/*.css - $(CHMOD) 644 $(docdir)/classes/html/*.js +- $(CHMOD) 644 $(docdir)/features/*.html - $(CHMOD) 644 $(docdir)/programming/*.html + $(MKINSTALLDIRS) $(DESTDIR)$(docdir) + $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/css + $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/classes/html ++ $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/features + $(MKINSTALLDIRS) $(DESTDIR)$(docdir)/programming + $(CP) installing.html $(DESTDIR)$(docdir) + $(CP) index.html $(DESTDIR)$(docdir) -+ $(CP) introduction.html $(DESTDIR)$(docdir) -+ $(CP) invisible.gif $(DESTDIR)$(docdir) + $(CP) css/styles.css $(DESTDIR)$(docdir)/css + $(CP) classes/html/*.html $(DESTDIR)$(docdir)/classes/html + $(CP) classes/html/*.png $(DESTDIR)$(docdir)/classes/html + $(CP) classes/html/*.css $(DESTDIR)$(docdir)/classes/html + $(CP) classes/html/*.js $(DESTDIR)$(docdir)/classes/html -+ $(CP) programming/guide.html $(DESTDIR)$(docdir)/programming ++ $(CP) features/*.html $(DESTDIR)$(docdir)/features ++ $(CP) programming/*.html $(DESTDIR)$(docdir)/programming + $(CHMOD) 644 $(DESTDIR)$(docdir)/*.html -+ $(CHMOD) 644 $(DESTDIR)$(docdir)/*.gif + $(CHMOD) 644 $(DESTDIR)$(docdir)/css/* + $(CHMOD) 644 $(DESTDIR)$(docdir)/classes/html/a*.html + $(CHMOD) 644 $(DESTDIR)$(docdir)/classes/html/b*.html @@ -83,6 +82,7 @@ + $(CHMOD) 644 $(DESTDIR)$(docdir)/classes/html/*.png + $(CHMOD) 644 $(DESTDIR)$(docdir)/classes/html/*.css + $(CHMOD) 644 $(DESTDIR)$(docdir)/classes/html/*.js ++ $(CHMOD) 644 $(DESTDIR)$(docdir)/features/*.html + $(CHMOD) 644 $(DESTDIR)$(docdir)/programming/*.html uninstall: diff --git a/devel/rudiments/pkg-plist b/devel/rudiments/pkg-plist index 0b4a69766c67..f8f16bf25889 100644 --- a/devel/rudiments/pkg-plist +++ b/devel/rudiments/pkg-plist @@ -13,7 +13,6 @@ include/rudiments/datetime.h include/rudiments/device.h include/rudiments/dictionary.h include/rudiments/directory.h -include/rudiments/dtd.h include/rudiments/dynamicarray.h include/rudiments/dynamiclib.h include/rudiments/environment.h @@ -31,8 +30,6 @@ include/rudiments/listener.h include/rudiments/logger.h include/rudiments/memorymap.h include/rudiments/memorypool.h -include/rudiments/modemclient.h -include/rudiments/modemserver.h include/rudiments/parameterstring.h include/rudiments/permissions.h include/rudiments/private/bytebuffer.h @@ -46,6 +43,7 @@ include/rudiments/private/chatincludes.h include/rudiments/private/client.h include/rudiments/private/clientincludes.h include/rudiments/private/codetree.h +include/rudiments/private/codetreegrammar.h include/rudiments/private/codetreeincludes.h include/rudiments/private/commandline.h include/rudiments/private/commandlineincludes.h @@ -64,8 +62,6 @@ include/rudiments/private/dictionarynode.h include/rudiments/private/directory.h include/rudiments/private/directoryincludes.h include/rudiments/private/dll.h -include/rudiments/private/dtd.h -include/rudiments/private/dtdincludes.h include/rudiments/private/dynamicarray.h include/rudiments/private/dynamicarrayincludes.h include/rudiments/private/dynamicarrayinlines.h @@ -106,11 +102,6 @@ include/rudiments/private/memorymap.h include/rudiments/private/memorymapincludes.h include/rudiments/private/memorypool.h include/rudiments/private/memorypoolincludes.h -include/rudiments/private/modemclient.h -include/rudiments/private/modemclientincludes.h -include/rudiments/private/modemserver.h -include/rudiments/private/modemserverincludes.h -include/rudiments/private/modemutil.h include/rudiments/private/new.h include/rudiments/private/parameterstring.h include/rudiments/private/parameterstringincludes.h @@ -127,10 +118,6 @@ include/rudiments/private/regularexpressionincludes.h include/rudiments/private/rudimentsinlines.h include/rudiments/private/semaphoreset.h include/rudiments/private/semaphoresetincludes.h -include/rudiments/private/serialport.h -include/rudiments/private/serialportincludes.h -include/rudiments/private/serialportprofile.h -include/rudiments/private/serialportprofileincludes.h include/rudiments/private/server.h include/rudiments/private/serverincludes.h include/rudiments/private/serviceentry.h @@ -184,8 +171,6 @@ include/rudiments/randomnumber.h include/rudiments/regularexpression.h include/rudiments/resultcodes.h include/rudiments/semaphoreset.h -include/rudiments/serialport.h -include/rudiments/serialportprofile.h include/rudiments/server.h include/rudiments/serviceentry.h include/rudiments/sharedmemory.h |