diff options
author | knu <knu@FreeBSD.org> | 2002-10-28 01:53:03 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-28 01:53:03 +0800 |
commit | 240fe623cfa815245b1ea3792591d975cb8950b9 (patch) | |
tree | 03e8465f4c3b7106f05325cadf3ba6425f26495f /devel/rudiments | |
parent | 722a3c4a6e9ed1c9688c6567d4767a5ca1a3368f (diff) | |
download | freebsd-ports-gnome-240fe623cfa815245b1ea3792591d975cb8950b9.tar.gz freebsd-ports-gnome-240fe623cfa815245b1ea3792591d975cb8950b9.tar.zst freebsd-ports-gnome-240fe623cfa815245b1ea3792591d975cb8950b9.zip |
Update to 0.24.
Diffstat (limited to 'devel/rudiments')
-rw-r--r-- | devel/rudiments/Makefile | 2 | ||||
-rw-r--r-- | devel/rudiments/distinfo | 2 | ||||
-rw-r--r-- | devel/rudiments/pkg-plist | 59 |
3 files changed, 36 insertions, 27 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 16bed84fea11..b185c3848f2b 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rudiments -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel MASTER_SITES= http://www.firstworks.com/downloads/rudiments/ diff --git a/devel/rudiments/distinfo b/devel/rudiments/distinfo index 338e78924dfa..343855e17a17 100644 --- a/devel/rudiments/distinfo +++ b/devel/rudiments/distinfo @@ -1 +1 @@ -MD5 (rudiments-0.23.tar.gz) = 7b508bf594d565cd9cb95dcea4caa5dd +MD5 (rudiments-0.24.tar.gz) = 9ff19e9ddf2ce79b8f217043bc4259b7 diff --git a/devel/rudiments/pkg-plist b/devel/rudiments/pkg-plist index 162ffaebc5ab..225b98d8e0c8 100644 --- a/devel/rudiments/pkg-plist +++ b/devel/rudiments/pkg-plist @@ -1,38 +1,47 @@ -include/client.h -include/commandline.h -include/daemonprocess.h -include/datetime.h -include/permissions.h -include/randomnumber.h -include/regularexpression.h -include/semaphoreset.h -include/sharedmemory.h -include/server.h -include/signalclasses.h -include/text.h -include/private/client.h -include/private/commandline.h -include/private/daemonprocess.h -include/private/regularexpression.h -include/private/semaphoreset.h -include/private/sharedmemory.h -include/private/server.h -include/private/signalhandler.h -include/private/signalset.h -include/private/datetime.h -@dirrm include/private +include/rudiments/clientsocket.h +include/rudiments/commandline.h +include/rudiments/daemonprocess.h +include/rudiments/datetime.h +include/rudiments/genericsocket.h +include/rudiments/permissions.h +include/rudiments/randomnumber.h +include/rudiments/regularexpression.h +include/rudiments/semaphoreset.h +include/rudiments/serversocket.h +include/rudiments/serversocketpool.h +include/rudiments/sharedmemory.h +include/rudiments/signalclasses.h +include/rudiments/text.h +include/rudiments/private/clientsocket.h +include/rudiments/private/commandline.h +include/rudiments/private/daemonprocess.h +include/rudiments/private/datetime.h +include/rudiments/private/genericsocket.h +include/rudiments/private/regularexpression.h +include/rudiments/private/semaphoreset.h +include/rudiments/private/serversocket.h +include/rudiments/private/serversocketpool.h +include/rudiments/private/sharedmemory.h +include/rudiments/private/signalhandler.h +include/rudiments/private/signalset.h +include/rudiments/private/socketnode.h +@dirrm include/rudiments/private +@dirrm include/rudiments lib/librudiments.a lib/librudiments.so lib/librudiments.so.0 -%%PORTDOCS%%share/doc/rudiments/classes/client.h.html +lib/librudiments_p.a +%%PORTDOCS%%share/doc/rudiments/classes/clientsocket.h.html %%PORTDOCS%%share/doc/rudiments/classes/commandline.h.html %%PORTDOCS%%share/doc/rudiments/classes/daemonprocess.h.html %%PORTDOCS%%share/doc/rudiments/classes/datetime.h.html +%%PORTDOCS%%share/doc/rudiments/classes/genericsocket.h.html %%PORTDOCS%%share/doc/rudiments/classes/permissions.h.html %%PORTDOCS%%share/doc/rudiments/classes/randomnumber.h.html %%PORTDOCS%%share/doc/rudiments/classes/regularexpression.h.html %%PORTDOCS%%share/doc/rudiments/classes/semaphoreset.h.html -%%PORTDOCS%%share/doc/rudiments/classes/server.h.html +%%PORTDOCS%%share/doc/rudiments/classes/serversocket.h.html +%%PORTDOCS%%share/doc/rudiments/classes/serversocketpool.h.html %%PORTDOCS%%share/doc/rudiments/classes/sharedmemory.h.html %%PORTDOCS%%share/doc/rudiments/classes/signalclasses.h.html %%PORTDOCS%%share/doc/rudiments/classes/text.h.html |