notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
serveez Server framework
0.3.1_1 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.3.1Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-05-18 07:29:07
Last Update: 2024-01-30 21:39:27
Commit Hash: 6f0f1b1
Also Listed In: devel
License: GPLv3+
WWW:
https://www.gnu.org/software/serveez/
Description:
Serveez is a server framework. It provides routines and help for implementing IP based servers (currently TCP, UDP and ICMP). It is also possible to use named pipes for all connection oriented protocols. We think it is worth the effort because many people need server functionality within their applications. However, many people experience problems with select()- or poll()-loops, and with non-blocking operations. This application demonstrates various aspects of advanced network programming in a portable manner. You can use it for implementing your own servers or for understanding how certain network services and operations work. The package includes a number of servers that work already: an HTTP server, an IRC server, a Gnutella spider and some others. One of the highlights is that you can run all protocols on the same port. The application itself is single threaded but it uses helper processes for concurrent name resolution and ident lookups.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (24 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/serveez-0.3.1_1/catalog.mk
  3. /usr/local/share/licenses/serveez-0.3.1_1/LICENSE
  4. /usr/local/share/licenses/serveez-0.3.1_1/GPLv3+
  5. bin/serveez
  6. bin/serveez-config
  7. include/libserveez.h
  8. lib/libserveez.a
  9. lib/libserveez.so
  10. lib/libserveez.so.1
  11. lib/libserveez.so.1.1.0
  12. share/man/man1/serveez.1.gz
  13. share/man/man1/serveez-config.1.gz
  14. share/aclocal/serveez.m4
  15. share/serveez/echo-server.scm
  16. share/serveez/eval-server.scm
  17. share/serveez/icecast-server.scm
  18. share/serveez/inetd.scm
  19. share/serveez/mandel-client.scm
  20. share/serveez/mandel-server.scm
  21. share/serveez/mandel-shared.scm
  22. @owner
  23. @group
  24. @mode
Collapse this list.
Dependency lines:
  • serveez>0:net/serveez
To install the port:
cd /usr/ports/net/serveez/ && make install clean
To add the package, run one of these commands:
  • pkg install net/serveez
  • pkg install serveez
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: serveez
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1697884594 SHA256 (serveez-0.3.1.tar.lz) = 9d2a3eb8fd2f773d2e86bf2285bab9c3e1e710a14d841bf71a754c1dc85d087b SIZE (serveez-0.3.1.tar.lz) = 861402

Packages (timestamps in pop-ups are UTC):
serveez
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.1_10.3.1_1-0.3.1_10.3.1_1---
FreeBSD:13:quarterly0.3.10.3.1-0.3.10.3.10.3.1-0.3.1
FreeBSD:14:latest0.3.1_10.3.1_1-0.3.1_10.3.1_1---
FreeBSD:14:quarterly0.3.10.3.1-0.3.10.3.1--0.3.1
FreeBSD:15:latest0.3.1_10.3.1_1n/a0.3.1_1n/a--0.3.1_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. indexinfo : print/indexinfo
Library dependencies:
  1. libguile-2.2.so : lang/guile2
  2. libgc-threaded.so : devel/boehm-gc-threaded
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_serveez
USES:
cpe guile:2.2 libtool pkgconfig tar:lz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (11 items)
Collapse this list.
  1. ftp://ftp.fu-berlin.de/unix/gnu/serveez/
  2. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/serveez/
  3. ftp://mirrors.rit.edu/gnu/serveez/
  4. http://ftp.halifax.rwth-aachen.de/gnu/serveez/
  5. http://ftp.kddilabs.jp/GNU/gnu/serveez/
  6. http://mirror.navercorp.com/gnu/serveez/
  7. https://ftp.gnu.org/gnu/serveez/
  8. https://ftpmirror.gnu.org/serveez/
  9. https://mirror.netcologne.de/gnu/serveez/
  10. https://mirrors.kernel.org/gnu/serveez/
  11. https://www.nic.funet.fi/pub/gnu/gnu/serveez/
Collapse this list.

Number of commits found: 63

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.1_1
30 Jan 2024 21:39:27
commit hash: 6f0f1b15bcd81740a9ec6f822c3dbde743a0998ecommit hash: 6f0f1b15bcd81740a9ec6f822c3dbde743a0998ecommit hash: 6f0f1b15bcd81740a9ec6f822c3dbde743a0998ecommit hash: 6f0f1b15bcd81740a9ec6f822c3dbde743a0998e files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/serveez: Moved man to share/man
0.3.1
21 Oct 2023 19:01:36
commit hash: 10d82819dcc528ba92c5b25c15de2347f2aac584commit hash: 10d82819dcc528ba92c5b25c15de2347f2aac584commit hash: 10d82819dcc528ba92c5b25c15de2347f2aac584commit hash: 10d82819dcc528ba92c5b25c15de2347f2aac584 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/serveez: Update version 0.2.2=>0.3.1

- Adopt port
- Switch to Guile 2
0.2.2_4
30 Jul 2023 22:59:04
commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2commit hash: 7edcfaeb079e3285b299ef619ab9d09d46c447a2 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Andrew "RhodiumToad" Gierth
*/*: adapt to new guile framework

 - change all ports using guile to USES=guile
 - flavorize guile-lib, guile-cairo, slib-guile

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.2.2_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2.2_3
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2.2_3
21 Oct 2021 14:26:59
commit hash: bd4ff3aa66f71b19df632be88fcd553c45e7184bcommit hash: bd4ff3aa66f71b19df632be88fcd553c45e7184bcommit hash: bd4ff3aa66f71b19df632be88fcd553c45e7184bcommit hash: bd4ff3aa66f71b19df632be88fcd553c45e7184b files touched by this commit
Stefan Eßer (se) search for other commits by this committer
net/serveez: Add CPE information

Approved by:	portmgr (blanket)
0.2.2_3
29 Apr 2021 14:20:10
commit hash: fe4fbcfa8daf96610b85f0a6c802cdd3a4a9bbfccommit hash: fe4fbcfa8daf96610b85f0a6c802cdd3a4a9bbfccommit hash: fe4fbcfa8daf96610b85f0a6c802cdd3a4a9bbfccommit hash: fe4fbcfa8daf96610b85f0a6c802cdd3a4a9bbfc files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
net/serveez: unbreak after guile port rename
0.2.2_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.2.2_3
18 Feb 2021 02:28:24
Revision:565862Original commit files touched by this commit
linimon search for other commits by this committer
Mark BROKEN in 13/14 (via latest llvm update).
0.2.2_3
10 Nov 2018 18:12:58
Revision:484628Original commit files touched by this commit
bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
0.2.2_2
15 Sep 2016 01:41:28
Revision:422175Original commit files touched by this commit
swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
0.2.2_2
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
0.2.2_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.2.2_2
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
0.2.2_2
12 Oct 2015 13:30:19
Revision:399126Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

guild-boot.c is used before it's generated:

guile.c:1791:10: fatal error: 'guile-boot.c' file not found
...
../build-aux/guile-baux/gbaux-do as-C-byte-array -v high -t char guile-boot.puny
> guile-boot.c
0.2.2_2
22 Nov 2014 14:43:24
Revision:373063Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.2.2_2
31 Aug 2014 15:17:50
Revision:366777Original commit files touched by this commit
tijl search for other commits by this committer
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
0.2.2_1
02 Jun 2014 18:46:56
Revision:356245Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la file
- Convert USE_XZ to USES
- Strip library
0.2.2
18 Dec 2013 18:15:58
Revision:336853Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 0.2.1 to 0.2.2
- Convert LIB_DEPENDS to new syntax
- Add stage support

PR:		ports/184855
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
0.2.1
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.2.1
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.2.1
10 May 2013 06:41:30
Revision:317764Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.2.1

PR:		177930
Submitted by:	ports fury
0.2.0
02 Mar 2013 06:39:31
Revision:313213Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.2.0

PR:		176561
Submitted by:	Ports Fury
0.1.7
28 Jan 2012 17:50:01
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to version 0.1.7

PR:             164163
Submitted by:   Ports Fury
0.1.5_7
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
0.1.5_7
31 Jul 2011 15:07:08
Original commit files touched by this commit
jlaffaye search for other commits by this committer
- Chase guile shared lib bump
- Add an entry to UPDATING
0.1.5_6
14 Mar 2011 16:08:09
Original commit files touched by this commit
bapt search for other commits by this committer
Update MASTER_SITE du GNU
While here remove MD5
0.1.5_6
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.1.5_6
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
0.1.5_6
22 Jan 2009 16:04:11
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase lang/guile shlib bump
0.1.5_5
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1.5_5
21 Jul 2008 04:49:09
Original commit files touched by this commit
rafan search for other commits by this committer
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:             ports/125435
0.1.5_4
06 Jun 2008 13:50:32
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
0.1.5_3
20 Mar 2008 09:56:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
0.1.5_3
01 Mar 2008 06:22:42
Original commit files touched by this commit
marcus search for other commits by this committer
Chase libguile shared lib version.
0.1.5_2
28 Jan 2007 09:07:47
Original commit files touched by this commit
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
0.1.5_2
15 Aug 2006 00:56:24
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
0.1.5_2
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
0.1.5_2
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.1.5_1
25 Nov 2005 16:48:31
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.1.5_1
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
0.1.5_1
14 Nov 2005 10:56:29
Original commit files touched by this commit
edwin search for other commits by this committer
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
0.1.5_1
02 Jun 2005 20:28:41
Original commit files touched by this commit
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
0.1.5_1
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
0.1.5_1
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
0.1.5_1
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
0.1.5_1
16 Apr 2004 19:41:31
Original commit files touched by this commit
linimon search for other commits by this committer
Back out last checkin.  The listed file must be from some dependency.
A single install/deinstall cycle was not enough to catch this, sigh.
0.1.5_1
16 Apr 2004 19:27:04
Original commit files touched by this commit
linimon search for other commits by this committer
Per dosirak run, fix plist.
0.1.5_1
17 Mar 2004 18:29:46
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.1.5_1
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
0.1.5_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.1.5
03 Nov 2003 00:52:31
Original commit files touched by this commit
edwin search for other commits by this committer
Remove MASTER_SITES_GNU, the port never was restored after the site
got hacked.
0.1.5
24 Oct 2003 02:07:51
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize INFO and DATADIR
0.1.5
29 Jun 2003 13:57:47
Original commit files touched by this commit
arved search for other commits by this committer
Update to 0.1.5

PR:             52934
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
0.1.4
18 May 2003 16:03:16
Original commit files touched by this commit
petef search for other commits by this committer
Use USE_GETOPT_LONG.

PR:             51387, 51383, 51380, 51388, 51384, 51372, 51373,
                51381, 51382
Submitted by:   Ports Fury
0.1.4
02 May 2003 03:29:00
Original commit files touched by this commit
marcus search for other commits by this committer
Chase guile's shared lib version.
0.1.4
20 Feb 2003 18:51:13
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.1.4
08 Feb 2003 05:27:23
Original commit files touched by this commit
nork search for other commits by this committer
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.

Submitted by:   Ports Fury
0.1.4
02 Feb 2003 14:34:10
Original commit files touched by this commit
nork search for other commits by this committer
Conditionalize libgnugetopt dependencies.

PR:             ports/47749
Submitted by:   Ports Fury
0.1.4
15 Oct 2002 05:58:49
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.1.4
0.1.3
08 Aug 2002 19:38:49
Original commit files touched by this commit
dwcjr search for other commits by this committer
Fix building
Bump PORTREVISION

PR:             41359
Submitted by:   KATO Tsuguru
0.1.3
16 May 2002 13:22:42
Original commit files touched by this commit
ijliao search for other commits by this committer
add serveez 0.1.3
A server framework

Number of commits found: 63