@pkgpath annotations to help update
This commit is contained in:
parent
388edd407a
commit
8e0d82c9f7
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2005/01/26 16:41:03 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2005/09/14 10:41:02 espie Exp $
|
||||
|
||||
COMMENT= "GNU Standards-compliant Makefile generator"
|
||||
|
||||
VERSION= 1.4
|
||||
DISTNAME= automake-${VERSION}-p6
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/11 07:11:00 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict automake->=1.4,<1.5
|
||||
@pkgpath devel/automake
|
||||
@comment bin/aclocal
|
||||
bin/aclocal${SUFFIX}
|
||||
@comment bin/automake
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2005/09/06 22:28:10 pedro Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2005/09/14 10:41:02 espie Exp $
|
||||
|
||||
COMMENT= "Civilization clone for X11; multiplayer; game server"
|
||||
COMMENT-client= "Freeciv client"
|
||||
@ -7,7 +7,7 @@ COMMENT-share= "shared data files for Freeciv"
|
||||
VERSION= 2.0.3
|
||||
DISTNAME= freeciv-${VERSION}
|
||||
PKGNAME= freeciv-server-${VERSION}
|
||||
PKGNAME-client= freeciv-client-${VERSION}p0
|
||||
PKGNAME-client= freeciv-client-${VERSION}p1
|
||||
PKGNAME-share= freeciv-share-${VERSION}p0
|
||||
CATEGORIES= games
|
||||
HOMEPAGE= http://www.freeciv.org/
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-client,v 1.3 2005/08/16 09:49:52 espie Exp $
|
||||
@comment $OpenBSD: PLIST-client,v 1.4 2005/09/14 10:41:02 espie Exp $
|
||||
@conflict freeciv-share-<2
|
||||
@pkgpath games/freeciv,-client,gtk2
|
||||
bin/civclient
|
||||
bin/civmanual
|
||||
@man man/man6/civclient.6
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2005/09/11 07:40:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2005/09/14 10:41:02 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
|
||||
|
||||
@ -6,6 +6,13 @@ V=3.3.6
|
||||
FULL_VERSION=3.3-20050223
|
||||
FULL_PKGVERSION=3.3.20050223
|
||||
|
||||
PKGNAME= gcc-${FULL_PKGVERSION}p0
|
||||
PKGNAME-c++ = g++-${FULL_PKGVERSION}p0
|
||||
PKGNAME-estdc= libstdc++-${FULL_PKGVERSION}p0
|
||||
PKGNAME-g77= g77-${FULL_PKGVERSION}p0
|
||||
PKGNAME-java= gcj-${FULL_PKGVERSION}p0
|
||||
PKGNAME-objc= gobjc-${FULL_PKGVERSION}p0
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
MAKE_GXX=Yes
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/03 15:21:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@conflict egcs-*-core
|
||||
@pkgpath lang/egcs/stable
|
||||
bin/ecpp
|
||||
bin/egcc
|
||||
bin/egccbug
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-c++,v 1.1.1.1 2005/01/03 15:21:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST-c++,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@conflict egcs-*-core
|
||||
@pkgpath lang/egcs/stable,-c++
|
||||
bin/ec++
|
||||
bin/eg++
|
||||
bin/${CONFIG}-ec++
|
||||
|
@ -1,2 +1,3 @@
|
||||
@comment $OpenBSD: PLIST-estdc,v 1.1.1.1 2005/01/03 15:21:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST-estdc,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@pkgpath lang/egcs/stable,-estdc
|
||||
%%SHARED%%
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-g77,v 1.1.1.1 2005/01/03 15:21:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST-g77,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@conflict egcs-*-core
|
||||
@pkgpath lang/egcs/stable,-g77
|
||||
bin/eg77
|
||||
@info info/g77.info
|
||||
lib/gcc-lib/${CONFIG}/${V}/f771
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-java,v 1.1.1.1 2005/01/03 15:21:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST-java,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@conflict egcs-*-core
|
||||
@pkgpath lang/egcs/stable,-java
|
||||
bin/${CONFIG}-egcj
|
||||
bin/eaddr2name.awk
|
||||
bin/egcj
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-objc,v 1.1.1.1 2005/01/03 15:21:30 espie Exp $
|
||||
@comment $OpenBSD: PLIST-objc,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@conflict egcs-*-core
|
||||
@pkgpath lang/egcs/stable,-objc
|
||||
lib/gcc-lib/${CONFIG}/${V}/cc1obj
|
||||
lib/gcc-lib/${CONFIG}/${V}/include/objc/
|
||||
lib/gcc-lib/${CONFIG}/${V}/include/objc/NXConstStr.h
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2005/08/31 19:55:37 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2005/09/14 10:41:02 espie Exp $
|
||||
|
||||
COMMENT= "jabber server"
|
||||
DISTNAME= jabberd-2.0s9
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://jabberd.jabberstudio.org/2/
|
||||
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.mysql,v 1.1 2005/06/10 19:56:37 naddy Exp $
|
||||
@comment $OpenBSD: PFRAG.mysql,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@pkgpath net/jabberd
|
||||
share/examples/jabberd/db-setup.mysql
|
||||
share/examples/jabberd/db-update.mysql
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2005/06/28 17:46:44 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2005/09/14 10:41:02 espie Exp $
|
||||
|
||||
COMMENT= "next generation scanning tool"
|
||||
|
||||
DISTNAME= amap-5.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://www.thc.org/thc-amap/
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/09 20:35:41 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/09/14 10:41:02 espie Exp $
|
||||
@pkgpath net/amap
|
||||
bin/amap
|
||||
bin/amap6
|
||||
bin/amapcrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user