Index: head/sysutils/biosfont/files/pkg-message.in =================================================================== --- head/sysutils/biosfont/files/pkg-message.in (revision 186687) +++ head/sysutils/biosfont/files/pkg-message.in (nonexistent) @@ -1,13 +0,0 @@ -=============================================================================== - -This port has installed the biosfont kernel module. - -To load the kernel module immediately, type the following command: - - kldload biosfont - -To load the kernel module at boot, add the following line to /boot/loader.conf: - - biosfont_load="YES" - -=============================================================================== Property changes on: head/sysutils/biosfont/files/pkg-message.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/sysutils/biosfont/Makefile =================================================================== --- head/sysutils/biosfont/Makefile (revision 186687) +++ head/sysutils/biosfont/Makefile (revision 186688) @@ -1,45 +1,37 @@ # New ports collection makefile for: biosfont # Date created: 10 May 2006 # Whom: Rene Ladan # # $FreeBSD$ # PORTNAME= biosfont -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://home.tiscali.nl/rladan/biosfont/ MAINTAINER= r.c.ladan@gmail.com COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory # only platform guraranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 MAN4= biosfont.4 KMODDIR?= /boot/modules PLIST_SUB= KMODDIR=${KMODDIR} MAKE_ENV+= KMODDIR=${KMODDIR} -SUB_FILES= pkg-message - .include - -# patches for earlier versions are welcome -.if ${OSVERSION} < 502117 -IGNORE= requires FreeBSD 5.3 or higher -.endif .if !exists(/usr/src/sys/Makefile) IGNORE= requires kernel source files .endif post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${PREFIX}/include ${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4 @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/biosfont/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/biosfont/distinfo =================================================================== --- head/sysutils/biosfont/distinfo (revision 186687) +++ head/sysutils/biosfont/distinfo (revision 186688) @@ -1,3 +1,3 @@ -MD5 (biosfont-1.0.tar.gz) = 88ce9ea4fa55b0cf30a0b4febc16103c -SHA256 (biosfont-1.0.tar.gz) = 62f05d4172293f39c5f06e6a1645e909e84e6adb76d3aa54fbb19997fcdb2ff9 -SIZE (biosfont-1.0.tar.gz) = 2676 +MD5 (biosfont-1.1.tar.gz) = a7a5d03a0f3295dffa27775d778cb376 +SHA256 (biosfont-1.1.tar.gz) = c9c65e916f50cc8818a401611d643fd434254c5ae49fbab84d33a7e15a55b54a +SIZE (biosfont-1.1.tar.gz) = 2599 Property changes on: head/sysutils/biosfont/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/biosfont/pkg-message =================================================================== --- head/sysutils/biosfont/pkg-message (nonexistent) +++ head/sysutils/biosfont/pkg-message (revision 186688) @@ -0,0 +1,13 @@ +=============================================================================== + +This port has installed the biosfont kernel module. + +To load the kernel module immediately, type the following command: + + kldload biosfont + +To load the kernel module at boot, add the following line to /boot/loader.conf: + + biosfont_load="YES" + +=============================================================================== Property changes on: head/sysutils/biosfont/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property