Port details |
- bsdbuild Portable BSD-style build system
- 3.1_1 devel =3 3.1_1Version of this port present on the latest quarterly branch.
- Maintainer: vedge@hypertriton.com
- Port Added: 2011-02-28 13:19:08
- Last Update: 2024-02-26 20:38:46
- Commit Hash: a806fce
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: BSD2CLAUSE
- WWW:
- https://bsdbuild.hypertriton.com/
- Description:
- BSDBuild is a simple, self-contained and portable build system derived from the
traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but
without BSD make extensions (it uses standard Bourne script fragments instead),
so the build system is portable to most operating systems and make flavors.
Because BSDBuild is implemented as a library, Makefiles never need to be
recompiled (unless a separate build is requested). BSDBuild can also generate
pure Bourne ./configure scripts, which function similarly to GNU-style
configure scripts (as far as end-users are concerned), but are compiled using
Perl modules instead of macro packages.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bsdbuild>0:devel/bsdbuild
- To install the port:
- cd /usr/ports/devel/bsdbuild/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bsdbuild
- pkg install bsdbuild
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsdbuild
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bsdbuild-3.1.tar.gz) = d4c562c33cda97f2c5c71ced422f336060a7402237ffc41d84937ca30e942dff
SIZE (bsdbuild-3.1.tar.gz) = 510668
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_bsdbuild
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1_1 26 Feb 2024 20:38:46 |
Muhammad Moinur Rahman (bofh) |
devel/bsdbuild: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1 16 Jul 2015 18:34:01 |
pgollucci |
devel/bsdbuild: update 3.0 -> 3.1
- patch was upstreamed
PR: 201609
Submitted by: vedge@hypertriton.com |
3.0_2 22 Dec 2014 17:12:27 |
feld |
Update "BSD" license in devel category |
3.0_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
3.0_2 24 Sep 2013 23:32:31 |
bapt |
Fix packaging (one of the Makefile wasn't DESTDIR aware)
While here fix shebang on perl scripts |
3.0_1 23 Sep 2013 06:02:03 |
bapt |
Use stage, fix plist
Bump portrevision
Drop maintainership |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
3.0 31 Jul 2013 06:47:16 |
bapt |
Convert my ports to the new perl order |
3.0 31 Dec 2012 11:37:00 |
bapt |
- Trim header
- s/tab/space for WWW: in pkg-descr |
3.0 16 Aug 2012 07:15:43 |
bapt |
- update to 3.0
- changes: http://hypertriton.com/bsdbuild/Release-3.0.txt |
2.9 07 Feb 2012 13:29:00 |
eadler |
The variable is USE_PERL5 not USE_PERL
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav) |
2.9 10 Jul 2011 17:15:50 |
bapt |
- update to 2.9
PR: ports/158109
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
2.8 28 Feb 2011 13:18:48 |
bapt |
BSDBuild is a simple, self-contained and portable build system derived from the
traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but
without BSD make extensions (it uses standard Bourne script fragments instead),
so the build system is portable to most operating systems and make flavors.
Because BSDBuild is implemented as a library, makefiles are edited directly and
never need to be "regenerated".
WWW: http://hypertriton.com/bsdbuild/ |