FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:36 PM BST
Port details
autogen 5.12 devel on this many watch lists=7 search for ports that depend on this port
The Automated Program Generator
Maintained by: clsung@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Mar 2001 02:52:31
License: not specified in port


AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text.
This is especially valuable if there are several blocks of such text that
must be kept synchronized. 

One common example is the problem of maintaining the code required for
processing program options. Processing options requires a minimum of four
different constructs be kept in proper order in different places in your
program. You need at least: 

   1. The flag character in the flag string, 
   2. code to process the flag when it is encountered, 
   3. a global state variable or two, and 
   4. a line in the usage text. 

WWW: http://autogen.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: shells/bash, devel/gmake, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: lang/guile, textproc/libxml2

Required by:
for Build

for Run

To install the port: cd /usr/ports/devel/autogen/ && make install clean
To add the package: pkg_add -r autogen


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/autogen/rel5.12/
ftp://ftp.gnu.org/gnu/autogen/rel5.12/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/autogen/rel5.12/
http://mirrors.usc.edu/pub/gnu/autogen/rel5.12/
ftp://ftp.kddlabs.co.jp/GNU/autogen/rel5.12/
ftp://ftp.dti.ad.jp/pub/GNU/autogen/rel5.12/
http://ring.nict.go.jp/archives/GNU/autogen/rel5.12/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/autogen/rel5.12/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/autogen/rel5.12/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/autogen/rel5.12/
http://ftp.funet.fi/pub/gnu/prep/autogen/rel5.12/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 72

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
29 Sep 2011 10:47:45
Original commit files touched by this commit  5.12
clsung search for other commits by this committer
- Update to 5.12

PR:             ports/158621
Noted by:       Bruce Korb <bkorb_AT_gnu dot org>
11 Aug 2011 19:20:17
Original commit files touched by this commit  5.9.7_1
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
31 Jul 2011 15:07:08
Original commit files touched by this commit  5.9.7_1
jlaffaye search for other commits by this committer
- Chase guile shared lib bump
- Add an entry to UPDATING
03 Jul 2011 14:59:23
Original commit files touched by this commit  5.9.7
ohauer search for other commits by this committer
-remove MD5
22 Aug 2009 00:18:43
Original commit files touched by this commit  5.9.7
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
03 Feb 2009 02:02:36
Original commit files touched by this commit  5.9.7
clsung search for other commits by this committer
- Update to 5.9.7
22 Jan 2009 16:04:11
Original commit files touched by this commit  5.9.5_2
miwi search for other commits by this committer
- Chase lang/guile shlib bump
21 Jul 2008 04:49:09
Original commit files touched by this commit  5.9.5_1
rafan search for other commits by this committer
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:             ports/125435
23 Jun 2008 02:12:53
Original commit files touched by this commit  5.9.5
clsung search for other commits by this committer
- Update to 5.9.5
06 Jun 2008 13:21:59
Original commit files touched by this commit  5.9.4_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
01 Mar 2008 06:22:42
Original commit files touched by this commit  5.9.4_1
marcus search for other commits by this committer
Chase libguile shared lib version.
25 Dec 2007 08:14:45
Original commit files touched by this commit  5.9.4
clsung search for other commits by this committer
- Update to 5.9.4
30 Jul 2007 03:53:29
Original commit files touched by this commit  5.9.2
clsung search for other commits by this committer
- Update to 5.9.2
23 Jul 2007 09:36:52
Original commit files touched by this commit  5.9.1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
09 Jun 2007 06:12:34
Original commit files touched by this commit  5.9.1
clsung search for other commits by this committer
- Update to 5.9.1
23 Feb 2007 05:32:16
Original commit files touched by this commit  5.9
clsung search for other commits by this committer
- Update to 5.9

Noted by:   Bruce Korb <bruce dot korb_AT_3pardata dot com>
22 Feb 2007 09:01:11
Original commit files touched by this commit  5.8.9
clsung search for other commits by this committer
- Update to 5.8.9
02 Jan 2007 03:39:24
Original commit files touched by this commit  5.8.8
clsung search for other commits by this committer
- Update to 5.8.8
05 Nov 2006 14:13:37
Original commit files touched by this commit  5.8.7
clsung search for other commits by this committer
- Update to 5.8.7
02 Oct 2006 08:29:17
Original commit files touched by this commit  5.8.6
clsung search for other commits by this committer
- Update to 5.8.6
- I'll maintain it
- ChangeLog
  - see http://autogen.sourceforge.net/announce.html
