| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
copy.
Notes:
svn path=/head/; revision=15325
|
|
|
|
|
|
|
| |
It is now based on EGCS.
Notes:
svn path=/head/; revision=15324
|
|
|
|
|
|
|
| |
copy.
Notes:
svn path=/head/; revision=15323
|
|
|
|
| |
Notes:
svn path=/head/; revision=15322
|
|
|
|
| |
Notes:
svn path=/head/; revision=15321
|
|
|
|
|
|
|
| |
explicitly.
Notes:
svn path=/head/; revision=15320
|
|
|
|
|
|
|
|
| |
PR: ports/8771 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes:
svn path=/head/; revision=15319
|
|
|
|
|
|
|
|
| |
PR: ports/8771 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes:
svn path=/head/; revision=15318
|
|
|
|
| |
Notes:
svn path=/head/; revision=15317
|
|
|
|
| |
Notes:
svn path=/head/; revision=15316
|
|
|
|
| |
Notes:
svn path=/head/; revision=15315
|
|
|
|
|
|
|
|
| |
Note that Muttrc and mime.types have moved from
PREFIX/share/misc -> PREFIX/etc
Notes:
svn path=/head/; revision=15314
|
|
|
|
|
|
|
|
| |
PR: ports/9025
Submitted by: root@cache-t.hrz.uni-bielefeld.de
Notes:
svn path=/head/; revision=15313
|
|
|
|
| |
Notes:
svn path=/head/; revision=15312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Spin is an efficient on-the-fly verification system
(a `model checker') for asynchronous concurrent systems,
such as data communication protocols, distributed operating
systems, database systems, etc.
It can be used to prove both safety and liveness properties,
including all correctness requirements expressible in linear
time temporal logic.
PR: ports/9058
Submitted by: pangolin@home.com
Notes:
svn path=/head/; revision=15311
|
|
|
|
|
|
|
|
| |
Submitted by: gljohns@bellsouth.net
PR: ports/8977
Notes:
svn path=/head/; revision=15310
|
|
|
|
| |
Notes:
svn path=/head/; revision=15309
|
|
|
|
|
|
|
| |
Submitted by: taguchi@tohoku.iij.ad.jp
Notes:
svn path=/head/; revision=15308
|
|
|
|
| |
Notes:
svn path=/head/; revision=15307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/8627
Submitted by: laskavy@gambit.msk.su
Modified by: kuriyama
o added p5-GD dependency
o some portlint fixes
This port fails on make test stage in ${WRKDIR}. But this is
caused by font difference between developper's and mine.
So it can ignore.
Notes:
svn path=/head/; revision=15306
|
|
|
|
| |
Notes:
svn path=/head/; revision=15305
|
|
|
|
| |
Notes:
svn path=/head/; revision=15304
|
|
|
|
| |
Notes:
svn path=/head/; revision=15303
|
|
|
|
|
|
|
| |
Submitted by: steve
Notes:
svn path=/head/; revision=15302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
don't recurse in "make describe". The new INDEX target in
ports/Makefile invokes a perl script to recurse and convert them
into package names.
While I'm here, change the name of targets and move them around a
little bit for the sake of consistency.
It is also probably worth noting here that the meaning of the
"build dependency" list in INDEX has been changed slightly
changed. The old list was "build depends and its build depends"
-- not particularly useful if you had things like autoconf, which
run-depend on gm4 (you install all the things listed here and
you'll get an autoconf that won't run).
It is now "build depends and its run depends" -- you install
everything listed here, and you'll be able to build the port.
Submitted by: steve
(0') Fast README.html generation. It uses ports/INDEX to find
dependencies instead of embarking on to a recursive loop.
Submitted by: steve
(1) Remove NO_WRKDIR and NO_EXTRACT. Their functionality are easily
replacable with NO_WRKSUBDIR=t and EXTRACT_ONLY= (nothing on right
side), and they get in the way of read-only port trees.
(2) Surround first few variable definitions with ".if !defined()".
This will make cross-compilation easier and also speed up make
processes.
(3) Call sysctl with absolute path. Prefer the one in /sbin over the
one in /usr/sbin.
(4) Add four new variables
PKGINSTALL?= ${PKGDIR}/INSTALL
PKGDEINSTALL?= ${PKGDIR}/DEINSTALL
PKGREQ?= ${PKGDIR}/REQ
PKGMESSAGE?= ${PKGDIR}/MESSAGE
and use them in PKG_ARGS. Frobbing with PKG_ARGS directly is
strongly discouraged.
(5) Change PKG_SUFX to ".tar" (instead of ".tgz") if PKG_NOCOMPRESS is
defined. This is intended only for our own use.
(6) Add more sites to MASTER_SITE_GNU.
Submitted by: billf
(7) Override MANUAL_PACKAGE_BUILD if PARALLEL_PACKAGE_BUILD is
defined. This is intended only for our own use.
(8) Add new target "ignorelist" which will print out the package name
if the port is not going to be built on this machine. This is
intended only for our own use.
(9) Make mtree a little quieter.
Notes:
svn path=/head/; revision=15300
|
|
|
|
|
|
|
|
| |
I change library name to libgtk11d,
and gtk-config to gtk11d-config.
Notes:
svn path=/head/; revision=15299
|
|
|
|
|
|
|
|
| |
NO_WRKDIR is a port variable, not a user variable, it made no sense
for these to be here in the first place.
Notes:
svn path=/head/; revision=15298
|
|
|
|
|
|
|
| |
PR: 7463
Notes:
svn path=/head/; revision=15297
|
|
|
|
| |
Notes:
svn path=/head/; revision=15296
|
|
|
|
| |
Notes:
svn path=/head/; revision=15295
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fido-Internet Gateway
* Fido FTN-FTN Gateway
* Fido Mail Processor
* Fido File Processor
* Fido Areafix/Filefix
PR: ports/5201
Submitted by: dirk.meyer@dinoex.sub.org
Notes:
svn path=/head/; revision=15294
|
|
|
|
| |
Notes:
svn path=/head/; revision=15293
|
|
|
|
|
|
|
|
|
| |
All it did was to remove the PLIST_SUB functionality that makes upgrading this
port easier, and added a MASTER_SITE that had the same IP address as the other
one.
Notes:
svn path=/head/; revision=15292
|
|
|
|
| |
Notes:
svn path=/head/; revision=15291
|
|
|
|
| |
Notes:
svn path=/head/; revision=15290
|
|
|
|
|
|
|
|
|
| |
information.
Screwed Up By: billf
Notes:
svn path=/head/; revision=15289
|
|
|
|
|
|
|
| |
marking it broken until I figure out why.
Notes:
svn path=/head/; revision=15288
|
|
|
|
|
|
|
|
| |
PR: ports/8448
Submitted By: Adam Laurie <adam@algroup.co.uk>, Member of Apache-SSL
Notes:
svn path=/head/; revision=15287
|
|
|
|
|
|
|
| |
Provoked by: Bill Fenner's distfile survey
Notes:
svn path=/head/; revision=15286
|
|
|
|
|
|
|
|
| |
Submitted by: kkennawa@physics.adelaide.edu.au
Fix spells NOV as NOW
Notes:
svn path=/head/; revision=15285
|
|
|
|
|
|
|
|
| |
Submitted by: kkennawa@physics.adelaide.edu.au
Update to tinyfugue 4.0 Gamma 2
Notes:
svn path=/head/; revision=15284
|
|
|
|
|
|
|
| |
PR: 9048
Notes:
svn path=/head/; revision=15283
|
|
|
|
| |
Notes:
svn path=/head/; revision=15282
|
|
|
|
|
|
|
|
| |
Submitted by: wayne@crb-web.com
X utility to translate rgb values into X color names.
Notes:
svn path=/head/; revision=15281
|
|
|
|
| |
Notes:
svn path=/head/; revision=15280
|
|
|
|
|
|
|
|
|
| |
Submitted by: kkennawa@physics.adelaide.edu.au
WMMon monitors the realtime CPU load as well
the average system load and gives you some nice additional features too...
Notes:
svn path=/head/; revision=15279
|
|
|
|
| |
Notes:
svn path=/head/; revision=15278
|
|
|
|
| |
Notes:
svn path=/head/; revision=15277
|
|
|
|
| |
Notes:
svn path=/head/; revision=15276
|
|
|
|
|
|
|
| |
Python with a few C modules. This is still experimental code.
Notes:
svn path=/head/; revision=15275
|