| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=2069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
language called XLISP. This one is IS_INTERACTIVE because it needs
to connect to the X server while building. I don't know if it's
possible to build a package or not.
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>
this one was mentioned in the linux journal
recently. I've used it before so I made up
a port.
Notes:
svn path=/head/; revision=2068
|
|
|
|
|
|
|
|
| |
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Obtained from:
Notes:
svn path=/head/; revision=2021
|
|
|
|
| |
Notes:
svn path=/head/; revision=1906
|
|
|
|
|
|
|
| |
Submitted by: Janusz Kokot <janek@gaja.ipan.lublin.pl>
Notes:
svn path=/head/; revision=1904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Notes:
svn path=/head/; revision=1871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
Notes:
svn path=/head/; revision=1740
|
|
|
|
| |
Notes:
svn path=/head/; revision=1714
|
|
|
|
| |
Notes:
svn path=/head/; revision=1590
|
|
|
|
| |
Notes:
svn path=/head/; revision=1567
|
|
|
|
|
|
|
| |
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes:
svn path=/head/; revision=1566
|
|
|
|
|
|
|
|
| |
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
Notes:
svn path=/head/; revision=1545
|
|
|
|
|
|
|
|
| |
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
Notes:
svn path=/head/; revision=1483
|
|
|
|
| |
Notes:
svn path=/head/; revision=1437
|
|
|
|
| |
Notes:
svn path=/head/; revision=1412
|
|
|
|
| |
Notes:
svn path=/head/; revision=1327
|
|
|
|
| |
Notes:
svn path=/head/; revision=1326
|
|
|
|
| |
Notes:
svn path=/head/; revision=1262
|
|
|
|
|
|
|
| |
and some other minor cleanup.
Notes:
svn path=/head/; revision=1196
|
|
|
|
| |
Notes:
svn path=/head/; revision=1156
|
|
|
|
| |
Notes:
svn path=/head/; revision=1155
|
|
|
|
|
|
|
| |
uncomp script need to be prefixed with a CURDIR.
Notes:
svn path=/head/; revision=1018
|
|
|
|
|
|
|
| |
it uses WRKDIR.
Notes:
svn path=/head/; revision=1017
|
|
|
|
| |
Notes:
svn path=/head/; revision=973
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
Notes:
svn path=/head/; revision=935
|
|
|
|
| |
Notes:
svn path=/head/; revision=862
|
|
|
|
| |
Notes:
svn path=/head/; revision=833
|
|
|
|
| |
Notes:
svn path=/head/; revision=832
|
|
|
|
| |
Notes:
svn path=/head/; revision=831
|
|
|
|
| |
Notes:
svn path=/head/; revision=830
|
|
|
|
| |
Notes:
svn path=/head/; revision=758
|
|
|
|
|
|
|
|
|
|
| |
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
Notes:
svn path=/head/; revision=590
|
|
|
|
|
|
|
| |
these need to have INSTALL_MANPAGES= yes anymore.
Notes:
svn path=/head/; revision=558
|
|
|
|
| |
Notes:
svn path=/head/; revision=540
|
|
|
|
| |
Notes:
svn path=/head/; revision=539
|
|
|
|
| |
Notes:
svn path=/head/; revision=522
|
|
|
|
|
|
|
| |
until someone has a brilliant idea how to reorganize the ports.
Notes:
svn path=/head/; revision=521
|
|
|
|
|
|
|
| |
MASTER_SITE_OVERRIDE. This works also.
Notes:
svn path=/head/; revision=520
|
|
|
|
| |
Notes:
svn path=/head/; revision=498
|
|
|
|
| |
Notes:
svn path=/head/; revision=434
|
|
|
|
| |
Notes:
svn path=/head/; revision=402
|
|
|
|
| |
Notes:
svn path=/head/; revision=358
|
|
|
|
| |
Notes:
svn path=/head/; revision=300
|
|
|
|
| |
Notes:
svn path=/head/; revision=299
|
|
|
|
|
|
|
|
| |
used in the linpack benchmark. However the purpose of this library is
to be used in numerical methods applications.
Notes:
svn path=/head/; revision=298
|
|
|
|
| |
Notes:
svn path=/head/; revision=281
|
|
|
|
| |
Notes:
svn path=/head/; revision=280
|
|
|
|
| |
Notes:
svn path=/head/; revision=212
|
|
|
|
|
|
|
| |
Submitted by: mr
Notes:
svn path=/head/; revision=211
|
|
|
|
| |
Notes:
svn path=/head/; revision=185
|