14 Aug 2006 22:55:18
Original commit files touched by this commit  5.8.4
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
29 May 2006 10:50:04
Original commit files touched by this commit  5.8.4
vs search for other commits by this committer
Update to 5.8.4

PR:             ports/97663
Submitted by:   Shaun Amott
23 Feb 2006 10:40:45
Original commit files touched by this commit  5.8.1_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
12 Jan 2006 01:05:03
Original commit files touched by this commit  5.8.1
ijliao search for other commits by this committer
upgrade to 5.8.1
24 Nov 2005 15:40:04
Original commit files touched by this commit  5.7.3
pav search for other commits by this committer
- Add some SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  5.7.3
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
13 Oct 2005 19:18:43
Original commit files touched by this commit  5.7.3
garga search for other commits by this committer
- Update to 5.7.3

PR:             ports/87381
Submitted by:   Ports Fury
01 Aug 2005 12:38:34
Original commit files touched by this commit  5.7.2
sem search for other commits by this committer
- Update to 5.7.2

PR:             ports/84399
Submitted by:   Ports Fury
27 Jun 2005 20:30:35
Original commit files touched by this commit  5.7
jylefort search for other commits by this committer
Update to 5.7

PR:             ports/82672
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
25 Oct 2004 15:39:03
Original commit files touched by this commit  5.6.4
clsung search for other commits by this committer
- update to 5.6.4

Approved by:    co-mentor (vanilla)
25 Oct 2004 08:53:40
Original commit files touched by this commit  5.6.3
clsung search for other commits by this committer
- Update to version 5.6.3

PR:             ports/73073
Submitted by:   KATO Tsuguru <tkato432 AT yahoo dot com>
Approved by:    co-mentor (vanilla)
28 Sep 2004 01:48:03
Original commit files touched by this commit  5.6.2
kris search for other commits by this committer
Now builds on amd64

Approved by:    portmgr (self)
28 May 2004 18:32:12
Original commit files touched by this commit  5.6.2
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             ports/67286
Submitted by:   Ports Fury
23 May 2004 19:05:07
Original commit files touched by this commit  5.6.2
krion search for other commits by this committer
- Update to version 5.6.2

PR:             ports/67080
Submitted by:   Ports Fury
05 Mar 2004 12:20:00
Original commit files touched by this commit  5.6.0
kris search for other commits by this committer
BROKEN on amd64: Build fails
29 Feb 2004 21:04:29
Original commit files touched by this commit  5.6.0
eik search for other commits by this committer
MASTER_SITE_GNU have the distfile in ${PORTNAME}/rel5.6

PR:             63513
Submitted by:   Jason Harris <jharris@widomaker.com>
28 Feb 2004 19:41:47
Original commit files touched by this commit  5.6.0
krion search for other commits by this committer
- Update to version 5.6.0

PR:             ports/63494
Submitted by:   Ports Fury
04 Feb 2004 05:21:48
Original commit files touched by this commit  5.5.7_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  5.5.7
trevor search for other commits by this committer
SIZEify.
05 Jan 2004 16:40:04
Original commit files touched by this commit  5.5.7
krion search for other commits by this committer
- Update to version 5.5.7

PR:             60928
Submitted by:   Ports Fury
17 Nov 2003 12:29:10
Original commit files touched by this commit  5.5.6
trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
26 Aug 2003 18:44:20
Original commit files touched by this commit  5.5.6
krion search for other commits by this committer
- Update to version 5.5.6

PR:             55999
Submitted by:   Ports Fury
01 Jul 2003 06:32:59
Original commit files touched by this commit  5.5.5
daichi search for other commits by this committer
update devel/autogen: 5.5.3 --> 5.5.5

PR:             52861
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
02 May 2003 03:29:00
Original commit files touched by this commit  5.5.3
marcus search for other commits by this committer
Chase guile's shared lib version.
26 Apr 2003 22:37:12
Original commit files touched by this commit  5.5.3
nork search for other commits by this committer
Update to 5.5.3.

