Upgrade to 1.1.0, change MASTER_SITE to new site.

This commit is contained in:
Vanilla I. Shu 2001-05-26 07:13:56 +00:00
parent a1ca7d616d
commit c89a2ecf90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43076
12 changed files with 120 additions and 75 deletions

View file

@ -6,9 +6,9 @@
# #
PORTNAME= gnet PORTNAME= gnet
PORTVERSION= 1.0.4 PORTVERSION= 1.1.0
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MASTER_SITES= http://www.gnetlibrary.org/src/
MAINTAINER= nakai@FreeBSD.org MAINTAINER= nakai@FreeBSD.org

View file

@ -1 +1 @@
MD5 (gnet-1.0.4.tar.gz) = 25ce86d52d3a455168af5100e2e968d6 MD5 (gnet-1.1.0.tar.gz) = ad7aef2f1de593e548134922472d3b98

View file

@ -1,3 +1,3 @@
A simple network library built upon glib. A simple network library built upon glib.
WWW: http://www.eecs.umich.edu/~dhelder/misc/gnet/ WWW: http://www.gnetlibrary.org/

View file

@ -1,33 +1,48 @@
bin/gnet-config bin/gnet-config
include/gnet/conn.h
include/gnet/gnet.h include/gnet/gnet.h
include/gnet/gnetconfig.h include/gnet/gnetconfig.h
include/gnet/inetaddr.h include/gnet/inetaddr.h
include/gnet/iochannel.h
include/gnet/mcast.h include/gnet/mcast.h
include/gnet/md5.h
include/gnet/pack.h
include/gnet/server.h
include/gnet/sha.h
include/gnet/tcp.h include/gnet/tcp.h
include/gnet/udp.h include/gnet/udp.h
include/gnet/url.h
lib/libgnet.a lib/libgnet.a
lib/libgnet.so lib/libgnet.so
lib/libgnet.so.0 lib/libgnet.so.0
share/aclocal/gnet.m4 share/aclocal/gnet.m4
share/doc/libgnet1.0-dev/html/book1.html share/doc/libgnet1.1-dev/html/book1.html
share/doc/libgnet1.0-dev/html/dnstest.html share/doc/libgnet1.1-dev/html/dnstest.html
share/doc/libgnet1.0-dev/html/gnet-developers-tips.html share/doc/libgnet1.1-dev/html/gnet-conn.html
share/doc/libgnet1.0-dev/html/gnet-developers.html share/doc/libgnet1.1-dev/html/gnet-developers-tips.html
share/doc/libgnet1.0-dev/html/gnet-examples.html share/doc/libgnet1.1-dev/html/gnet-developers.html
share/doc/libgnet1.0-dev/html/gnet-gnet.html share/doc/libgnet1.1-dev/html/gnet-examples.html
share/doc/libgnet1.0-dev/html/gnet-inetaddr.html share/doc/libgnet1.1-dev/html/gnet-gnet.html
share/doc/libgnet1.0-dev/html/gnet-mcast.html share/doc/libgnet1.1-dev/html/gnet-inetaddr.html
share/doc/libgnet1.0-dev/html/gnet-overview.html share/doc/libgnet1.1-dev/html/gnet-iochannel.html
share/doc/libgnet1.0-dev/html/gnet-tcp.html share/doc/libgnet1.1-dev/html/gnet-mcast.html
share/doc/libgnet1.0-dev/html/gnet-udp.html share/doc/libgnet1.1-dev/html/gnet-md5.html
share/doc/libgnet1.0-dev/html/hfetch.html share/doc/libgnet1.1-dev/html/gnet-overview.html
share/doc/libgnet1.0-dev/html/hostinfo.html share/doc/libgnet1.1-dev/html/gnet-pack.html
share/doc/libgnet1.0-dev/html/index.html share/doc/libgnet1.1-dev/html/gnet-server.html
share/doc/libgnet1.0-dev/html/index.sgml share/doc/libgnet1.1-dev/html/gnet-sha.html
share/doc/libgnet1.0-dev/html/jmtransfer.html share/doc/libgnet1.1-dev/html/gnet-tcp.html
share/doc/libgnet1.0-dev/html/libgnet-reference.html share/doc/libgnet1.1-dev/html/gnet-udp.html
share/doc/libgnet1.0-dev/html/ljoust.html share/doc/libgnet1.1-dev/html/gnet-url.html
share/doc/libgnet1.0-dev/html/sdr.html share/doc/libgnet1.1-dev/html/hfetch.html
share/doc/libgnet1.1-dev/html/hostinfo.html
share/doc/libgnet1.1-dev/html/index.html
share/doc/libgnet1.1-dev/html/index.sgml
share/doc/libgnet1.1-dev/html/jmtransfer.html
share/doc/libgnet1.1-dev/html/libgnet-reference.html
share/doc/libgnet1.1-dev/html/ljoust.html
share/doc/libgnet1.1-dev/html/sdr.html
share/doc/libgnet1.1-dev/html/tests.html
@dirrm include/gnet @dirrm include/gnet
@dirrm share/doc/libgnet1.0-dev/html @dirrm share/doc/libgnet1.1-dev/html
@dirrm share/doc/libgnet1.0-dev @dirrm share/doc/libgnet1.1-dev

