Changeset 15091 for trunk/dports


Ignore:
Timestamp:
Nov 20, 2005, 8:03:45 PM (18 years ago)
Author:
pkern
Message:
  • Updated net6 from 1.1.0 to 1.2.0
  • Updated obby from 0.2.x to 0.3.0rc1
  • Updated gobby from 0.2.x to 0.3.0rc1
  • Added sobby 0.3.0rc1, a standalone server for Gobby
Location:
trunk/dports
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/net6/Portfile

    r14304 r15091  
    1 # $Id: Portfile,v 1.2 2005/09/28 17:55:05 toby Exp $
     1# $Id: Portfile,v 1.3 2005/11/20 20:03:44 pkern Exp $
    22
    33PortSystem 1.0
    44name            net6
    5 version         1.1.0
     5version         1.2.0
    66categories      net
    7 maintainers     pkern@debian.org
     7maintainers     pkern@opendarwin.org
    88description     Network access framework for IPv4/IPv6
    99homepage        http://darcs.0x539.de/trac/obby/
    1010platforms       darwin freebsd
    1111
    12 long_description net6 is a library which eases the development of \
    13                  network-based applications as it provides a TCP and UDP \
    14                  protocol abstraction for C++. It is portable to both Windows \
    15                  and POSIX platforms.
     12long_description \
     13                net6 is a library which eases the development of \
     14                network-based applications as it provides a TCP and UDP \
     15                protocol abstraction for C++. It is portable to both Windows \
     16                and POSIX platforms.
    1617
    17 master_sites    http://releases.0x539.de/net6/
     18master_sites    http://gentoo.osuosl.org/distfiles/ \
     19                http://releases.0x539.de/net6/
    1820
    19 checksums       md5 522229474ff554a4ce883002011d0fbb
     21checksums       md5 70a3572bcf8148a46cc26727223a8a75
    2022
    2123depends_build   port:pkgconfig
    2224depends_lib     {port:libsigc\+\+2}
     25
  • trunk/dports/net/obby/Portfile

    r14305 r15091  
    1 # $Id: Portfile,v 1.1 2005/09/28 17:56:23 toby Exp $
     1# $Id: Portfile,v 1.2 2005/11/20 20:03:44 pkern Exp $
    22
    33PortSystem 1.0
    44name            obby
    5 version         0.2.1
     5version         0.3.0rc1
    66categories      net
    7 maintainers     pkern@debian.org
     7maintainers     pkern@opendarwin.org
    88description     Synced document buffers
    99homepage        http://darcs.0x539.de/trac/obby/
    1010platforms       darwin freebsd
    1111
    12 long_description obby is a library which provides synced document buffers. \
    13                  It supports multiple documents in one session and is portable \
    14                  to both Windows and POSIX platforms.
     12long_description \
     13                obby is a library which provides synced document buffers. \
     14                It supports multiple documents in one session and is portable \
     15                to both Windows and POSIX platforms.
    1516
    1617master_sites    http://gentoo.osuosl.org/distfiles/ \
    17                 http://releases.0x539.de/obby/
     18                http://releases.0x539.de/obby/
    1819
    19 checksums       md5 5e28bfbf6e72b007aa6d055594754810
     20checksums       md5 c42599423aa8cc1ff5cd374806984edf
    2021
    2122depends_build   port:pkgconfig
     
    2627
    2728configure.args  --with-howl --with-libgmpxx-prefix=${prefix}
     29
  • trunk/dports/x11/gobby/Portfile

    r14679 r15091  
    1 # $Id: Portfile,v 1.1 2005/10/17 21:17:36 mww Exp $
     1# $Id: Portfile,v 1.2 2005/11/20 20:03:45 pkern Exp $
    22
    33PortSystem 1.0
    44name            gobby
    5 version         0.2.2
     5version         0.3.0rc1
    66categories      x11 net
    7 maintainers     pkern@debian.org
     7maintainers     pkern@opendarwin.org
    88description     Realtime collaborative editor
    99homepage        http://gobby.0x539.de/
    1010platforms       darwin freebsd
    1111
    12 long_description Gobby is a free collaborative editor which enables you \
    13                  to edit files simultaneously with other users over a network. \
    14                  It supports multiple documents in one session and is portable \
    15                  to both Windows and POSIX platforms.
     12long_description \
     13                Gobby is a free collaborative editor which enables you \
     14                to edit files simultaneously with other users over a network. \
     15                It supports multiple documents in one session and is portable \
     16                to both Windows and POSIX platforms.
    1617
    1718master_sites    http://gentoo.osuosl.org/distfiles/ \
    1819                http://releases.0x539.de/gobby/
    1920
    20 checksums       md5 9a1b61ee3aebe737e5d9918f7601b5d4
     21checksums       md5 a5d96561f64a19a41acaba6f559f2c6e
    2122
    2223depends_build   port:pkgconfig
Note: See TracChangeset for help on using the changeset viewer.