PR:             ports/51362
Submitted by:   Ports Fury
20 Feb 2003 17:07:10
Original commit files touched by this commit  5.5.2
knu search for other commits by this committer
De-pkg-comment.
17 Feb 2003 15:21:10
Original commit files touched by this commit  5.5.2
ijliao search for other commits by this committer
upgrade to 5.5.2
06 Nov 2002 16:55:39
Original commit files touched by this commit  5.4.7
ijliao search for other commits by this committer
upgrade to 5.4.7

PR:             44965
Submitted by:   Ports Fury
16 Oct 2002 06:39:20
Original commit files touched by this commit  5.4.6
vanilla search for other commits by this committer
Upgrade to 5.4.6.

PR:             ports/44107
Submitted by:   Ports Fury
06 Oct 2002 17:44:14
Original commit files touched by this commit  5.4.4
ijliao search for other commits by this committer
upgrade to 5.4.4

PR:             43696
Submitted by:   Ports Fury
14 Sep 2002 22:57:49
Original commit files touched by this commit  5.4.2_1
kris search for other commits by this committer
Fix plist and add missing manpages
31 Aug 2002 17:21:11
Original commit files touched by this commit  5.4.2_1
dwcjr search for other commits by this committer
Fix MAN1

PR:             42239
Submitted by:   tkato@prontomail.com
28 Aug 2002 03:39:34
Original commit files touched by this commit  5.4.2
kevlo search for other commits by this committer
Update to version 5.4.2

PR: 42034
Submitted by: Ports Fury
16 Jul 2002 06:31:33
Original commit files touched by this commit  5.3.9_1
ijliao search for other commits by this committer
fix hang-in-build problem

PR:             40633
Submitted by:   Amar Takhar <verm@drunkmonk.net>
05 Jul 2002 08:26:13
Original commit files touched by this commit  5.3.9
ijliao search for other commits by this committer
upgrade to 5.3.9
19 Jun 2002 16:37:57
Original commit files touched by this commit  5.3.8
marcus search for other commits by this committer
Chase guile shared lib number.

Prompted by:    Mike Harding <mvh@ix.netcom.com>
18 Jun 2002 11:13:02
Original commit files touched by this commit  5.3.8
ijliao search for other commits by this committer
upgrade to 5.3.8
13 May 2002 08:50:18
Original commit files touched by this commit  5.3.7
ijliao search for other commits by this committer
upgrade to 5.3.7
02 May 2002 22:48:02
Original commit files touched by this commit  5.3.6
pat search for other commits by this committer
Update to 5.3.6

PR:             37684
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
09 Apr 2002 07:37:09
Original commit files touched by this commit  5.3.5
ijliao search for other commits by this committer
add missing man page
fix entry in plist
merge patches in files/

PR:             36890
Submitted by:   Ports Fury
02 Apr 2002 10:41:21
Original commit files touched by this commit  5.3.5
ijliao search for other commits by this committer
upgrade to 5.3.5
24 Mar 2002 06:44:51
Original commit files touched by this commit  5.3.3
ijliao search for other commits by this committer
upgrade to 5.3.3
06 Jan 2002 12:03:22
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2.14    
01 Jan 2002 06:39:38
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2.13    
08 Dec 2001 20:48:11
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2.12    
31 Oct 2001 06:20:45
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2.11    
16 Sep 2001 17:47:51
files touched by this commit
kevlo search for other commits by this committer
Update to version 5.2.9    
31 Aug 2001 15:20:29
files touched by this commit
sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
10 Jun 2001 11:46:20
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2.3    
26 May 2001 07:08:49
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2.1   drop maintainership    
01 May 2001 14:27:10
files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.2    
13 Mar 2001 05:52:31
files touched by this commit
ijliao search for other commits by this committer
add autogen   AutoGen is a tool designed for generating program files that
contain   repetitive text with varied substitutions. Its goal is to simplify the
  maintenance of programs that contain large amounts of repetitious text.   This
is especially valuable if there are several blocks of such text that   must be
kept synchronized.    

Number of commits found: 72

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 11
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.207 seconds.