IABSD.fr/ports/infrastructure/lib/OpenBSD

Branch :


Log

Author Commit Date CI Message
8921d9c5 2020-05-17 14:33:04 Remove PKGNAME, setting DISTNAME is enough. OK ajacoutot@
3e3ce667 2020-05-16 21:44:23 portgen: where BDEP/RDEP are equal, write 'BUILD_DEPENDS=${RUN_DEPENDS}' rather than 'RUN_DEPENDS=${BUILD_DEPENDS}' which is easily polluted by compression utilities, ccache if used etc. Problem spotted by aja@ in a port submission of mine where the skeleton was made by portgen. While there, prefer setting 'TEST_DEPENDS=${RUN_DEPENDS}' rather than to '${BUILD_DEPENDS}' if RDEP/BDEP are equal. ok afresh1@
9e058077 2020-05-15 01:32:48 Teach portgen how to speak Go! With this a port can be easily generated for Go applications that support Go modules (there will be a go.mod file in the root of the project). For example: https://github.com/jrick/domain/blob/master/go.mod The mod file lists "github.com/jrick/domain" as the module name, so a portgen command to build the above tool would be: portgen go github.com/jrick/domain OK afresh1@ kmos@
4f014082 2020-04-30 23:04:48 Default to python3 FLAVOR if possible PyPI projects that already list multiple supported Python versions cause portgen(1) to generate a flavoured port; of leaving FLAVOR emtpy, opt for the highest available version. This makes it use FLAVOR?=python3 insteaf of FLAVOR?= (empty) if any sypport higher than Python 2 is listed. Note that PyPI projects listing either only one sypported version or none at all are not effected by this diff. OK afresh1 kmos
aaf8c0f4 2020-04-17 02:14:01 Support exact requirements in OpenBSD::PortGen::Ruby Although I couldn't find a definitive guide to version specs, I did find an example showing this seems to be how RubyGems work. From Thomas L. <tom.longshine () web ! de>
4a3b12fc 2020-01-26 13:07:07 recognize .otb (OpenType bitmap) as a valid font suffix. ok espie
e49022c4 2019-12-15 00:57:49 Centralize multi-value variable formatting in portgen(1)
7f6e6197 2019-12-15 00:18:04 Look for existing ports by stem in portgen Also caches the sqlports connection and query OK abeiber@
ed619733 2019-12-15 00:15:30 Have portgen(1) set FIX_EXTRACT_PERMISSIONS if necessary Idea and initial patch from cwen@ OK abeiber@
542e9357 2019-11-30 10:20:53 document the result