View file

@ -6,9 +6,9 @@
# #
PORTNAME= gnet PORTNAME= gnet
PORTVERSION= 1.0.4 PORTVERSION= 1.1.0
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MASTER_SITES= http://www.gnetlibrary.org/src/
MAINTAINER= nakai@FreeBSD.org MAINTAINER= nakai@FreeBSD.org

View file

@ -1 +1 @@
MD5 (gnet-1.0.4.tar.gz) = 25ce86d52d3a455168af5100e2e968d6 MD5 (gnet-1.1.0.tar.gz) = ad7aef2f1de593e548134922472d3b98

View file

@ -1,3 +1,3 @@
A simple network library built upon glib. A simple network library built upon glib.
WWW: http://www.eecs.umich.edu/~dhelder/misc/gnet/ WWW: http://www.gnetlibrary.org/

View file

@ -1,33 +1,48 @@
bin/gnet-config bin/gnet-config
include/gnet/conn.h
include/gnet/gnet.h include/gnet/gnet.h
include/gnet/gnetconfig.h include/gnet/gnetconfig.h
include/gnet/inetaddr.h include/gnet/inetaddr.h
include/gnet/iochannel.h
include/gnet/mcast.h include/gnet/mcast.h
include/gnet/md5.h
include/gnet/pack.h
include/gnet/server.h
include/gnet/sha.h
include/gnet/tcp.h include/gnet/tcp.h
include/gnet/udp.h include/gnet/udp.h
include/gnet/url.h
lib/libgnet.a lib/libgnet.a
lib/libgnet.so lib/libgnet.so
lib/libgnet.so.0 lib/libgnet.so.0
share/aclocal/gnet.m4 share/aclocal/gnet.m4
share/doc/libgnet1.0-dev/html/book1.html share/doc/libgnet1.1-dev/html/book1.html
share/doc/libgnet1.0-dev/html/dnstest.html share/doc/libgnet1.1-dev/html/dnstest.html
share/doc/libgnet1.0-dev/html/gnet-developers-tips.html share/doc/libgnet1.1-dev/html/gnet-conn.html
share/doc/libgnet1.0-dev/html/gnet-developers.html share/doc/libgnet1.1-dev/html/gnet-developers-tips.html
share/doc/libgnet1.0-dev/html/gnet-examples.html share/doc/libgnet1.1-dev/html/gnet-developers.html
share/doc/libgnet1.0-dev/html/gnet-gnet.html share/doc/libgnet1.1-dev/html/gnet-examples.html
share/doc/libgnet1.0-dev/html/gnet-inetaddr.html share/doc/libgnet1.1-dev/html/gnet-gnet.html
share/doc/libgnet1.0-dev/html/gnet-mcast.html share/doc/libgnet1.1-dev/html/gnet-inetaddr.html
share/doc/libgnet1.0-dev/html/gnet-overview.html share/doc/libgnet1.1-dev/html/gnet-iochannel.html
share/doc/libgnet1.0-dev/html/gnet-tcp.html share/doc/libgnet1.1-dev/html/gnet-mcast.html
share/doc/libgnet1.0-dev/html/gnet-udp.html share/doc/libgnet1.1-dev/html/gnet-md5.html
share/doc/libgnet1.0-dev/html/hfetch.html share/doc/libgnet1.1-dev/html/gnet-overview.html
share/doc/libgnet1.0-dev/html/hostinfo.html share/doc/libgnet1.1-dev/html/gnet-pack.html
share/doc/libgnet1.0-dev/html/index.html share/doc/libgnet1.1-dev/html/gnet-server.html
share/doc/libgnet1.0-dev/html/index.sgml share/doc/libgnet1.1-dev/html/gnet-sha.html
share/doc/libgnet1.0-dev/html/jmtransfer.html share/doc/libgnet1.1-dev/html/gnet-tcp.html
share/doc/libgnet1.0-dev/html/libgnet-reference.html share/doc/libgnet1.1-dev/html/gnet-udp.html
share/doc/libgnet1.0-dev/html/ljoust.html share/doc/libgnet1.1-dev/html/gnet-url.html
share/doc/libgnet1.0-dev/html/sdr.html share/doc/libgnet1.1-dev/html/hfetch.html
share/doc/libgnet1.1-dev/html/hostinfo.html
share/doc/libgnet1.1-dev/html/index.html
share/doc/libgnet1.1-dev/html/index.sgml
share/doc/libgnet1.1-dev/html/jmtransfer.html
share/doc/libgnet1.1-dev/html/libgnet-reference.html
share/doc/libgnet1.1-dev/html/ljoust.html
share/doc/libgnet1.1-dev/html/sdr.html
share/doc/libgnet1.1-dev/html/tests.html
@dirrm include/gnet @dirrm include/gnet
@dirrm share/doc/libgnet1.0-dev/html @dirrm share/doc/libgnet1.1-dev/html
@dirrm share/doc/libgnet1.0-dev @dirrm share/doc/libgnet1.1-dev

