| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Tie::File 0.97 or later (only 0.96 is available separately).
PR: ports/82775
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
Reported by: kris
|
|
|
|
| |
Approved by: maintainer timeout (11 days)
|
|
|
|
|
|
|
|
| |
This also allows us to return to standard libtool-handling.
PR: ports/80169
Submitted by: Helge Oldach
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: ports/82742
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
|
|
|
|
| |
PR: 82760
Submitted by: Ben Woolley (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Data::Taxonomy::Tags will basically take care of easily managing tags for an
item. You provide it with a string of tags and it will allow you to call
methods to get all the tags and categories as well as add and delete tags
from the list.
WWW: http://search.cpan.org/dist/Data-Taxonomy-Tags/
PR: ports/82669
Submitted by: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
|
| |
PR: 82446
Submitted by: Panagiotis Astithas <past@ebs.gr>
|
|
|
|
|
| |
PR: 82444
Submitted by: Panagiotis Astithas <past@ebs.gr>
|
|
|
|
|
|
|
|
|
|
|
|
| |
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.
WWW: http://goog-sparsehash.sf.net
PR: ports/82696
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
|
|
|
| |
PR: ports/82672
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Submitted by: lioux
|
| |
|
|
|
|
| |
Prodded by: jkoshy
|
|
|
|
|
| |
PR: 82525
Submitted by: Antonio Carlos Venancio Junior (maintainer)
|
|
|
|
|
| |
PR: ports/82613
Submitted by: Vasil Dimov <vd@datamax.bg>
|
|
|
|
|
| |
PR: ports/82565
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
|
|
|
|
|
|
| |
classes for URLs.
PR: ports/82580
Submitted by: Choe, Cheng-Dae
|
|
|
|
|
|
|
| |
- Transfer maintainer to submitter
PR: ports/82581
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
|
|
|
|
|
|
|
| |
LivingLogic packages.
PR: ports/82578
Submitted by: Choe, Cheng-Dae
|
|
|
|
|
| |
PR: ports/82585
Submitted by: Rong-En Fan (maintainer)
|
|
|
|
|
| |
PR: ports/82407
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/82400
Submitted by: Brian Minard <bminard@flatfoot.ca>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
for clean build with `-Wall -Werror'. No functional changes nor
upgrades.
|
|
|
|
|
| |
PR: ports/82225
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
|
| |
PR: ports/82216
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
|
|
|
| |
PR: ports/82416
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSync is a synchronization framework that is platform and distribution
independent. It consists of several plugins that can be used to connect to
devices, a powerfull sync-engine and the framework itself. The synchronization
framework is kept very flexible and is capable of synchronizing any type of
data, including contacts, calendar, tasks, notes and files.
Note: You may want to avoid extra dependencies from devel/swig13 by building with
the following SWIG_LANGUAGES="perl python"
|
|
|
|
| |
memory checker
|
|
|
|
|
|
|
| |
Take over maintainership.
Add switches to build agains mozilla and firefox (borrowed from the galeon port).
Approved by: rui AT ruilopes dot com (previous maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
|
| |
|
|
|
|
|
| |
PR: ports/82368
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
|
|
|
|
|
|
| |
More robust -pthread hack obtained from dfports.
Tested with: full build of x11/gnome2 and x11/kde3
|
|
|
|
| |
Tested with: full build of x11/gnome2 and x11/kde3
|
|
|
|
|
|
| |
documentation
Submitted by: marcus
|
| |
|
|
|
|
|
|
| |
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
|
| |
|
|
|
|
|
|
|
|
| |
dependency, rather than using the build-only versioned ports, in an
almost identical manner to devel/anjuta.
Tested by: tap on #kde-freebsd
Approved by: lofi
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
It's important to note here that these particular versions of autotools
will be left without FreeBSD-specific hacks, so that developers and IDEs
alike will be able to run in a pristine environment, ensuring
cross-platform capability. The prefix of ${LOCALBASE}/gnu-autotools
will remain untouched, it's merely a case of ensuring that they are
kept up to date.
Approved by: marcus
|
|
|
|
| |
Reported by: kris via pointyhat
|
|
|
|
|
| |
PR: ports/82275
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
| |
generate code in C++, Java and Idl.
BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs included in the BOUML distribution.
|
| |
|
|
|
|
|
|
|
| |
. Use new MASTER_SITE and web page.
PR: 82276
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
to autotools
|
|
|
|
|
|
| |
Take back maintainership. I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists
PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.19
- Chase original master site
- Remove WITHOUT_ADNS option, as the configure script shipped with
0.19 does not know anything about adns
- Replace !WITHOUT_{LUA,SQLITE} with WITH_{LUA,SQLITE}_PORT to make
the included libraries the default choice - the INSTALL file coming
with the distribution suggests using the bundled libraries to avoid
problems, and as this software is still under heavy development, I
think it should be honored
- Add home page URL to pkg-descr
Moreover:
- Respect ${CXXFLAGS}
- Polish the Makefile
PR: ports/81470 [1]
Submitted by: Stefan Walter <sw@gegenunendlich.de> [1]
Approved by: maintainer timeout (21 days)
|
| |
|
| |
|
|
|
|
| |
Reported by: kris via pointyhat
|
|
|
|
|
| |
PR: 82149
Submitted by: Alex Kiesel <kiesel@schlund.de>
|
|
|
|
|
|
| |
JasperReports.
Reviewed by: hq
|
| |
|
|
|
|
| |
Java applications.
|
| |
|
|
|
|
|
|
| |
be installed only if Python was not used in the build.
Approved by: demon (ports mentor)
|
|
|
|
|
| |
PR: ports/82162
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
| |
Pointed by: Scott Allendorf <scott-allendorf ?? uiowa.edu>
|
|
|
|
| |
Pointed by: chkversion (kris)
|
|
|
|
|
|
|
| |
structures for compilation of jumbo-sized patterns.
PR: ports/74369
Submitted by: David Landgren <david (at) landgren dot net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/82086
Submitted by: Steve Ames <steve@energistic.com>
|
|
|
|
| |
Noticed by: krion
|
|
|
|
|
|
| |
PR: ports/80891
Submitted by: Kay Abendroth <kay.abendroth (at) gmail.com>
Approved by: maintainer's time-out (1 month)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/82119
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
|
|
|
|
| |
Pointed by: pointyhat (kris)
|
|
|
|
|
|
|
| |
Submitter mentions license change, nothing ominous though (LGPL)
PR: ports/82116
Submitted by: Marwan Burelle <marwan.burelle@lri.fr> (maintainer)
|
|
|
|
|
|
| |
This seems to fix build on 4-STABLE.
Problem noted by: kris
|
|
|
|
|
| |
PR: 82041
Submitted by: Alexander Novitsky (maintainer)
|
|
|
|
| |
Netscape 8.0 is available only for Windows.
|
| |
|
|
|
|
| |
Reported by: kris via pointyhat
|
|
|
|
| |
WWW: http://rote.sourceforge.net/
|
|
|
|
|
|
| |
and devstat. Thanks to phk for providing insight on how to do this.
Tested by: kwm
|
|
|
|
| |
Obtained from: kris@
|
|
|
|
|
|
| |
PR: ports/82069
Submitted by: maintainer
Pointyhat to: thierry
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
"/usr/ports/devel/dbus-sharp/../dbus/Makefile", line 76: Unassociated
shell command "${MKDIR} ${X11BASE}/share/dbus-1/services"
Submitted by: flz
|
| |
|
| |
|
|
|
|
| |
- Flexiblize pkg-plist a little
|
| |
|
|
|
|
| |
with session-based dbus.
|
|
|
|
|
|
|
|
| |
- add OCAMLFIND_DESTDIR to MAKE_ENV, in order for ocamlfind to respect
PREFIX.
PR: ports/81991
Submitted by: maintainer
|
|
|
|
| |
Reported by: maintainer
|
|
|
|
|
|
|
|
|
| |
modern alternative to object middleware such as CORBA.
PR: 64136
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Original submission by: Sergey Matveychuk <sem@ciam.ru>
Thanks to: flz for reviving the PR
|
|
|
|
|
| |
PR: ports/81583
Submitted by: Choe, Cheng-Dae <whitekid at gmail.com>
|
|
|
|
|
|
|
| |
security applications.
PR: ports/80795 (based on)
Submitted by: Peter Cornelius <pcc.at.gmx.net>
|
| |
|
|
|
|
| |
* LIB_DEPENDS: strfunc.7 => strfunc.9
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
- installs files in ${PREFIX}/lib/ocaml/site-lib.
PR: ports/81990
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/81992
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from Changes
Version 2.0
- Added the Class::Error module and tests
- Added the Class::Util module and tests
- Minor change in the Class::constr closure to allow to stop the init subs
by returning undef OR a Class::Error object
- Added the 'skip_autoload' option to Class::constr pragma
- You can also pass an HASH reference to the constr method
- Changed the result returned by the group accessor in list context:
old version returned the keys of the hash (deprecated since the 1.77)
this version returns the whole hash
|
| |
|
|
|
|
| |
Requested by: mezz
|
|
|
|
|
|
| |
PR: 80479
Submitted by: Brian Minard <bminard@flatfoot.ca>
Approved by: demon (ports mentor)
|
|
|
|
|
|
| |
Bump PORTREVISION
Approved by: mezz for gnome@
|
|
|
|
|
|
|
| |
PR: ports/76202, ports/81580
Submitted by: Piet Delport <pjd@point45.com>,
"Choe, Cheng-Dae" <whitekid@gmail.com>
Approved by: maintainer timeout (4 months)
|
|
|
|
|
|
|
|
| |
- Use X11BASE/etc/xdg for xdg path for now. LOCALBASE/etc/xdg will
be readded later.
- Bump PORTREVISION
Submitted by: mezz
|
|
|
|
| |
Requested by: mezz for deskutils/smeg
|
|
|
|
|
| |
PR: ports/81856
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/81854
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/81853
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/81852
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/81851
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/81849
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/81850
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: 81855
Submitted by: Ports Fury
|
|
|
|
| |
Pointed out by: kris
|
|
|
|
|
| |
PR: 81872
Submitted by: Antonio Carlos Venancio Junior (maintainer)
|
|
|
|
|
|
|
| |
- Add PHP DOM extension support
PR: 81836
Submitted by: Antonio Carlos Venancio Junior (maintainer)
|
|
|
|
|
|
| |
- Assign maintainership
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
|
| |
|
| |
|
|
|
|
|
| |
PR: 81819
Submitted by: Dryice Liu (maintainer)
|
|
|
|
|
| |
Reported by: kris
Noodlebrain: me
|
| |
|
|
|
|
|
|
| |
committed without breaking them.
Approved by: portmgr (kris)
|
|
|
|
|
|
| |
recent update fixed the build problem against the version of GHC we've got, and
fixed things on >=5.x, and all that lovely. So mark it un-BROKEN. If it shows
up BROKEN again, I'll handle appropriately.
|
|
|
|
|
|
|
|
|
|
|
| |
The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes
for developing Xfce applications on UNIX-like operating systems.
XFC combines the power of GTK+ and the power of C++ into a state-of-the-art
application development framework for the Xfce Desktop Environment. XFC
judiciously uses C++ language features to avoid layering on too much extra
C++ complexity. Its API is easy to understand and use, and should feel
immediately familiar to most GTK+ programmers.
|
|
|
|
|
| |
PR: ports/81763
Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The GIT itself is merely an extremely fast and flexible filesystem-based
database designed to store directory trees with regard to their history.
The top layer is a SCM-like tool Cogito which enables human beings to work
with the database in a manner to a degree similar to other SCM tools (like
CVS, BitKeeper or Monotone).
PR: ports/81698
Submitted by: Michael Seyfert <michaels@sdf.lonestar.org>
Approved by: erwin (mentor)
|
|
|
|
|
|
| |
- Pet portlint
Noticed by: oliver
|
|
|
|
|
| |
Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer)
PR: ports/81745
|
|
|
|
| |
retire automake/autoconf usage
|
| |
|
|
|
|
|
| |
PR: ports/81703
Submitted by: maintainer
|
|
|
|
| |
Noticed by: Matthias Andree <matthias.andree@gmx.de>
|
|
|
|
|
| |
In preparation for moving the port to binutils-2.16, rather get it
in before that.
|
| |
|
|
|
|
| |
- Bump PORTREVISION.
|
| |
|
|
|
|
|
| |
PR: ports/81722
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove xine plugins, not very well supported and gstreamer-ffmpeg does a
better job.
Override COMMENT and PORTREVISION in slave ports.
For the slave ports in multimedia add also CATAGORIES.
Chase libmusepack -> libmpcdec rename.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html
Approved by: maintainer (implicit)
|
|
|
|
|
|
|
|
| |
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.
PR: ports/79666
Submitted by: me
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
- changes the header include order so as not to pick up installed includes
before local ones
- suppresses the unneeded use of values.h
- works around an inlining limitation in g++
PR: ports/81610
Submitted by: Jonathan Hanna <jhanna@shaw.ca>
Approved by: David Yeske <dyeske@yahoo.com> (maintainer)
|
|
|
|
| |
- Add some new features to pkg-descr
|
| |
|
|
|
|
|
| |
PR: 81647
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
|
|
|
|
|
|
|
| |
break on next perl update.
PR: ports/81639
Submitted by: Christopher Nehren <apeiron@coitusmentis.info>
|
|
|
|
|
| |
PR: ports/81652
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
| |
Obtained from: vs
|
|
|
|
| |
Pointed by: pointyhat (kris)
|
|
|
|
|
| |
PR: ports/81619
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/81566
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/81547
Submitted by: maintainer
|
|
|
|
| |
Reported by: krismail
|
|
|
|
| |
Reported by: portlint
|
|
|
|
| |
Approved by: clement (mentor, implicit)
|
| |
|
|
|
|
| |
Approved by: clement (mentor, implicit)
|
|
|
|
|
|
| |
to patch...
Reminded by: pointyhat
|
|
|
|
|
|
| |
Add patch for cpu instruction detection [1].
Submitted by: [1] bland (earlier version)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Smart comments provide an easy way to insert debugging and tracking code into
a program. They can report the value of a variable, track the progress of a
loop, and verify that particular assertions are true.
Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the use Smart::Comments line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.
Author: Damian Conway <DCONWAY@cpan.org>
WWW: http://search.cpan.org/dist/Smart-Comments/
PR: ports/81476
Submitted by: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
| |
Bugged me for: too long
|
| |
|
|
|
|
|
|
|
|
| |
- depends on Test::More under older perl
PR: 80462
Submitted by: leeym
Approved by: maintainer-timeout
|
|
|
|
|
|
| |
PR: 80463
Submitted by: leeym
Approved by: maintainer-timeout
|
|
|
|
|
|
| |
PR: 80510
Submitted by: leeym
Approved by: maintainer-timeout
|
| |
|
|
|
|
| |
Reported by: krismail
|
|
|
|
| |
Approved by: lev (MAINTAINER)
|
|
|
|
|
|
|
| |
directory last time).
- need libtool
- update plist
|
|
|
|
|
| |
PR: ports/81486
Submitted by: alfred
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Install man pages unconditionally
PR: 81271
Submitted by: Bjoern Koenig <bkoenig@cs.tu-berlin.de>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.7
- Submitter takes maintainership
Moreover:
- Refactor pkg-plist as PLIST_FILES/PORTDOCS
- Replace the Makefile patch by USE_GMAKE and post-patch
PR: ports/80917 [1]
Submitted by: Erik Greenwald <erik@smluc.org> (new maintainer) [1]
|
| |
|
|
|
|
|
| |
PR: 81455
Submitted by: Dryice Liu (maintainer)
|
|
|
|
|
|
|
|
|
| |
packages
PEAR::PEAR_PackageFileManager revolutionizes the maintenance of PEAR packages.
PR: ports/81398
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
|
|
|
|
| |
remote_xfer_partial(), notably for AVR-GDB this makes the command
"info io_registers" work again.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
obsolete patch and thus bump portrevision to force people update their
YAML port.
PR: 81433
Submitted by: maintainer
|
|
|
|
| |
- Use PLIST_FILES/PORTDOCS
|
| |
|
| |
|
|
|
|
| |
Reported by: tjs@cdpa.nsysu.edu.tw
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix portlint warning [2]
- Fix plist w/ NOPORTDOCS (man page) [2]
Submitted by: maintainer[1],
barner [2]
PR: ports/81383
|
| |
|
| |
|
|
|
|
| |
Approved by: seanc, ade (implicit)
|
|
|
|
| |
- Unbreak unguilty ports.
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/81342
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Noted by: kris
|
| |
|
|
|
|
|
| |
PR: 81310
Submitted by: Renato Botelho (maintainer)
|
|
|
|
|
|
|
|
| |
PEAR::HTML_CSS provides a simple interface for generating
a stylesheet declaration.
PR: ports/81132
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
|
|
|
|
|
| |
Submitted by: cperciva
Pointy hat to: vs
|
| |
|
|
|
|
| |
- Use generic URL in pkg-descr
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
certain files in the wrong place.
Before, running msginit would give this:
/usr/local/libdata/gettext/project-id: Can't open /usr/local/libdata/gettext/project-id: No such file or directory
msginit: /usr/local/libdata/gettext/project-id subprocess I/O error
/usr/local/libdata/gettext/user-email: Can't open /usr/local/libdata/gettext/user-email: No such file or directory
msginit: /usr/local/libdata/gettext/user-email subprocess I/O error
/usr/local/share/gettext/projects/TP/team-address: /usr/local/libdata/gettext/urlget: not found
etc.
Now, it gives this:
root@smacky:/usr/ports/GNOME/grm/i18n# msginit
The new message catalog should contain your email address, so that users can
give you feedback about the translations, and so that maintainers can contact
you in case of unexpected technical problems.
sed: 8: "{
h
s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern
Couldn't find out about your email address.
Please enter your email address.
adamw@gnome.org
sed: 8: "{
h
s/^[^@]*@\(.*\)$/\1 ...": unterminated substitute pattern
Exception in thread "main" java.lang.NoClassDefFoundError: gnu/gettext/GetURL
Someone should look into that new error.
|
|
|
|
|
|
|
|
|
| |
- from Changes
- Implemented patch from Tom Phoenix that makes parentheses
optional (and a doc fix, too).
- Fixed little-known bug that triggered indirect method call
syntax. You can now do "diag Dumper($foo)" or
"diag Dumper $foo" if you wish.
|
|
|
|
|
| |
PR: ports/81119
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
| |
- Disconnect static libs
- Minor cleanup
|
|
|
|
|
|
|
| |
on stderr, so the redirection into a file did not work.
Submitted by: Eugene Kilachkoff <zeus@samaramail.ru>
PR: ports/81249
|
|
|
|
|
|
|
|
|
| |
specify or shows to the screen. najitool is being developed in the ANSI C
standard so it should work and compile on any system that supports ANSI C,
which should be every system.
PR: ports/81204
Submitted by: <cokyazici@yahoo.co.uk>
|
|
|
|
| |
- Drop maintainership
|
| |
|