| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=162737
|
|
|
|
|
|
|
|
| |
PR: 97418
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Notes:
svn path=/head/; revision=162736
|
|
|
|
|
|
|
|
| |
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=417874>.
Notes:
svn path=/head/; revision=162735
|
|
|
|
| |
Notes:
svn path=/head/; revision=162734
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new constructor, that is to check for attributes existence, and definedness.
Authors: GomoR <netpkt@gomor.org>
WWW: http://search.cpan.org/dist/Class-Gomor/
PR: ports/97424
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Notes:
svn path=/head/; revision=162732
|
|
|
|
|
|
|
|
| |
PR: 97425
Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
Notes:
svn path=/head/; revision=162731
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
able to write raw data directly to the network.
Authors: Patrice Auffret <netpkt@gomor.org>
WWW: http://search.cpan.org/dist/Net-Write
PR: ports/97427
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Notes:
svn path=/head/; revision=162729
|
|
|
|
|
|
|
|
|
| |
argument to the '-i' parameter.
Approved by: arved (mentor)
Notes:
svn path=/head/; revision=162728
|
|
|
|
|
|
|
|
|
| |
- Move 'diary-' to pkgnameprefix
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=162727
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=162726
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hercules is a personal workout diary program for bodybuilders.
Hercules written on Python with wxPython GUI library. To store
data its use SQLite.
PR: ports/96697
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: mnag (mentor)
Notes:
svn path=/head/; revision=162724
|
|
|
|
| |
Notes:
svn path=/head/; revision=162723
|
|
|
|
|
|
|
|
|
| |
Use configure script --with-ogg-dir argument to specify devel/libogg
Submitted by: sergei (from audio/speex)
Notes:
svn path=/head/; revision=162722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
theme with a modern, updated visual experience. With 25 levels, five modes of
play, mutators, built-in bots, 9 characters, 8 weapons (3 with alt-fire
modes), the game has an endless supply of replayability. Billed as the sequel
to 2004's CodeRED: Alien Arena, AA2K6 is much more than that. With the trials
and tribulations of software development, endless hours of playing, gathering
feedback, COR Entertainment has been able to not only fine tune and perfect
it's flagship game, but add completely new dimensions to it.
WWW: http://red.planetarena.org/
PR: ports/91803
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=162720
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependency location instead of explicitly passing modified CPPFLAGS
and LDFLAGS variables. This gives configure script a chance to do the
right thing when detecting libogg if ${LOCALBASE} != "/usr/local"
PR: ports/97464
Submitted by: sergei
Approved by: ahze (maintainer)
Notes:
svn path=/head/; revision=162719
|
|
|
|
| |
Notes:
svn path=/head/; revision=162718
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports/databases/db42/Makefile:
http://docs.freebsd.org/cgi/mid.cgi?200406261113.i5QBDG1b059838
Proper fix will come later.
Reviewed by: maho (maintainer)
Notes:
svn path=/head/; revision=162717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/97313
Submitted by: James Raftery <james@now.ie> (maintainer)
Security: http://www.securityfocus.com/bid/17978
- Fix bug causing Xvnc to not work with XDMCP
PR: ports/92414
Submitted by: Akihiro KAYAMA <kayama@personal-media.co.jp>
Approved by: maintainer timeout (3+ months)
Notes:
svn path=/head/; revision=162716
|
|
|
|
|
|
|
|
|
| |
http://docs.freebsd.org/cgi/mid.cgi?200604151620.k3FGKR7i004094
Reviewed by: maho (maintainer)
Notes:
svn path=/head/; revision=162715
|
|
|
|
|
|
|
| |
Reviewed by: maho (maintainer)
Notes:
svn path=/head/; revision=162714
|
|
|
|
|
|
|
| |
if shell backend is enabled.
Notes:
svn path=/head/; revision=162713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make sure that PKGNAMESUFFIX and COMMENT are correctly set when
building slave ports. [1]
- Remove RCORDER feature which is now deprecated.
- Move PORTREVISION related stuff to before bsd.port.pre.mk in
order to get the revisions actually work.
- Depend on CLIENT_ONLY and WITH_SASL to determine the package
name suffix.
- Make use of USE_OPENLDAP instead of rolling our own.
- Use WITH_RC_SUBR correctly rather than just specifying "yes"
- Depend on bsd.database.mk to determine the Berkeley DB name,
which makes it possible to use versions available from the
ports collection rather than making decision our own. [2]
- Disable threading as suggested by openldap developers if
BACK_SHELL is enabled. Indicate the fact when showing options.
- Update to 2.3.23
PR: 91902[1], 96752 [2]
Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> [1]
Sunpoet Po-Chuan Hsieh <sunpoet sunpoet net> [2]
Approved by: sem (mentor)
Other changes, blames and all bugs are mine.
Notes:
svn path=/head/; revision=162712
|
|
|
|
|
|
|
|
|
| |
PR: 97415
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Approved by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
Notes:
svn path=/head/; revision=162711
|
|
|
|
| |
Notes:
svn path=/head/; revision=162710
|
|
|
|
| |
Notes:
svn path=/head/; revision=162709
|
|
|
|
|
|
|
| |
- Add an additional mirror
Notes:
svn path=/head/; revision=162708
|
|
|
|
| |
Notes:
svn path=/head/; revision=162707
|
|
|
|
|
|
|
|
| |
PR: 97449
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer)
Notes:
svn path=/head/; revision=162706
|
|
|
|
| |
Notes:
svn path=/head/; revision=162705
|
|
|
|
| |
Notes:
svn path=/head/; revision=162704
|
|
|
|
| |
Notes:
svn path=/head/; revision=162703
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add my mirrors (temporarily)
- XPI_DIRS is undefined by default now
- Rework ugly PLIST_FILES hacks
- Add xpi-plist target in maintainer section
Approved by: krion (mentor, implicit)
Notes:
svn path=/head/; revision=162702
|
|
|
|
|
|
|
| |
Approved by: krion (implicit)
Notes:
svn path=/head/; revision=162701
|
|
|
|
|
|
|
|
|
|
| |
- USE_BZIP2 instead tar.gz for distfile [2]
Noticed by: kris mail [*1]
Requested by: Andrey Simonenko (via email) [*2]
Notes:
svn path=/head/; revision=162700
|
|
|
|
| |
Notes:
svn path=/head/; revision=162699
|
|
|
|
|
|
|
|
|
| |
PR: 97420
Submitted by: Christopher Boumenot <boumenot@gmail.com>
Reviewed by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Notes:
svn path=/head/; revision=162698
|
|
|
|
|
|
|
|
| |
PR: 97393
Submitted by: maintainer
Notes:
svn path=/head/; revision=162697
|
|
|
|
|
|
|
| |
including server names update and new domains' whois server.
Notes:
svn path=/head/; revision=162696
|
|
|
|
| |
Notes:
svn path=/head/; revision=162695
|
|
|
|
| |
Notes:
svn path=/head/; revision=162694
|
|
|
|
| |
Notes:
svn path=/head/; revision=162693
|
|
|
|
|
|
|
|
|
|
|
| |
- use modern USE_RC_SUBR
PR: 96054
Submitted by: Frank W. Josellis (maintainer)
Approved by: lawrance (mentor)
Notes:
svn path=/head/; revision=162692
|
|
|
|
|
|
|
|
| |
PR: ports/96455
Submitted by: Thomas Spreng <spreng at socket dot ch>
Notes:
svn path=/head/; revision=162691
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=162690
|
|
|
|
| |
Notes:
svn path=/head/; revision=162689
|
|
|
|
|
|
|
| |
Submitted by: jkim
Notes:
svn path=/head/; revision=162688
|
|
|
|
| |
Notes:
svn path=/head/; revision=162687
|
|
|
|
|
|
|
| |
- Adopt port
Notes:
svn path=/head/; revision=162686
|
|
|
|
|
|
|
|
|
|
|
| |
installed.
PR: 96778 (related)
Notified by: pointyhat via kris
Submitted by: Kövesdán Gábor <gabor.kovesdan@t-hosting.hu>
Notes:
svn path=/head/; revision=162685
|
|
|
|
|
|
|
| |
Requested by: Dan Langille <dan@langille.org> for freshports.org
Notes:
svn path=/head/; revision=162684
|