View file

@ -6,9 +6,9 @@
# #
PORTNAME= gnet PORTNAME= gnet
PORTVERSION= 1.0.4 PORTVERSION= 1.1.0
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/ MASTER_SITES= http://www.gnetlibrary.org/src/
MAINTAINER= nakai@FreeBSD.org MAINTAINER= nakai@FreeBSD.org

View file

@ -1 +1 @@
MD5 (gnet-1.0.4.tar.gz) = 25ce86d52d3a455168af5100e2e968d6 MD5 (gnet-1.1.0.tar.gz) = ad7aef2f1de593e548134922472d3b98

View file

@ -1,3 +1,3 @@
A simple network library built upon glib. A simple network library built upon glib.
WWW: http://www.eecs.umich.edu/~dhelder/misc/gnet/ WWW: http://www.gnetlibrary.org/

View file

@ -1,33 +1,48 @@
bin/gnet-config bin/gnet-config
include/gnet/conn.h
include/gnet/gnet.h include/gnet/gnet.h
include/gnet/gnetconfig.h include/gnet/gnetconfig.h
include/gnet/inetaddr.h include/gnet/inetaddr.h
include/gnet/iochannel.h
include/gnet/mcast.h include/gnet/mcast.h
include/gnet/md5.h
include/gnet/pack.h
include/gnet/server.h
include/gnet/sha.h
include/gnet/tcp.h include/gnet/tcp.h
include/gnet/udp.h include/gnet/udp.h
include/gnet/url.h
lib/libgnet.a lib/libgnet.a
lib/libgnet.so lib/libgnet.so
lib/libgnet.so.0 lib/libgnet.so.0
share/aclocal/gnet.m4 share/aclocal/gnet.m4
share/doc/libgnet1.0-dev/html/book1.html share/doc/libgnet1.1-dev/html/book1.html
share/doc/libgnet1.0-dev/html/dnstest.html share/doc/libgnet1.1-dev/html/dnstest.html
share/doc/libgnet1.0-dev/html/gnet-developers-tips.html share/doc/libgnet1.1-dev/html/gnet-conn.html
share/doc/libgnet1.0-dev/html/gnet-developers.html share/doc/libgnet1.1-dev/html/gnet-developers-tips.html
share/doc/libgnet1.0-dev/html/gnet-examples.html share/doc/libgnet1.1-dev/html/gnet-developers.html
share/doc/libgnet1.0-dev/html/gnet-gnet.html share/doc/libgnet1.1-dev/html/gnet-examples.html
share/doc/libgnet1.0-dev/html/gnet-inetaddr.html share/doc/libgnet1.1-dev/html/gnet-gnet.html
share/doc/libgnet1.0-dev/html/gnet-mcast.html share/doc/libgnet1.1-dev/html/gnet-inetaddr.html
share/doc/libgnet1.0-dev/html/gnet-overview.html share/doc/libgnet1.1-dev/html/gnet-iochannel.html
share/doc/libgnet1.0-dev/html/gnet-tcp.html share/doc/libgnet1.1-dev/html/gnet-mcast.html
share/doc/libgnet1.0-dev/html/gnet-udp.html share/doc/libgnet1.1-dev/html/gnet-md5.html
share/doc/libgnet1.0-dev/html/hfetch.html share/doc/libgnet1.1-dev/html/gnet-overview.html
share/doc/libgnet1.0-dev/html/hostinfo.html share/doc/libgnet1.1-dev/html/gnet-pack.html
share/doc/libgnet1.0-dev/html/index.html share/doc/libgnet1.1-dev/html/gnet-server.html
share/doc/libgnet1.0-dev/html/index.sgml share/doc/libgnet1.1-dev/html/gnet-sha.html
share/doc/libgnet1.0-dev/html/jmtransfer.html share/doc/libgnet1.1-dev/html/gnet-tcp.html
share/doc/libgnet1.0-dev/html/libgnet-reference.html share/doc/libgnet1.1-dev/html/gnet-udp.html
share/doc/libgnet1.0-dev/html/ljoust.html share/doc/libgnet1.1-dev/html/gnet-url.html
share/doc/libgnet1.0-dev/html/sdr.html share/doc/libgnet1.1-dev/html/hfetch.html
share/doc/libgnet1.1-dev/html/hostinfo.html
share/doc/libgnet1.1-dev/html/index.html
share/doc/libgnet1.1-dev/html/index.sgml
share/doc/libgnet1.1-dev/html/jmtransfer.html
share/doc/libgnet1.1-dev/html/libgnet-reference.html
share/doc/libgnet1.1-dev/html/ljoust.html
share/doc/libgnet1.1-dev/html/sdr.html
share/doc/libgnet1.1-dev/html/tests.html
@dirrm include/gnet @dirrm include/gnet
@dirrm share/doc/libgnet1.0-dev/html @dirrm share/doc/libgnet1.1-dev/html
@dirrm share/doc/libgnet1.0-dev @dirrm share/doc/libgnet1.1-dev