| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
|
| |
PR: 95717
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu (at) people.tecnik93.com>
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
x86_64-specific configure hack.
|
|
|
|
|
|
|
|
| |
http://www.abisource.com/release-notes/2.4.4.phtml
http://www.abisource.com/changelogs/2.4.4.phtml
-Add CFLAGS=-g and STRIP= in WITH_DEBUG.
-Remove USE_REINPLACE.
-Use @dirrmtry.
|
|
|
|
|
|
| |
-Remove USE_REINPLACE.
-Use ltverhack.
-Update the WWW.
|
|
|
|
| |
-Update the pkg-descr, copied from its website.
|
|
|
|
| |
Pointy hat to: tobez
|
| |
|
| |
|
|
|
|
|
|
| |
the base system for a long time.
Hat: portmgr
|
|
|
|
|
|
| |
all the help in the past.
Hat: portmgr
|
|
|
|
|
|
| |
PR: 94305
Submitted by: Alex Varju <freebsd-ports___varju.ca>
Approved by: maintainer timeout, 34 days
|
|
|
|
|
|
| |
appreciate all the help in the past.
Hat: portmgr
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 94137
Submitted by: Chris St Denis <chris___ctgameinfo.com>
Approved by: maintainer timeout, 39 days
|
|
|
|
|
|
| |
back sometime.
Hat: portmgr
|
|
|
|
|
|
|
|
|
| |
- Reorganize Makefile
- Bump PORTREVISION
PR: 95063
Submitted by: "Anish Mistry" <amistry___am-productions.biz>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Use external libtiff.
- Unmark FORBIDDEN.
- Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now
(at least the platforms I could test).
Initial upgrade work by: fenner
|
| |
|
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 94915
Submitted by: Danijel Tasov <danielt___pilgerer.org>
Approved by: maintainer timeout, 20 days
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 95666
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/95156 [1], ports/95731 [2]
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> [1], Babak Farrokhi <babak@farrokhi.net> [2]
|
|
|
|
|
|
|
|
| |
the MAN? variables
PR: ports/93943
Submitted by: vd
Approved by: andreas (maintainer timeout 40+ days)
|
| |
|
|
|
|
| |
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u
|
|
|
|
|
| |
PR: ports/95690
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.14&r2=1.15&f=u
|
|
|
|
| |
- Grab MAINTAINER on ldouble
|
|
|
|
|
|
|
|
| |
- Make COMMENT < 70 chars.
PR: 95736
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu___people.tecnik93.com>
Reported by: fenner's distfiles survey [1]
|
|
|
|
|
|
| |
PR: 95726
Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu___people.tecnik93.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: 95662
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Another object system!?!?
Yes, I know there has been an explosion recently of new ways to build
objects in Perl 5, most of them based on inside-out objects, and other
such things. Moose is different because it is not a new object system
for Perl 5, but instead an extension of the existing object system.
Moose is built on top of Class::MOP, which is a metaclass system for
Perl 5. This means that Moose not only makes building normal Perl 5
objects better, but it also provides the power of metaclass programming.
WWW: http://search.cpan.org/dist/Moose/
PR: ports/95741
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Committed from: Sofia, Bulgaria
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This module is an attempt to create a meta object protocol for the
Perl 5 object system. It makes no attempt to change the behavior or
characteristics of the Perl 5 object system, only to create a protocol
for its manipulation and introspection.
http://search.cpan.org/dist/Class-MOP/
PR: ports/95740
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Committed from: Sofia, Bulgaria
|
|
|
|
| |
Release notes: http://www.mozilla.com/firefox/releases/1.5.0.2.html
|
|
|
|
|
|
| |
The changes since 1.4.2.0 are listed on http://www.dest-unreach.org/socat/
Approved by: markus, maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sqlite3
Axiom is an object database, or alternatively, an
object-relational mapper.
Its primary goal is to provide an object-oriented layer
with what we consider to be the key aspects of OO, i.e.
polymorphism and message dispatch, without hindering the
power of an RDBMS. It is designed to "feel pythonic", without
encouraging the typical ORM behavior such as potato
programming.
Axiom provides a full interface to the database, which
strongly suggests that you do not write any SQL of your
own. Metaprogramming is difficult and dangerous (as many,
many SQL injection attacks amply demonstrate). Writing your
own SQL is still possible, however, and Axiom does have
several methods which return fragments of generated schema
if you wish to use them in your own queries.
WWW: http://divmod.org/trac/wiki/DivmodAxiom
PR: ports/95724
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
|
|
|
|
| |
- Make portlint(1) happy
- Take maintainership
PR: ports/95683
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
|
|
|
|
|
| |
Update to 20060412
(commited on request of maintainer)
PR: ports/95663
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This library reads song information, such as song title,
artist, and album, from an MP3 file. It supports ID3v1,
ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, ID3v2.3, and ID3v2.4
tags. MP3 Frame Headers can also be read. There is a
FilenameTag, a ID3v2.4 tag that is intelligently derived
from the file name. It contains tag synchronization
utilities, multiple save options, and easy tag conversion
methods.
WWW: http://javamusictag.sourceforge.net/index.html
PR: ports/95638
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_RC_SUBR= yes --> USE_RC_SUBR= ${PORTNAME}.sh
- move files/dictd.sh --> files/dictd.sh.in
- default to NO for dictd_enable
- Move pkg-message to files/pkg-message.in and print local path to net/dictd-database
PR: ports/91505
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com>
Reviewed by: maintainer timeout
|